COMPILE_DEPS = [ | |
'//lib:CORE_DEPS', | |
] | |
osgi_jar ( | |
deps = COMPILE_DEPS, | |
) | |
BUNDLES = [ | |
'//apps/int-demo:onos-apps-int-demo', | |
] | |
onos_app ( | |
app_name = 'org.onosproject.int-demo', | |
title = 'INT demo app', | |
category = 'Traffic Steering', | |
url = 'http://onosproject.org', | |
description = 'Provides INT demo support', | |
included_bundles = BUNDLES, | |
required_apps = [] | |
) |