blob: 358adcdc7586548a2a6be8f1c2a37a7af78fed8c [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001BUNDLES = [
Jian Lic7efc1d2018-08-23 16:37:34 +09002 "//apps/simplefabric/api:onos-apps-simplefabric-api",
3 "//apps/simplefabric/app:onos-apps-simplefabric-app",
Ray Milkey35ea5bf2018-07-17 15:28:44 -07004]
5
Ray Milkey35ea5bf2018-07-17 15:28:44 -07006onos_app(
7 category = "Traffic Engineering",
Jian Lic7efc1d2018-08-23 16:37:34 +09008 description = "SONA Simple Fabric Application",
Ray Milkey35ea5bf2018-07-17 15:28:44 -07009 included_bundles = BUNDLES,
10 required_apps = [
11 "org.onosproject.openflow-base",
12 "org.onosproject.lldpprovider",
13 "org.onosproject.hostprovider",
Ray Milkey6ee38b82019-02-07 08:08:26 -080014 "org.onosproject.route-service",
Ray Milkey35ea5bf2018-07-17 15:28:44 -070015 ],
Jian Lic7efc1d2018-08-23 16:37:34 +090016 title = "SONA SimpleFabric",
Ray Milkey35ea5bf2018-07-17 15:28:44 -070017 url = "http://onosproject.org",
18)