Power : Add tunings for HWDecode cases.

Added support for HWDecode case.

Change-Id: I54971082f39d700f97ef262df56f3433d13808c4
diff --git a/config/taro/powerhint.xml b/config/taro/powerhint.xml
old mode 100644
new mode 100755
index 3ebc982..198dd50
--- a/config/taro/powerhint.xml
+++ b/config/taro/powerhint.xml
@@ -359,5 +359,17 @@
             Id="0X00001505" Enable="true" Timeout="0" Taget="taro"
             Resources="0x40804100, 0x2BC"/>
 
+        <!-- video decode 30 fps non secure content tunings-->
+        <!-- MPCTLV3_MIN_FREQ_CLUSTER_BIG_CORE_0, 0XA -->
+         <Config
+            Id="0X00001502" Enable="true" Timeout="0" Taget="taro"
+            Resources="0x40800000, 0XA"/>
+
+        <!-- video decode 30 fps secure content tunings-->
+        <!-- MPCTLV3_MIN_FREQ_CLUSTER_BIG_CORE_0, 0XA -->
+         <Config
+            Id="0X00001504" Enable="true" Timeout="0" Taget="taro"
+            Resources="0x40800000, 0XA"/>
+
     </Powerhint>
 </HintConfigs>