blob: c409e6c1b644612b5bfd54adc06ab7f9843f6f4d [file] [log] [blame]
APPS = [
'org.onosproject.yang',
]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:org.apache.karaf.shell.console',
'//lib:onos-yang-model',
'//core/store/serializers:onos-core-serializers',
'//cli:onos-cli',
]
osgi_jar (
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,
)