Jin Gan | 79f7537 | 2017-01-05 15:08:11 -0800 | [diff] [blame] | 1 | BUNDLES = [ |
2 | '//apps/restconf/api:onos-apps-restconf-api', | ||||
3 | '//apps/restconf/restconfmgr:onos-apps-restconf-restconfmgr', | ||||
4 | ] | ||||
5 | |||||
6 | onos_app ( | ||||
7 | app_name = 'org.onosproject.restconf', | ||||
8 | title = 'RESTCONF Application Module', | ||||
9 | category = 'Utility', | ||||
10 | url = 'http://onosproject.org', | ||||
11 | included_bundles = BUNDLES, | ||||
12 | ) |