Sithara Punnassery | 8b155b2 | 2017-03-02 14:13:32 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
Vidyashree Rama | 3c50361 | 2017-05-10 13:55:34 +0530 | [diff] [blame] | 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:onos-yang-model', |
| 4 | '//lib:onos-yang-compiler-api', |
| 5 | '//lib:onos-yang-runtime', |
| 6 | '//lib:onos-yang-serializers-json', |
| 7 | '//lib:onos-yang-serializers-xml', |
| 8 | '//lib:onos-yang-serializers-utils', |
| 9 | '//lib:org.apache.servicemix.bundles.dom4j', |
Sithara Punnassery | 8b155b2 | 2017-03-02 14:13:32 -0800 | [diff] [blame] | 10 | ] |
| 11 | |
| 12 | BUNDLES = [ |
Vidyashree Rama | 3c50361 | 2017-05-10 13:55:34 +0530 | [diff] [blame] | 13 | '//lib:onos-yang-model', |
| 14 | '//lib:onos-yang-compiler-api', |
| 15 | '//lib:onos-yang-runtime', |
| 16 | '//lib:onos-yang-serializers-json', |
| 17 | '//lib:onos-yang-serializers-xml', |
| 18 | '//lib:onos-yang-serializers-utils', |
| 19 | '//apps/yang:onos-apps-yang', |
| 20 | '//apps/yang/web:onos-apps-yang-web', |
Bharat saraswal | 5a2af5e | 2017-03-23 10:50:17 +0530 | [diff] [blame] | 21 | ] |
| 22 | |
| 23 | EXCLUDED_BUNDLES = [ |
Vidyashree Rama | 3c50361 | 2017-05-10 13:55:34 +0530 | [diff] [blame] | 24 | '//lib:org.apache.servicemix.bundles.dom4j', |
GauravAgrawal-Huawei | 77409ac | 2017-03-14 08:51:04 +0000 | [diff] [blame] | 25 | ] |
| 26 | |
Vidyashree Rama | 3c50361 | 2017-05-10 13:55:34 +0530 | [diff] [blame] | 27 | TEST_DEPS = [ |
| 28 | '//lib:TEST_ADAPTERS', |
| 29 | '//utils/osgi:onlab-osgi-tests', |
| 30 | ] |
| 31 | |
| 32 | osgi_jar_with_tests( |
| 33 | deps = COMPILE_DEPS, |
| 34 | test_deps = TEST_DEPS, |
Sithara Punnassery | 8b155b2 | 2017-03-02 14:13:32 -0800 | [diff] [blame] | 35 | ) |
| 36 | |
Vidyashree Rama | 3c50361 | 2017-05-10 13:55:34 +0530 | [diff] [blame] | 37 | onos_app( |
| 38 | title = 'YANG Compiler and Runtime', |
| 39 | category = 'Utility', |
| 40 | url = 'http://onosproject.org', |
| 41 | description = 'Base application to bring in the YANG libraries and assemble them for other apps to use.', |
| 42 | included_bundles = BUNDLES, |
| 43 | excluded_bundles = EXCLUDED_BUNDLES, |
Sithara Punnassery | 5deaab5 | 2017-03-06 14:23:07 -0800 | [diff] [blame] | 44 | ) |