Henry Yu | e20926e | 2016-08-25 22:58:02 -0400 | [diff] [blame^] | 1 | BUNDLES = [ |
2 | '//protocols/restconf/server/api:onos-protocols-restconf-server-api', | ||||
3 | '//protocols/restconf/server/restconfmgr:onos-protocols-restconf-server-restconfmgr', | ||||
4 | '//protocols/restconf/server/rpp:onos-protocols-restconf-server-rpp', | ||||
5 | ] | ||||
6 | |||||
7 | onos_app ( | ||||
8 | title = 'RESTCONF Server Module', | ||||
9 | category = 'Utility', | ||||
10 | url = 'http://onosproject.org', | ||||
11 | included_bundles = BUNDLES, | ||||
12 | ) |