blob: 8a87283cb1b0bc1173ba655b1614494bc4caa719 [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 (
19 title = 'ROADM App',
20 category = 'Optical',
21 url = 'http://onosproject.org',
22 description = """This application provides an interface and web GUI for monitoring
23 and configuring power on ROADM devices.""",
24 required_apps = [ 'org.onosproject.optical-model' ],
25)