add BUCK file for actn-msc app and ietfte-provider
Change-Id: I26b0cb0649d6914773f880fc87ae5b8c9b764e1d
diff --git a/providers/ietfte/tunnel/BUCK b/providers/ietfte/tunnel/BUCK
new file mode 100644
index 0000000..6a18e66
--- /dev/null
+++ b/providers/ietfte/tunnel/BUCK
@@ -0,0 +1,24 @@
+COMPILE_DEPS = [
+ '//lib:CORE_DEPS',
+ '//protocols/restconf/client/api:onos-protocols-restconf-client-api',
+ '//protocols/restconf/client/ctl:onos-protocols-restconf-client-ctl',
+ '//protocols/rest/api:onos-protocols-rest-api',
+ '//apps/yms/api:onos-apps-yms-api',
+ '//apps/tetunnel/api:onos-apps-tetunnel-api',
+ '//apps/tenbi/yangmodel:onos-apps-tenbi-yangmodel',
+ '//apps/tenbi/utils:onos-apps-tenbi-utils',
+ '//apps/tetopology/api:onos-apps-tetopology-api',
+ '//incubator/api:onos-incubator-api',
+ '//providers/ietfte/utils:onos-providers-ietfte-utils',
+ '//lib:javax.ws.rs-api',
+]
+
+TEST_DEPS = [
+ '//lib:TEST_ADAPTERS',
+ '//utils/osgi:onlab-osgi-tests',
+]
+
+osgi_jar_with_tests (
+ deps = COMPILE_DEPS,
+ test_deps = TEST_DEPS,
+)