[Feature]add MT2731_MP2_MR2_SVN388 baseline version

Change-Id: Ief04314834b31e27effab435d3ca8ba33b499059
diff --git a/src/bsp/lk/project/pc-x86-test.mk b/src/bsp/lk/project/pc-x86-test.mk
new file mode 100644
index 0000000..74e04a0
--- /dev/null
+++ b/src/bsp/lk/project/pc-x86-test.mk
@@ -0,0 +1,19 @@
+# top level project rules for the pc-x86-test project
+#
+LOCAL_DIR := $(GET_LOCAL_DIR)
+
+ARCH := x86
+TARGET := pc-x86
+MODULES += \
+	app/shell \
+	app/pcitests
+
+# extra rules to copy the pc-x86.conf file to the build dir
+#$(BUILDDIR)/pc-x86.conf: $(LOCAL_DIR)/pc-x86.conf
+#	@echo copy $< to $@
+#	$(NOECHO)cp $< $@
+
+#EXTRA_BUILDDEPS += $(BUILDDIR)/pc-x86.conf
+#GENERATED += $(BUILDDIR)/pc-x86.conf
+
+include project/virtual/test.mk