blob: 7b9de618cc06a28e8c21e1706fd1b6e4671f5294 [file] [log] [blame]
APPS = [
"org.onosproject.ovsdb-base",
"org.onosproject.ovsdbhostprovider",
]
onos_app(
app_name = "org.onosproject.ovsdb",
category = "Provider",
description = "ONOS OVSDB southbound meta application",
included_bundles = ["//utils/osgi:onlab-osgi"], # FIXME to allow hollow oar files
required_apps = APPS,
title = "OVSDB Southbound Meta",
url = "http://onosproject.org",
)