Carmelo Cascone | 770507f | 2017-09-14 20:58:04 +0200 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:minimal-json', |
Carmelo Cascone | 87892e2 | 2017-11-13 16:01:29 -0800 | [diff] [blame] | 4 | '//protocols/p4runtime/model:onos-protocols-p4runtime-model', |
Carmelo Cascone | 770507f | 2017-09-14 20:58:04 +0200 | [diff] [blame] | 5 | '//drivers/default:onos-drivers-default', |
| 6 | '//protocols/p4runtime/api:onos-protocols-p4runtime-api', |
| 7 | ] |
| 8 | |
| 9 | osgi_jar ( |
| 10 | deps = COMPILE_DEPS, |
| 11 | ) |
| 12 | |
| 13 | BUNDLES = [ |
| 14 | '//apps/p4-tutorial/pipeconf:onos-apps-p4-tutorial-pipeconf', |
Carmelo Cascone | 770507f | 2017-09-14 20:58:04 +0200 | [diff] [blame] | 15 | ] |
| 16 | |
| 17 | onos_app ( |
| 18 | app_name = 'org.onosproject.p4tutorial.pipeconf', |
| 19 | title = 'P4 Tutorial Pipeconf', |
| 20 | category = 'Pipeconf', |
| 21 | url = 'http://onosproject.org', |
| 22 | description = 'Provides pipeconf for the ONOS-P4 Tutorial', |
| 23 | included_bundles = BUNDLES, |
| 24 | required_apps = [ |
| 25 | 'org.onosproject.drivers.p4runtime', |
| 26 | ] |
| 27 | ) |