blob: 755f9b2ba9cbd457e2ca958806bf32433acca156 [file] [log] [blame]
Ray Milkey18fb0812018-06-21 10:32:53 -07001COMPILE_DEPS = CORE_DEPS + KRYO + [
2 "//core/store/serializers:onos-core-serializers",
3 "//apps/pcep-api:onos-apps-pcep-api",
4]
5
6osgi_jar_with_tests(
7 deps = COMPILE_DEPS,
8)
9
10onos_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)