blob: 042bd52b34f964f5afefe9ac1b2be712fe17c673 [file] [log] [blame]
Jimmy Yanda878fc2016-09-02 16:32:01 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
Jimmy Yanda878fc2016-09-02 16:32:01 -07004 '//core/store/serializers:onos-core-serializers',
5 '//apps/optical-model:onos-apps-optical-model',
6]
7
8TEST_DEPS = [
9 '//lib:TEST_REST',
10 '//core/api:onos-api-tests',
11]
12
13osgi_jar_with_tests (
14 deps = COMPILE_DEPS,
15 test_deps = TEST_DEPS,
16)
17
18onos_app (
Thomas Vachuskab0029682017-08-23 17:55:53 -070019 title = 'ROADM',
Jimmy Yanda878fc2016-09-02 16:32:01 -070020 category = 'Optical',
21 url = 'http://onosproject.org',
Thomas Vachuskab0029682017-08-23 17:55:53 -070022 description = 'This application provides an interface and web GUI for monitoring and ' +
23 'configuring power on ROADM devices.',
Jimmy Yanda878fc2016-09-02 16:32:01 -070024 required_apps = [ 'org.onosproject.optical-model' ],
25)