blob: 22e1a0807bae19ba58484a2a1d077b9300c0ee88 [file] [log] [blame]
Sithara Punnasseryff114552017-01-10 11:40:55 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:org.apache.karaf.shell.console',
4 '//core/store/serializers:onos-core-serializers',
5 '//cli:onos-cli',
6]
7
8osgi_jar (
9 deps = COMPILE_DEPS,
10)
11
12onos_app (
13 title = 'Dynamic Config App',
14 category = 'Utility',
15 url = 'http://onosproject.org',
16 description = 'Application to support the Dynamic configuration service and store.',
17)