Sithara Punnassery | 8b155b2 | 2017-03-02 14:13:32 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:onos-yang-model', |
| 4 | '//lib:onos-yang-compiler-api', |
Sithara Punnassery | 5deaab5 | 2017-03-06 14:23:07 -0800 | [diff] [blame] | 5 | '//lib:onos-yang-runtime', |
Sithara Punnassery | 8b155b2 | 2017-03-02 14:13:32 -0800 | [diff] [blame] | 6 | ] |
| 7 | |
| 8 | BUNDLES = [ |
| 9 | '//lib:onos-yang-model', |
| 10 | '//lib:onos-yang-compiler-api', |
Sithara Punnassery | 5deaab5 | 2017-03-06 14:23:07 -0800 | [diff] [blame] | 11 | '//lib:onos-yang-runtime', |
Sithara Punnassery | 8b155b2 | 2017-03-02 14:13:32 -0800 | [diff] [blame] | 12 | ] |
| 13 | |
| 14 | osgi_jar ( |
| 15 | deps = COMPILE_DEPS, |
| 16 | ) |
| 17 | |
| 18 | onos_app ( |
| 19 | title = 'ONOS YANG Extension', |
| 20 | category = 'Utility', |
| 21 | url = 'http://onosproject.org', |
| 22 | description = 'Base application to bring in the YANG libraries and assemble them for other apps to use.', |
| 23 | included_bundles = BUNDLES, |
Sithara Punnassery | 5deaab5 | 2017-03-06 14:23:07 -0800 | [diff] [blame] | 24 | ) |