Add BUCK for tenbi and tetunnel
1. Add BUCK for tenbi and tetunnel
2. Fix check style errors in tenbi
3. Fix a BUCK error in tetopology
Change-Id: I618bdd2a119cc6be3250cb3c3e9002fa4f5e4750
diff --git a/apps/tenbi/tunnel/BUCK b/apps/tenbi/tunnel/BUCK
new file mode 100644
index 0000000..57756ac
--- /dev/null
+++ b/apps/tenbi/tunnel/BUCK
@@ -0,0 +1,19 @@
+COMPILE_DEPS = [
+ '//lib:CORE_DEPS',
+ '//apps/tenbi/yangmodel:onos-apps-tenbi-yangmodel',
+ '//apps/tenbi/utils:onos-apps-tenbi-utils',
+ '//apps/tetopology/api:onos-apps-tetopology-api',
+ '//apps/tetunnel/api:onos-apps-tetunnel-api',
+ '//apps/yms/api:onos-apps-yms-api',
+ '//incubator/api:onos-incubator-api',
+]
+
+TEST_DEPS = [
+ '//lib:TEST_ADAPTERS',
+ '//utils/osgi:onlab-osgi-tests',
+]
+
+osgi_jar_with_tests (
+ deps = COMPILE_DEPS,
+ test_deps = TEST_DEPS,
+)