blob: 7decd76d056253801d32ed072f97033bb5e2b915 [file] [log] [blame]
Thomas Vachuska52f2cd12018-11-08 21:20:04 -08001COMPILE_DEPS = CORE_DEPS + JACKSON + CLI
Ray Milkey18fb0812018-06-21 10:32:53 -07002
3osgi_jar_with_tests(
Ray Milkeyc1e69e82018-10-09 15:59:22 -07004 karaf_command_packages = ["org.onosproject.net.optical.cli"],
Ray Milkey18fb0812018-06-21 10:32:53 -07005 test_deps = TEST_ADAPTERS,
6 deps = COMPILE_DEPS,
7)
8
9onos_app(
10 app_name = "org.onosproject.optical-model",
11 category = "Optical",
12 description = "ONOS optical information model.",
Ray Milkey18fb0812018-06-21 10:32:53 -070013 required_apps = [],
14 title = "Optical Network Model",
15 url = "https://wiki.onosproject.org/x/C4m",
16)