blob: bed98d2e091b303798ba024305c4b536975684aa [file] [log] [blame]
Priyanka Bbae0eeb12016-11-30 11:59:48 +05301COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
Priyanka Bbae0eeb12016-11-30 11:59:48 +05304 '//lib:javax.ws.rs-api',
5 '//utils/rest:onlab-rest',
6 '//apps/pce/app:onos-apps-pce-app',
7 '//core/store/serializers:onos-core-serializers',
8 '//core/api:onos-api',
9 '//incubator/api:onos-incubator-api',
10]
11
12TEST_DEPS = [
13 '//lib:TEST_REST',
Ray Milkey446f4462017-08-17 15:36:01 -070014 '//lib:minimal-json',
Priyanka Bbae0eeb12016-11-30 11:59:48 +053015]
16
17osgi_jar_with_tests (
18 deps = COMPILE_DEPS,
19 test_deps = TEST_DEPS
20)
21
22onos_app (
Thomas Vachuskab0029682017-08-23 17:55:53 -070023 title = 'PCE REST API',
Priyanka Bbae0eeb12016-11-30 11:59:48 +053024 category = 'Utility',
25 url = 'http://onosproject.org',
26 description = 'Tunnel Service between network devices via REST interface',
27)