ONOS learning-switch tutorial

Change-Id: Id82a0886be5bbead60ea61dee30dd3ee12d20bbc
diff --git a/apps/learning-switch/BUCK b/apps/learning-switch/BUCK
new file mode 100644
index 0000000..61399c3
--- /dev/null
+++ b/apps/learning-switch/BUCK
@@ -0,0 +1,17 @@
+COMPILE_DEPS = [
+    '//lib:CORE_DEPS',
+    '//lib:slf4j-api',
+    '//lib:org.apache.felix.scr.annotations',
+    '//lib:junit',
+]
+
+osgi_jar_with_tests (
+    deps = COMPILE_DEPS,
+)
+
+onos_app (
+    title = 'Learning Switch Tutorial',
+    category = 'Tutorial',
+    url = 'http://onosproject.org',
+    description = 'Tutorial to help user create a learning switch',
+)
\ No newline at end of file