blob: 29eace124bf91c5134b85fd6e1a033047f36ffb6 [file] [log] [blame]
wu2883c762017-07-20 16:24:48 +08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//protocols/p4runtime/api:onos-protocols-p4runtime-api',
4]
5
6BUNDLES = [
7 ':onos-providers-p4runtime-packet',
8]
9
10osgi_jar (
11 deps = COMPILE_DEPS,
12)
13
14onos_app (
15 app_name = 'org.onosproject.provider.p4runtime.packet',
16 title = 'P4Runtime Packet Provider',
17 category = 'Provider',
18 url = 'http://onosproject.org',
19 description = 'ONOS P4Runtime packet provider.',
20 included_bundles = BUNDLES,
21)