blob: cf442f678e0bef2f96ee59a30105d84a40630b56 [file] [log] [blame]
Priyanka Bbae0eeb12016-11-30 11:59:48 +05301COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:javax.ws.rs-api',
4 '//utils/rest:onlab-rest',
5 '//apps/pce/app:onos-apps-pce-app',
6 '//core/store/serializers:onos-core-serializers',
7 '//core/api:onos-api',
8 '//incubator/api:onos-incubator-api',
9]
10
11TEST_DEPS = [
12 '//lib:TEST_REST',
13]
14
15osgi_jar_with_tests (
16 deps = COMPILE_DEPS,
17 test_deps = TEST_DEPS
18)
19
20onos_app (
21 title = 'PCE Rest application',
22 category = 'Utility',
23 url = 'http://onosproject.org',
24 description = 'Tunnel Service between network devices via REST interface',
25)