msm8909: Enable AVB2.0 for msm8909 Wearables

Add flags to enable AVB2.0 for msm8909 target.

Change-Id: I48f3af197f04d2a91a98202ac8da3d830a01af5e
diff --git a/project/msm8909.mk b/project/msm8909.mk
index cbf4b47..5c563c3 100644
--- a/project/msm8909.mk
+++ b/project/msm8909.mk
@@ -19,6 +19,15 @@
 DEFINES += DISPLAY_SPLASH_SCREEN=1
 endif
 
+ifeq ($(VERIFIED_BOOT_2),1)
+ENABLE_SECAPP_LOADER := 1
+ENABLE_RPMB_SUPPORT := 1
+ifneq (,$(findstring DISPLAY_SPLASH_SCREEN,$(DEFINES)))
+#enable fbcon display menu
+ENABLE_FBCON_DISPLAY_MSG := 1
+endif
+endif
+
 ifeq ($(VERIFIED_BOOT),1)
 ENABLE_SECAPP_LOADER := 1
 ENABLE_RPMB_SUPPORT := 1