blob: 7f3869fac422b37818e2bccb6114483b6cc72e42 [file] [log] [blame]
Zayne Khouja47557152016-07-20 13:50:05 -07001COMPILE_DEPS = [
Ray Milkey446f4462017-08-17 15:36:01 -07002 '//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 Khouja47557152016-07-20 13:50:05 -070017]
18
19TEST_DEPS = [
Ray Milkey446f4462017-08-17 15:36:01 -070020 '//lib:TEST_REST',
Ray Milkeyd1c34da2018-06-22 18:10:53 -070021 '//incubator/api:onos-incubator-api-tests',
Zayne Khouja47557152016-07-20 13:50:05 -070022]
23
24osgi_jar_with_tests (
25 deps = COMPILE_DEPS,
26 test_deps = TEST_DEPS
27)
28
29onos_app (
Satish K2eb5d842017-04-04 16:28:37 +053030 app_name='org.onosproject.pce.app',
Thomas Vachuskab0029682017-08-23 17:55:53 -070031 title = 'PCE',
Zayne Khouja47557152016-07-20 13:50:05 -070032 category = 'default',
33 url = 'http://onosproject.org',
34 description = 'PCE as centeral controller App.',
Ray Milkey446f4462017-08-17 15:36:01 -070035)