msm_shared: Add shutdown detect compilation for MSM8916

Add the shutdown detection support for MSM8916. It is used to
support the feature of long press power key.

Change-Id: I6201cb9efd191d54098e51b1a964d96f8791fa35
diff --git a/project/msm8916.mk b/project/msm8916.mk
index ee77c50..a3f665a 100644
--- a/project/msm8916.mk
+++ b/project/msm8916.mk
@@ -24,6 +24,9 @@
 DEFINES += ABOOT_FORCE_RAMDISK_ADDR=0x82000000
 DEFINES += ABOOT_FORCE_TAGS_ADDR=0x81E00000
 
+#Enable the feature of long press power on
+DEFINES += LONG_PRESS_POWER_ON=0
+
 #Disable thumb mode
 ENABLE_THUMB := false
 ENABLE_PWM_SUPPORT := true