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