Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + KRYO + [ |
2 | "//core/store/serializers:onos-core-serializers", | ||||
3 | "//apps/pcep-api:onos-apps-pcep-api", | ||||
4 | ] | ||||
5 | |||||
6 | osgi_jar_with_tests( | ||||
7 | deps = COMPILE_DEPS, | ||||
8 | ) | ||||
9 | |||||
10 | onos_app( | ||||
11 | app_name = "org.onosproject.bandwidthmgmt", | ||||
12 | category = "default", | ||||
13 | description = "PCE Bandwidth Management.", | ||||
14 | title = "PCE Bandwidth Management", | ||||
15 | url = "http://onosproject.org", | ||||
16 | ) |