Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + [ |
| 2 | "//core/store/serializers:onos-core-serializers", |
| 3 | "//apps/optical-model:onos-apps-optical-model", |
| 4 | ] |
| 5 | |
| 6 | TEST_DEPS = TEST_REST + [ |
| 7 | "//core/api:onos-api-tests", |
| 8 | ] |
| 9 | |
| 10 | osgi_jar_with_tests( |
| 11 | test_deps = TEST_DEPS, |
| 12 | deps = COMPILE_DEPS, |
| 13 | ) |
| 14 | |
| 15 | onos_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 | ) |