blob: c409e6c1b644612b5bfd54adc06ab7f9843f6f4d [file] [log] [blame]
Sithara Punnassery4b091dc2017-03-02 17:22:40 -08001APPS = [
2 'org.onosproject.yang',
3]
4
Sithara Punnasseryff114552017-01-10 11:40:55 -08005COMPILE_DEPS = [
6 '//lib:CORE_DEPS',
7 '//lib:org.apache.karaf.shell.console',
Sithara Punnassery4b091dc2017-03-02 17:22:40 -08008 '//lib:onos-yang-model',
Sithara Punnasseryff114552017-01-10 11:40:55 -08009 '//core/store/serializers:onos-core-serializers',
10 '//cli:onos-cli',
11]
12
13osgi_jar (
14 deps = COMPILE_DEPS,
15)
16
17onos_app (
18 title = 'Dynamic Config App',
19 category = 'Utility',
20 url = 'http://onosproject.org',
21 description = 'Application to support the Dynamic configuration service and store.',
Sithara Punnassery4b091dc2017-03-02 17:22:40 -080022 required_apps = APPS,
Sithara Punnasseryff114552017-01-10 11:40:55 -080023)