blob: 1cd1efc1e6914b8ba4ba0858130825687bef2cd5 [file] [log] [blame]
janani bf7060cd2017-03-28 19:06:30 +05301BUNDLES = [
2 '//drivers/huawei/yangmodel:onos-drivers-huawei-yangmodel',
3 '//drivers/huawei/driver:onos-drivers-huawei-driver',
4]
5
Ray Milkey2ab58342017-05-25 14:58:42 -07006APPS = [
7 'org.onosproject.yang',
8 'org.onosproject.yang-gui',
9 'org.onosproject.config',
10 'org.onosproject.restconf',
11 'org.onosproject.yms',
12 'org.onosproject.protocols.restconfserver',
13 'org.onosproject.netconf',
14 'org.onosproject.netconfsb',
15 'org.onosproject.models.l3vpn',
16 'org.onosproject.l3vpn',
17 'org.onosproject.models.huawei',
18]
19
20TEST_DEPS = [
21 '//lib:TEST_ADAPTERS',
22 '//utils/osgi:onlab-osgi-tests',
23]
24
25#Removed until this app builds with onos-yang-tools 2.1
26#osgi_jar_with_tests(
27# deps = COMPILE_DEPS,
28# test_deps = TEST_DEPS,
29# resources_root = 'src/main/resources',
30# resources = glob(['src/main/resources/**']),
31#)
32
33#onos_app(
34# app_name = 'org.onosproject.drivers.huawei',
35# title = 'Huawei Device Drivers',
36# category = 'Drivers',
37# url = 'http://onosproject.org',
38# description = 'ONOS Huawei Device Drivers application.',
39# required_apps = APPS
40#)
41