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