commit | 8b1a5efd5f7bab8c34958804891632d9a4f8097c | [log] [tgz] |
---|---|---|
author | Shashikanth VH <shashikanth.vh@huawei.com> | Mon Dec 26 14:37:43 2016 +0530 |
committer | Thomas Vachuska <tom@onlab.us> | Tue Feb 28 18:51:11 2017 +0000 |
tree | 1bcc3dad24ed8d80aaa121cc589f2f6b4825dd07 | |
parent | 48dcd3716639f4bf39ed43a6a993312b97881a17 [diff] [blame] |
flow specification. Change-Id: Iacb8eae8fe7cce769a019ecffa6073c015ff80d1
diff --git a/apps/flowspec-api/BUCK b/apps/flowspec-api/BUCK new file mode 100755 index 0000000..01efc7a --- /dev/null +++ b/apps/flowspec-api/BUCK
@@ -0,0 +1,11 @@ +BUNDLES = [ + '//apps/flowspec-api/flowapi:onos-apps-flowspec-api-flowapi', + +] + +onos_app ( + title = 'Flowspec API', + url = 'http://onosproject.org', + included_bundles = BUNDLES, + description = 'ONOS framework applications', +)