Ray Milkey | a5ff8a7 | 2016-04-19 09:43:45 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//core/store/serializers:onos-core-serializers', |
| 4 | '//apps/openstackinterface/api:onos-apps-openstackinterface-api', |
| 5 | '//apps/openstacknetworking/api:onos-apps-openstacknetworking-api', |
| 6 | '//apps/dhcp/api:onos-apps-dhcp-api', |
| 7 | ] |
| 8 | |
| 9 | BUNDLES = [ |
| 10 | '//apps/openstackinterface/api:onos-apps-openstackinterface-api', |
| 11 | '//apps/openstacknetworking/api:onos-apps-openstacknetworking-api', |
| 12 | '//apps/openstacknetworking/openstackswitching:onos-apps-openstacknetworking-openstackswitching', |
| 13 | '//apps/dhcp/api:onos-apps-dhcp-api', |
| 14 | ] |
| 15 | |
| 16 | osgi_jar_with_tests ( |
| 17 | deps = COMPILE_DEPS, |
| 18 | ) |
| 19 | |
| 20 | onos_app ( |
| 21 | title = 'OpenStack Switching App', |
| 22 | category = 'Utility', |
| 23 | url = 'http://onosproject.org', |
| 24 | description = 'OpenStack Switching application.', |
| 25 | included_bundles = BUNDLES, |
| 26 | ) |