Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:org.apache.karaf.shell.console', |
| 4 | '//cli:onos-cli', |
| 5 | '//incubator/api:onos-incubator-api', |
Ray Milkey | 24439fe | 2016-04-08 21:50:55 -0700 | [diff] [blame] | 6 | '//apps/routing-api:onos-apps-routing-api', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 7 | ] |
| 8 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 9 | BUNDLES = [ |
| 10 | '//apps/routing-api:onos-apps-routing-api', |
| 11 | ':onos-apps-pim', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 12 | ] |
| 13 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 14 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 15 | deps = COMPILE_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 16 | resources_root = 'src/main/resources', |
| 17 | resources = glob(['src/main/resources/**']), |
| 18 | ) |
| 19 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 20 | onos_app ( |
| 21 | title = 'Protocol Independent Multicast Emulation App', |
| 22 | category = 'Traffic Steering', |
| 23 | url = 'http://onosproject.org', |
| 24 | description = 'Protocol independent multicast emulation.', |
| 25 | included_bundles = BUNDLES, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 26 | ) |