Carmelo Cascone | 700648c | 2018-04-11 12:02:16 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//apps/p4-tutorial/pipeconf:onos-apps-p4-tutorial-pipeconf', |
| 4 | ] |
| 5 | |
| 6 | osgi_jar ( |
| 7 | deps = COMPILE_DEPS, |
| 8 | ) |
| 9 | |
| 10 | BUNDLES = [ |
| 11 | '//apps/p4-tutorial/mytunnel:onos-apps-p4-tutorial-mytunnel', |
| 12 | ] |
| 13 | |
| 14 | onos_app ( |
| 15 | app_name = 'org.onosproject.p4tutorial.mytunnel', |
| 16 | title = 'MyTunnel Demo App', |
Thomas Vachuska | ca0b5df | 2018-06-22 16:24:47 -0700 | [diff] [blame] | 17 | category = 'Traffic Engineering', |
Carmelo Cascone | 700648c | 2018-04-11 12:02:16 -0700 | [diff] [blame] | 18 | url = 'http://onosproject.org', |
| 19 | description = 'Provides forwarding between each pair of hosts via MyTunnel protocol', |
| 20 | included_bundles = BUNDLES, |
| 21 | required_apps = [ |
| 22 | 'org.onosproject.p4tutorial.pipeconf', |
| 23 | ] |
| 24 | ) |