Gaurav Agrawal | 0aae54e | 2017-05-17 17:05:13 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:org.apache.servicemix.bundles.dom4j', |
| 4 | '//models/l3vpn:onos-models-l3vpn', |
| 5 | '//models/huawei:onos-models-huawei', |
| 6 | '//drivers/utilities:onos-drivers-utilities', |
| 7 | '//protocols/netconf/api:onos-protocols-netconf-api', |
| 8 | '//apps/l3vpn:onos-apps-l3vpn', |
| 9 | '//apps/config:onos-apps-config', |
| 10 | '//lib:onos-yang-model', |
| 11 | '//lib:onos-yang-runtime', |
| 12 | '//apps/yang:onos-apps-yang', |
Gaurav Agrawal | 28920d8 | 2017-10-06 17:39:42 +0530 | [diff] [blame] | 13 | '//models/common:onos-models-common', |
Gaurav Agrawal | 773167e | 2017-05-12 14:51:19 +0530 | [diff] [blame] | 14 | ] |
| 15 | |
Gaurav Agrawal | 0aae54e | 2017-05-17 17:05:13 +0530 | [diff] [blame] | 16 | APPS = [ |
| 17 | 'org.onosproject.yang', |
| 18 | 'org.onosproject.yang-gui', |
| 19 | 'org.onosproject.config', |
| 20 | 'org.onosproject.restconf', |
Gaurav Agrawal | 0aae54e | 2017-05-17 17:05:13 +0530 | [diff] [blame] | 21 | 'org.onosproject.protocols.restconfserver', |
| 22 | 'org.onosproject.netconf', |
| 23 | 'org.onosproject.netconfsb', |
Gaurav Agrawal | 28920d8 | 2017-10-06 17:39:42 +0530 | [diff] [blame] | 24 | 'org.onosproject.models.common', |
Gaurav Agrawal | 0aae54e | 2017-05-17 17:05:13 +0530 | [diff] [blame] | 25 | 'org.onosproject.models.l3vpn', |
| 26 | 'org.onosproject.l3vpn', |
| 27 | 'org.onosproject.models.huawei', |
janani b | f7060cd | 2017-03-28 19:06:30 +0530 | [diff] [blame] | 28 | ] |
| 29 | |
Gaurav Agrawal | 0aae54e | 2017-05-17 17:05:13 +0530 | [diff] [blame] | 30 | TEST_DEPS = [ |
| 31 | '//lib:TEST_ADAPTERS', |
| 32 | '//utils/osgi:onlab-osgi-tests', |
| 33 | ] |
| 34 | |
Vidyashree Rama | 04147ca | 2017-05-26 11:32:47 +0530 | [diff] [blame] | 35 | osgi_jar_with_tests( |
| 36 | deps = COMPILE_DEPS, |
| 37 | test_deps = TEST_DEPS, |
| 38 | resources_root = 'src/main/resources', |
| 39 | resources = glob(['src/main/resources/**']), |
| 40 | ) |
Gaurav Agrawal | 0aae54e | 2017-05-17 17:05:13 +0530 | [diff] [blame] | 41 | |
Vidyashree Rama | 04147ca | 2017-05-26 11:32:47 +0530 | [diff] [blame] | 42 | onos_app( |
| 43 | app_name = 'org.onosproject.drivers.huawei', |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 44 | title = 'Huawei Drivers', |
Vidyashree Rama | 04147ca | 2017-05-26 11:32:47 +0530 | [diff] [blame] | 45 | category = 'Drivers', |
| 46 | url = 'http://onosproject.org', |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 47 | description = 'Adds support for Huawei devices.', |
Vidyashree Rama | 04147ca | 2017-05-26 11:32:47 +0530 | [diff] [blame] | 48 | required_apps = APPS |
| 49 | ) |