sPLHFeature.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <!--
  2. /******************************************************************************
  3. @file sPLHFeature.xml
  4. @brief Implementation of Android Framework Learning Module
  5. DESCRIPTION
  6. Each feature has an xml file to define the components
  7. ===========================================================================
  8. Copyright (c) 2020-2021 Qualcomm Technologies, Inc.
  9. All Rights Reserved.
  10. Confidential and Proprietary - Qualcomm Technologies, Inc.
  11. ===========================================================================
  12. ******************************************************************************/
  13. -->
  14. <!--
  15. Follows "Data goes into elements, metadata goes into attributes"
  16. Specify ipc threashold and freq threashold for 60,90,120,144::
  17. <Configs>
  18. <FPS60>IPC1,FREQ1,IPC2,FREQ2,IPC3,FREQ3</FPS60>
  19. </Configs>
  20. -->
  21. <!-- <FPS60>0,690,80,1600,120,2000</FPS60>
  22. <FPS90>0,690,80,1600,120,2000</FPS90>
  23. <FPS144>0,690,80,1600,120,2000</FPS144>
  24. -->
  25. <Feature>
  26. <Name>sPLH</Name>
  27. <Configs target="taro">
  28. <FPS>60,90,120,144,180,240</FPS>
  29. <FPS60>0,690,80,1600,120,2000</FPS60>
  30. <FPS90>0,690,80,1600,120,2000</FPS90>
  31. <FPS120>0,690,80,1600,120,2000</FPS120>
  32. <FPS144>0,690,80,1600,120,2000</FPS144>
  33. <FPS180>0,690,80,1600,120,2000</FPS180>
  34. <FPS240>0,690,80,1600,120,2000</FPS240>
  35. </Configs>
  36. <Configs target="diwali">
  37. <FPS>60,90,120,144,180,240</FPS>
  38. <FPS60>0,690,80,1600,120,2000</FPS60>
  39. <FPS90>0,690,80,1600,120,2000</FPS90>
  40. <FPS120>0,690,80,1600,120,2000</FPS120>
  41. <FPS144>0,690,80,1600,120,2000</FPS144>
  42. <FPS180>0,690,80,1600,120,2000</FPS180>
  43. <FPS240>0,690,80,1600,120,2000</FPS240>
  44. </Configs>
  45. <Configs target="cape">
  46. <FPS>60,90,120,144,180,240</FPS>
  47. <FPS60>0,690,80,1600,120,2000</FPS60>
  48. <FPS90>0,690,80,1600,120,2000</FPS90>
  49. <FPS120>0,690,80,1600,120,2000</FPS120>
  50. <FPS144>0,690,80,1600,120,2000</FPS144>
  51. <FPS180>0,690,80,1600,120,2000</FPS180>
  52. <FPS240>0,690,80,1600,120,2000</FPS240>
  53. </Configs>
  54. <Configs target="ukee">
  55. <FPS>60,90,120,144,180,240</FPS>
  56. <FPS60>0,690,80,1600,120,2000</FPS60>
  57. <FPS90>0,690,80,1600,120,2000</FPS90>
  58. <FPS120>0,690,80,1600,120,2000</FPS120>
  59. <FPS144>0,690,80,1600,120,2000</FPS144>
  60. <FPS180>0,690,80,1600,120,2000</FPS180>
  61. <FPS240>0,690,80,1600,120,2000</FPS240>
  62. </Configs>
  63. <Libname>libsplh.so</Libname>
  64. <Triggers>
  65. <Trigger>
  66. <Primary>true</Primary>
  67. <AsyncId>VENDOR_HINT_SCROLL_BOOST</AsyncId>
  68. <AsyncType>1</AsyncType>
  69. </Trigger>
  70. <Trigger>
  71. <Primary>true</Primary>
  72. <AsyncId>VENDOR_HINT_SCROLL_BOOST</AsyncId>
  73. <AsyncType>2</AsyncType>
  74. </Trigger>
  75. </Triggers>
  76. </Feature>