Satish K | 2eb5d84 | 2017-04-04 16:28:37 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//core/store/serializers:onos-core-serializers', | ||||
4 | '//apps/pcep-api:onos-apps-pcep-api', | ||||
5 | ] | ||||
6 | |||||
7 | osgi_jar_with_tests ( | ||||
8 | deps = COMPILE_DEPS | ||||
9 | ) | ||||
10 | |||||
11 | onos_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 | ) |