blob: 79f509be54c09045170688fc64479d7ec02553e6 [file] [log] [blame]
Jin Gan79f75372017-01-05 15:08:11 -08001BUNDLES = [
2 '//apps/restconf/api:onos-apps-restconf-api',
3 '//apps/restconf/restconfmgr:onos-apps-restconf-restconfmgr',
4]
5
6onos_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)