Additional bazel build files for apps
Change-Id: If3f31139022b5657e4a7b8a33871e4eba0da286e
diff --git a/pipelines/basic/BUILD b/pipelines/basic/BUILD
index 66314df..3ced348 100644
--- a/pipelines/basic/BUILD
+++ b/pipelines/basic/BUILD
@@ -15,15 +15,15 @@
deps = COMPILE_DEPS,
)
-#onos_app(
-# app_name = 'org.onosproject.pipelines.basic',
-# title = 'Basic Pipelines',
-# category = 'Pipeline',
-# url = 'http://onosproject.org',
-# description = 'Provides pipelines with basic L2/L3 forwarding capabilities and packet-in/out '
-# + 'support.',
-# included_bundles = BUNDLES,
-# required_apps = [
-# 'org.onosproject.drivers.p4runtime',
-# ]
-#)
+onos_app(
+ app_name = "org.onosproject.pipelines.basic",
+ category = "Pipeline",
+ description = "Provides pipelines with basic L2/L3 forwarding capabilities and packet-in/out " +
+ "support.",
+ included_bundles = BUNDLES,
+ required_apps = [
+ "org.onosproject.drivers.p4runtime",
+ ],
+ title = "Basic Pipelines",
+ url = "http://onosproject.org",
+)