Zayne Khouja | 4755715 | 2016-07-20 13:50:05 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:COMPILE', |
| 4 | '//lib:JACKSON', |
| 5 | '//lib:KRYO', |
| 6 | '//lib:org.osgi.compendium', |
| 7 | '//cli:onos-cli', |
| 8 | '//core/store/serializers:onos-core-serializers', |
| 9 | '//utils/rest:onlab-rest', |
| 10 | '//incubator/api:onos-incubator-api', |
| 11 | '//apps/pcep-api:onos-apps-pcep-api', |
| 12 | '//utils/misc:onlab-misc', |
| 13 | '//core/api:onos-api', |
| 14 | '//lib:org.apache.karaf.shell.console', |
| 15 | '//lib:javax.ws.rs-api', |
| 16 | '//apps/pce/bandwidthmgmt:onos-apps-pce-bandwidthmgmt', |
Zayne Khouja | 4755715 | 2016-07-20 13:50:05 -0700 | [diff] [blame] | 17 | ] |
| 18 | |
| 19 | TEST_DEPS = [ |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 20 | '//lib:TEST_REST', |
Zayne Khouja | 4755715 | 2016-07-20 13:50:05 -0700 | [diff] [blame] | 21 | ] |
| 22 | |
| 23 | osgi_jar_with_tests ( |
| 24 | deps = COMPILE_DEPS, |
| 25 | test_deps = TEST_DEPS |
| 26 | ) |
| 27 | |
| 28 | onos_app ( |
Satish K | 2eb5d84 | 2017-04-04 16:28:37 +0530 | [diff] [blame] | 29 | app_name='org.onosproject.pce.app', |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 30 | title = 'PCE', |
Zayne Khouja | 4755715 | 2016-07-20 13:50:05 -0700 | [diff] [blame] | 31 | category = 'default', |
| 32 | url = 'http://onosproject.org', |
| 33 | description = 'PCE as centeral controller App.', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 34 | ) |