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 = [ |
Gaurav Agrawal | a4338f6 | 2017-03-07 17:08:26 +0530 | [diff] [blame] | 9 | ':onos-apps-yang', |
Sithara Punnassery | 8b155b2 | 2017-03-02 14:13:32 -0800 | [diff] [blame] | 10 | '//lib:onos-yang-model', |
| 11 | '//lib:onos-yang-compiler-api', |
Sithara Punnassery | 5deaab5 | 2017-03-06 14:23:07 -0800 | [diff] [blame] | 12 | '//lib:onos-yang-runtime', |
Sithara Punnassery | 8b155b2 | 2017-03-02 14:13:32 -0800 | [diff] [blame] | 13 | ] |
| 14 | |
| 15 | osgi_jar ( |
| 16 | deps = COMPILE_DEPS, |
| 17 | ) |
| 18 | |
| 19 | onos_app ( |
Thomas Vachuska | 04059f9 | 2017-03-07 15:16:23 -0800 | [diff] [blame] | 20 | title = 'YANG Compiler and Runtime', |
Sithara Punnassery | 8b155b2 | 2017-03-02 14:13:32 -0800 | [diff] [blame] | 21 | category = 'Utility', |
| 22 | url = 'http://onosproject.org', |
| 23 | description = 'Base application to bring in the YANG libraries and assemble them for other apps to use.', |
| 24 | included_bundles = BUNDLES, |
Sithara Punnassery | 5deaab5 | 2017-03-06 14:23:07 -0800 | [diff] [blame] | 25 | ) |