Initial draft of making BUILD files for y2014.

Change-Id: Ib62acfe4ee8f20ccd5b5d684acdd8cc5a7e79d8d
diff --git a/y2014/queues/BUILD b/y2014/queues/BUILD
new file mode 100644
index 0000000..0c04ab7
--- /dev/null
+++ b/y2014/queues/BUILD
@@ -0,0 +1,24 @@
+package(default_visibility = ['//visibility:public'])
+
+load('aos/build/queues', 'queue_library')
+
+queue_library(
+  name = 'profile_params',
+  srcs = [
+    'profile_params.q',
+  ],
+)
+
+queue_library(
+  name = 'hot_goal',
+  srcs = [
+    'hot_goal.q',
+  ],
+)
+
+queue_library(
+  name = 'auto_mode',
+  srcs = [
+    'auto_mode.q',
+  ],
+)