commit | b102b01669ba0fc2f72a6e6be3e94b3011d8c9ed | [log] [tgz] |
---|---|---|
author | Gaurav Agrawal <gaurav.agrawal@huawei.com> | Tue Aug 02 12:52:48 2016 +0530 |
committer | Gerrit Code Review <gerrit@onlab.us> | Tue Aug 30 18:42:45 2016 +0000 |
tree | 798eb128824d74c91dba642122a9d680a62d6a45 | |
parent | f13feb84e8cfeefa0601e08c8a71bf7b2b1cc53e [diff] [blame] |
[ONOS-4694] YANG management system outline and YMSM/YDT interfaces Change-Id: I050ed98ba18edc2c2cea2abafeee6d8c9061b579
diff --git a/apps/yms/BUCK b/apps/yms/BUCK new file mode 100644 index 0000000..163d67e --- /dev/null +++ b/apps/yms/BUCK
@@ -0,0 +1,11 @@ +BUNDLES = [ + '//apps/yms/api:onos-apps-yms-api', + '//apps/yms/app:onos-apps-yms-app', +] + +onos_app( + title = 'YANG Management System App', + category = 'Utility', + url = 'http://onosproject.org', + included_bundles = BUNDLES, +)