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', |
| 20 | 'org.onosproject.yms', |
| 21 | 'org.onosproject.protocols.restconfserver', |
| 22 | 'org.onosproject.netconf', |
| 23 | 'org.onosproject.netconfsb', |
| 24 | 'org.onosproject.models.l3vpn', |
| 25 | 'org.onosproject.l3vpn', |
| 26 | 'org.onosproject.models.huawei', |
janani b | f7060cd | 2017-03-28 19:06:30 +0530 | [diff] [blame] | 27 | ] |
| 28 | |
Gaurav Agrawal | 0aae54e | 2017-05-17 17:05:13 +0530 | [diff] [blame] | 29 | TEST_DEPS = [ |
| 30 | '//lib:TEST_ADAPTERS', |
| 31 | '//utils/osgi:onlab-osgi-tests', |
| 32 | ] |
| 33 | |
Ray Milkey | ff6d8ba | 2017-05-25 14:58:42 -0700 | [diff] [blame] | 34 | #Removed until this app builds with onos-yang-tools 2.1 |
| 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 | |
Ray Milkey | ff6d8ba | 2017-05-25 14:58:42 -0700 | [diff] [blame] | 42 | #onos_app( |
| 43 | # app_name = 'org.onosproject.drivers.huawei', |
| 44 | # title = 'Huawei Device Drivers', |
| 45 | # category = 'Drivers', |
| 46 | # url = 'http://onosproject.org', |
| 47 | # description = 'ONOS Huawei Device Drivers application.', |
| 48 | # required_apps = APPS |
| 49 | #) |