Priyanka B | bae0eeb1 | 2016-11-30 11:59:48 +0530 | [diff] [blame] | 1 | COMPILE_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 | |
| 11 | TEST_DEPS = [ |
| 12 | '//lib:TEST_REST', |
| 13 | ] |
| 14 | |
| 15 | osgi_jar_with_tests ( |
| 16 | deps = COMPILE_DEPS, |
| 17 | test_deps = TEST_DEPS |
| 18 | ) |
| 19 | |
| 20 | onos_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 | ) |