1<?xml version='1.0' encoding="utf-8"?> 2<!-- 3 * Copyright (c) 2022 Huawei Device 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 <Resource> 18 <res id="1000" name="lit_cpu_min_freq" pair="1001"> 19 <default>408000</default> 20 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq</path> 21 <node>408000 600000 816000 1104000 1416000 1608000 1800000 1992000</node> 22 </res> 23 <res id="1001" name="lit_cpu_max_freq" pair="1000" mode="1"> 24 <default>1992000</default> 25 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_max_freq</path> 26 <node>408000 600000 816000 1104000 1416000 1608000 1800000 1992000</node> 27 </res> 28 <res id="2000" name="gpu_min_freq" pair="2001"> 29 <default>200000000</default> 30 <path>/sys/class/devfreq/fde60000.gpu/min_freq</path> 31 <node>200000000 300000000 400000000 600000000 700000000 800000000</node> 32 </res> 33 <res id="2001" name="gpu_max_freq" pair="2000" mode="1"> 34 <default>800000000</default> 35 <path>/sys/class/devfreq/fde60000.gpu/max_freq</path> 36 <node>200000000 300000000 400000000 600000000 700000000 800000000</node> 37 </res> 38 </Resource> 39</Configs>