blob: eeb3aba345e194ed63470bbe24b03953839f44b9 [file] [log] [blame]
Hyunsun Moon90163ba2016-10-12 13:35:14 -07001COMPILE_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
11EXCLUDED_BUNDLES = [
12 '//lib:openflowj-3.0',
13]
14
15osgi_jar_with_tests (
16 deps = COMPILE_DEPS,
17)
18
19onos_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)