Sithara Punnassery | 4b091dc | 2017-03-02 17:22:40 -0800 | [diff] [blame] | 1 | APPS = [ |
| 2 | 'org.onosproject.yang', |
| 3 | ] |
| 4 | |
Sithara Punnassery | ff11455 | 2017-01-10 11:40:55 -0800 | [diff] [blame] | 5 | COMPILE_DEPS = [ |
| 6 | '//lib:CORE_DEPS', |
| 7 | '//lib:org.apache.karaf.shell.console', |
Sithara Punnassery | 4b091dc | 2017-03-02 17:22:40 -0800 | [diff] [blame] | 8 | '//lib:onos-yang-model', |
Sithara Punnassery | ff11455 | 2017-01-10 11:40:55 -0800 | [diff] [blame] | 9 | '//core/store/serializers:onos-core-serializers', |
| 10 | '//cli:onos-cli', |
| 11 | ] |
| 12 | |
| 13 | osgi_jar ( |
| 14 | deps = COMPILE_DEPS, |
| 15 | ) |
| 16 | |
| 17 | onos_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 Punnassery | 4b091dc | 2017-03-02 17:22:40 -0800 | [diff] [blame] | 22 | required_apps = APPS, |
Sithara Punnassery | ff11455 | 2017-01-10 11:40:55 -0800 | [diff] [blame] | 23 | ) |