add BUCK file for actn-msc app and ietfte-provider
Change-Id: I26b0cb0649d6914773f880fc87ae5b8c9b764e1d
diff --git a/providers/ietfte/BUCK b/providers/ietfte/BUCK
new file mode 100644
index 0000000..9df8f9c
--- /dev/null
+++ b/providers/ietfte/BUCK
@@ -0,0 +1,24 @@
+BUNDLES = [
+ '//protocols/restconf/server/utils:onos-protocols-restconf-server-utils',
+ '//apps/yms/api:onos-apps-yms-api',
+ '//apps/tenbi/utils:onos-apps-tenbi-utils',
+ '//apps/tenbi/yangmodel:onos-apps-tenbi-yangmodel',
+ '//lib:httpclient-osgi',
+ '//lib:httpcore-osgi',
+ '//protocols/rest/api:onos-protocols-rest-api',
+ '//protocols/restconf/client/api:onos-protocols-restconf-client-api',
+ '//protocols/restconf/client/ctl:onos-protocols-restconf-client-ctl',
+ '//providers/ietfte/utils:onos-providers-ietfte-utils',
+ '//providers/ietfte/topology:onos-providers-ietfte-topology',
+ '//providers/ietfte/tunnel:onos-providers-ietfte-tunnel',
+]
+
+onos_app (
+ title = 'IETF TE Provider',
+ category = 'Provider',
+ url = 'http://onosproject.org',
+ included_bundles = BUNDLES,
+ description = 'IETF TE southbound providers.',
+ required_apps = [ 'org.onosproject.tetunnel', 'org.onosproject.tetopology',
+ 'org.onosproject.yms'],
+)
\ No newline at end of file