Thomas Vachuska | 970b964 | 2018-07-10 22:30:32 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + REST + [ |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 2 | "//core/store/serializers:onos-core-serializers", |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 3 | "//incubator/api:onos-incubator-api", |
| 4 | "//apps/pcep-api:onos-apps-pcep-api", |
| 5 | "//apps/pce/bandwidthmgmt:onos-apps-pce-bandwidthmgmt", |
| 6 | ] |
| 7 | |
Ray Milkey | 0250a08 | 2018-06-27 17:36:01 -0700 | [diff] [blame] | 8 | TEST_DEPS = TEST_REST + [ |
| 9 | "//incubator/api:onos-incubator-api-tests", |
| 10 | ] |
| 11 | |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 12 | osgi_jar_with_tests( |
Ray Milkey | 0250a08 | 2018-06-27 17:36:01 -0700 | [diff] [blame] | 13 | test_deps = TEST_DEPS, |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 14 | deps = COMPILE_DEPS, |
| 15 | ) |
| 16 | |
| 17 | onos_app( |
| 18 | app_name = "org.onosproject.pce.app", |
| 19 | category = "default", |
| 20 | description = "PCE as centeral controller App.", |
| 21 | title = "PCE", |
| 22 | url = "http://onosproject.org", |
| 23 | ) |