blob: c5f0b2557981de771dcbeca12e0ab0d9912fa3c1 [file] [log] [blame]
Satish K2eb5d842017-04-04 16:28:37 +05301COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:KRYO',
Satish K2eb5d842017-04-04 16:28:37 +05304 '//core/store/serializers:onos-core-serializers',
5 '//apps/pcep-api:onos-apps-pcep-api',
6]
7
8osgi_jar_with_tests (
9 deps = COMPILE_DEPS
10)
11
12onos_app (
13 app_name = 'org.onosproject.bandwidthmgmt',
14 title = 'PCE Bandwidth Management',
15 category = 'default',
16 url = 'http://onosproject.org',
17 description = 'PCE Bandwidth Management.',
Ray Milkey446f4462017-08-17 15:36:01 -070018)