blob: 8a8bbb870ea15675d02fe1b935e903c47a2f2788 [file] [log] [blame]
APPS = [
'org.onosproject.yang',
]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:KRYO',
'//lib:org.apache.karaf.shell.console',
'//lib:onos-yang-model',
'//core/store/serializers:onos-core-serializers',
'//cli:onos-cli',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)
onos_app (
title = 'Dynamic Config App',
category = 'Utility',
url = 'http://onosproject.org',
description = 'Application to support the Dynamic configuration service and store.',
required_apps = APPS,
)