blob: 8a8bbb870ea15675d02fe1b935e903c47a2f2788 [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',
Ray Milkey446f4462017-08-17 15:36:01 -07007 '//lib:KRYO',
Sithara Punnasseryff114552017-01-10 11:40:55 -08008 '//lib:org.apache.karaf.shell.console',
Sithara Punnassery4b091dc2017-03-02 17:22:40 -08009 '//lib:onos-yang-model',
Sithara Punnasseryff114552017-01-10 11:40:55 -080010 '//core/store/serializers:onos-core-serializers',
11 '//cli:onos-cli',
12]
13
Yuta HIGUCHI5527e992017-08-08 18:11:17 -070014osgi_jar_with_tests (
Sithara Punnasseryff114552017-01-10 11:40:55 -080015 deps = COMPILE_DEPS,
16)
17
18onos_app (
19 title = 'Dynamic Config App',
20 category = 'Utility',
21 url = 'http://onosproject.org',
22 description = 'Application to support the Dynamic configuration service and store.',
Sithara Punnassery4b091dc2017-03-02 17:22:40 -080023 required_apps = APPS,
Ray Milkey446f4462017-08-17 15:36:01 -070024)