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