Jimmy Yan | da878fc | 2016-09-02 16:32:01 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
Jimmy Yan | da878fc | 2016-09-02 16:32:01 -0700 | [diff] [blame] | 4 | '//core/store/serializers:onos-core-serializers', |
| 5 | '//apps/optical-model:onos-apps-optical-model', |
| 6 | ] |
| 7 | |
| 8 | TEST_DEPS = [ |
| 9 | '//lib:TEST_REST', |
| 10 | '//core/api:onos-api-tests', |
| 11 | ] |
| 12 | |
| 13 | osgi_jar_with_tests ( |
| 14 | deps = COMPILE_DEPS, |
| 15 | test_deps = TEST_DEPS, |
| 16 | ) |
| 17 | |
| 18 | onos_app ( |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 19 | title = 'ROADM', |
Jimmy Yan | da878fc | 2016-09-02 16:32:01 -0700 | [diff] [blame] | 20 | category = 'Optical', |
| 21 | url = 'http://onosproject.org', |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 22 | description = 'This application provides an interface and web GUI for monitoring and ' + |
| 23 | 'configuring power on ROADM devices.', |
Jimmy Yan | da878fc | 2016-09-02 16:32:01 -0700 | [diff] [blame] | 24 | required_apps = [ 'org.onosproject.optical-model' ], |
| 25 | ) |