onos/apps/layout/BUILD
Ray Milkey 9abe76fa56 layout app changes for karaf 4.2.1 CLI
Change-Id: I388ae11f1be1b9ce49cbbe36e67aa7c1a5c713b6
2018-10-09 14:01:13 -07:00

17 lines
491 B
Python

COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + [
"//core/common:onos-core-common",
]
osgi_jar_with_tests(
karaf_command_packages = ["org.onosproject.layout"],
deps = COMPILE_DEPS,
)
onos_app(
category = "GUI",
description = "Automatically lays out the network topology using roles assigned to each " +
"network element via the network configuration. Supports multiple layout variants.",
title = "UI Auto-Layout",
url = "http://onosproject.org",
)