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/app/BUCK b/apps/yms/app/BUCK new file mode 100644 index 0000000..8da70d1 --- /dev/null +++ b/apps/yms/app/BUCK
@@ -0,0 +1,8 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', + '//apps/yms/api:onos-apps-yms-api', +] + +osgi_jar_with_tests( + deps = COMPILE_DEPS, +)