blob: e181a98f3ce8815df1cb9df0c6e37aefee3d955d [file] [log] [blame]
Lee Yongjae7c27bb42017-11-17 12:00:45 +09001BUNDLES = [
Jian Lic7efc1d2018-08-23 16:37:34 +09002 '//apps/simplefabric/api:onos-apps-simplefabric-api',
3 '//apps/simplefabric/app:onos-apps-simplefabric-app',
Lee Yongjae7c27bb42017-11-17 12:00:45 +09004]
5
Lee Yongjae7c27bb42017-11-17 12:00:45 +09006onos_app (
Jian Lic7efc1d2018-08-23 16:37:34 +09007 title = 'SONA SimpleFabric',
8 category = 'Traffic Engineering',
9 url = 'http://onosproject.org',
10 included_bundles = BUNDLES,
11 description = 'SONA Simple Fabric Application',
12 required_apps = [ 'org.onosproject.openflow-base', 'org.onosproject.lldpprovider', 'org.onosproject.hostprovider' ],
13)