blob: 61a839b835de14726ef4d545ad63cca902861484 [file] [log] [blame]
load("//tools/build/bazel:generate_workspace.bzl", "ONOS_VERSION")
COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + [
"//incubator/api:onos-incubator-api",
]
osgi_jar_with_tests(
test_deps = TEST_ADAPTERS,
deps = COMPILE_DEPS,
)
onos_app(
app_name = "org.onosproject.optical-model",
category = "Optical",
description = "ONOS optical information model.",
required_apps = [],
title = "Optical Network Model",
url = "https://wiki.onosproject.org/x/C4m",
)