janani b | f7060cd | 2017-03-28 19:06:30 +0530 | [diff] [blame] | 1 | BUNDLES = [ |
2 | '//drivers/huawei/yangmodel:onos-drivers-huawei-yangmodel', | ||||
3 | '//drivers/huawei/driver:onos-drivers-huawei-driver', | ||||
4 | ] | ||||
5 | |||||
6 | onos_app( | ||||
7 | app_name = 'org.onosproject.drivers.huawei', | ||||
8 | title = 'Huawei Device Drivers', | ||||
9 | category = 'Drivers', | ||||
10 | url = 'http://onosproject.org', | ||||
11 | description = 'ONOS Huawei Device Drivers application.', | ||||
12 | included_bundles = BUNDLES, | ||||
13 | required_apps = [ | ||||
14 | 'org.onosproject.netconf' | ||||
15 | ], | ||||
16 | ) |