blob: e08b996725c615e31d7f175d03fb3f5cd12cc3c8 [file] [log] [blame]
Henry Yue20926e2016-08-25 22:58:02 -04001BUNDLES = [
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',
chengfanc58d4be2016-09-20 10:33:12 +08005 '//protocols/restconf/server/utils:onos-protocols-restconf-server-utils',
Henry Yue20926e2016-08-25 22:58:02 -04006]
7
8onos_app (
Henry Yu47df0e32016-12-05 18:39:10 -05009 app_name = 'org.onosproject.protocols.restconfserver',
Henry Yue20926e2016-08-25 22:58:02 -040010 title = 'RESTCONF Server Module',
11 category = 'Utility',
12 url = 'http://onosproject.org',
13 included_bundles = BUNDLES,
14)