target: msm8953: Enable AVB2.0 for msm8953 target

Added conditional compilation flags to compile AVB2.0
changes for msm8953.

Change-Id: I98c452a59c90a19a4890881fe5231d14b184f585
diff --git a/project/msm8953.mk b/project/msm8953.mk
index 039e60e..f144fd5 100644
--- a/project/msm8953.mk
+++ b/project/msm8953.mk
@@ -28,6 +28,15 @@
 endif
 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
+
 ENABLE_SMD_SUPPORT := 1
 ENABLE_PWM_SUPPORT := true
 
@@ -127,4 +136,4 @@
 ENABLE_REBOOT_MODULE := 1
 
 #Use PON register for reboot reason
-DEFINES += USE_PON_REBOOT_REG=1
\ No newline at end of file
+DEFINES += USE_PON_REBOOT_REG=1