project: msm8952: move rpmb and sec app under verified boot

Enable rpmb,mdtp and sec app loader when verified boot is enabled.

Change-Id: Ib6c8fa16cdaba2e3365e331cc7b27f0a1e008397
diff --git a/project/msm8952.mk b/project/msm8952.mk
index e808597..9a6397f 100644
--- a/project/msm8952.mk
+++ b/project/msm8952.mk
@@ -13,8 +13,16 @@
 endif
 
 EMMC_BOOT := 1
+
+ifeq ($(VERIFIED_BOOT),1)
+ENABLE_MDTP_SUPPORT := 1
 ENABLE_SECAPP_LOADER := 1
 ENABLE_RPMB_SUPPORT := 1
+#enable fbcon display menu
+ENABLE_FBCON_DISPLAY_MSG := 1
+endif
+
+
 
 ENABLE_SMD_SUPPORT := 1
 #ENABLE_PWM_SUPPORT := true
@@ -33,7 +41,10 @@
 
 #Enable the feature of long press power on
 DEFINES += LONG_PRESS_POWER_ON=1
+
+ifeq ($(ENABLE_RPMB_SUPPORT),1)
 DEFINES += USE_RPMB_FOR_DEVINFO=1
+endif
 
 #Disable thumb mode
 ENABLE_THUMB := false
@@ -44,8 +55,7 @@
 DEFINES += MMC_SDHCI_SUPPORT=1
 endif
 
-#enable fbcon display menu
-ENABLE_FBCON_DISPLAY_MSG := 1
+
 
 ifeq ($(ENABLE_FBCON_DISPLAY_MSG),1)
 DEFINES += FBCON_DISPLAY_MSG=1
@@ -70,7 +80,6 @@
 DEFINES += SMD_SUPPORT=1
 endif
 
-ENABLE_MDTP_SUPPORT := 1
 
 ifeq ($(ENABLE_MDTP_SUPPORT),1)
 DEFINES += MDTP_SUPPORT=1