mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 17:01:02 +02:00
- Implements command line interface for dynamic management - Implements dynamic gateway node management - Add CLIs Change-Id: I27bb945968a262d2813d317fc79e75ee768b2825
18 lines
357 B
Python
18 lines
357 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:org.apache.karaf.shell.console',
|
|
'//cli:onos-cli',
|
|
'//core/store/serializers:onos-core-serializers',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
)
|
|
|
|
onos_app (
|
|
title = 'Scalable GW App',
|
|
category = 'Utility',
|
|
url = 'http://onosproject.org',
|
|
description = 'Scalable gateway service',
|
|
)
|