Sithara Punnassery | ff11455 | 2017-01-10 11:40:55 -0800 | [diff] [blame] | 1 | COMPILE_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 | |||||
8 | osgi_jar ( | ||||
9 | deps = COMPILE_DEPS, | ||||
10 | ) | ||||
11 | |||||
12 | onos_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 | ) |