Hyunsun Moon | 90163ba | 2016-10-12 13:35:14 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:netty-transport', |
| 4 | '//lib:netty-buffer', |
| 5 | '//lib:netty-codec', |
| 6 | '//lib:netty-handler', |
| 7 | '//incubator/api:onos-incubator-api', |
| 8 | '//lib:openflowj-3.0', |
| 9 | ] |
| 10 | |
| 11 | EXCLUDED_BUNDLES = [ |
| 12 | '//lib:openflowj-3.0', |
| 13 | ] |
| 14 | |
| 15 | osgi_jar_with_tests ( |
| 16 | deps = COMPILE_DEPS, |
| 17 | ) |
| 18 | |
| 19 | onos_app ( |
| 20 | title = 'OpenFlow Agent App', |
| 21 | category = 'Traffic Steering', |
| 22 | url = 'http://onosproject.org', |
| 23 | description = 'OpenFlow agent application for virtualization subsystem.', |
| 24 | excluded_bundles = EXCLUDED_BUNDLES |
| 25 | ) |