blob: 2ce6c799c5795d1a680d2c972d0c1b0369491790 [file] [log] [blame]
BUNDLES = [
'//apps/restconf/api:onos-apps-restconf-api',
'//apps/restconf/utils:onos-apps-restconf-utils',
'//apps/restconf/restconfmgr:onos-apps-restconf-restconfmgr',
]
APPS = [
'org.onosproject.yang',
'org.onosproject.config',
]
onos_app (
app_name = 'org.onosproject.restconf',
title = 'RESTCONF Application Module',
category = 'Utility',
url = 'http://onosproject.org',
included_bundles = BUNDLES,
required_apps = APPS,
)