mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-20 03:42:07 +02:00
19 lines
466 B
Python
19 lines
466 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//protocols/ovsdb/api:onos-ovsdb-api',
|
|
'//protocols/ovsdb/rfc:onos-ovsdb-rfc',
|
|
'//core/store/serializers:onos-core-serializers',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
)
|
|
|
|
onos_app (
|
|
title = 'OpenStack Node Bootstrap App',
|
|
category = 'Utility',
|
|
url = 'http://onosproject.org',
|
|
description = 'SONA Openstack Node Bootstrap Application.',
|
|
required_app = [ 'org.onosproject.ovsdb' ],
|
|
)
|