[project/target]: Add 3 new projects and the corresponding make files.

Add msm7627_surf, msm7630_surf and qsd8250_surf projects and their corresponding
target files.

Signed-off-by: Chandan Uddaraju <chandanu@quicinc.com>
diff --git a/project/msm7627_surf.mk b/project/msm7627_surf.mk
new file mode 100755
index 0000000..59f98ed
--- /dev/null
+++ b/project/msm7627_surf.mk
@@ -0,0 +1,11 @@
+# top level project rules for the msm7627_surf project
+#
+LOCAL_DIR := $(GET_LOCAL_DIR)
+
+TARGET := msm7627_surf
+
+MODULES += app/aboot
+
+#DEFINES += WITH_DEBUG_DCC=1
+#DEFINES += WITH_DEBUG_UART=1
+#DEFINES += WITH_DEBUG_FBCON=1
\ No newline at end of file