blob: 384c53fd5969ce9125d144f0fcccc434067d4fd7 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + [
2 "//core/store/serializers:onos-core-serializers",
3 "//apps/optical-model:onos-apps-optical-model",
4]
5
6TEST_DEPS = TEST_REST + [
7 "//core/api:onos-api-tests",
8]
9
10osgi_jar_with_tests(
11 test_deps = TEST_DEPS,
12 deps = COMPILE_DEPS,
13)
14
15onos_app(
16 category = "Optical",
17 description = "This application provides an interface and web GUI for monitoring and " +
18 "configuring power on ROADM devices.",
19 required_apps = ["org.onosproject.optical-model"],
20 title = "ROADM",
21 url = "http://onosproject.org",
22)