1<?xml version='1.0' encoding="utf-8"?> 2<!-- 3 * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 --> 16<Configs> 17 <cmd id="10000" name="app_start"> 18 <Action> 19 <duration>1500</duration> 20 <lit_cpu_min_freq>1992000</lit_cpu_min_freq> 21 </Action> 22 </cmd> 23 <cmd id="10001" name="warm_start"> 24 <Action> 25 <duration>400</duration> 26 <lit_cpu_min_freq>1800000</lit_cpu_min_freq> 27 </Action> 28 </cmd> 29 <cmd id="10002" name="window_switch"> 30 <Action> 31 <duration>400</duration> 32 <lit_cpu_min_freq>1608000</lit_cpu_min_freq> 33 </Action> 34 </cmd> 35 <cmd id="10006" name="click_normal"> 36 <Action> 37 <duration>250</duration> 38 <lit_cpu_min_freq>1992000</lit_cpu_min_freq> 39 </Action> 40 </cmd> 41 <cmd id="10007" name="push_page_start"> 42 <Action> 43 <duration>300</duration> 44 <lit_cpu_min_freq>1608000</lit_cpu_min_freq> 45 </Action> 46 </cmd> 47 <cmd id="10008" name="list_fling"> 48 <Action> 49 <duration>5000</duration> 50 <lit_cpu_min_freq>1992000</lit_cpu_min_freq> 51 </Action> 52 </cmd> 53 <cmd id="10009" name="slide_normal"> 54 <Action> 55 <duration>5000</duration> 56 <lit_cpu_min_freq>1992000</lit_cpu_min_freq> 57 </Action> 58 </cmd> 59 <cmd id="10010" name="touch_down_up"> 60 <Action> 61 <duration>100</duration> 62 <lit_cpu_min_freq>1608000</lit_cpu_min_freq> 63 </Action> 64 </cmd> 65 <cmd id="10011" name="push_page_complete"> 66 <Action> 67 <duration>200</duration> 68 <lit_cpu_min_freq>1416000</lit_cpu_min_freq> 69 </Action> 70 </cmd> 71 <cmd id="10012" name="web_gesture"> 72 <Action> 73 <duration>800</duration> 74 <lit_cpu_min_freq>1992000</lit_cpu_min_freq> 75 <gpu_min_freq>800000000</gpu_min_freq> 76 </Action> 77 </cmd> 78 <cmd id="10016" name="pop_page"> 79 <Action> 80 <duration>400</duration> 81 <lit_cpu_min_freq>1608000</lit_cpu_min_freq> 82 </Action> 83 </cmd> 84</Configs> 85