blob: 3b8cde9508c3b3af0ea397b7797992a25fa8031a [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_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,
)