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>1000000</default> 20 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq</path> 21 <node>1000000 1200000 1398000 1512000 1608000 1704000 1800000</node> 22 </res> 23 <res id="1001" name="lit_cpu_max_freq" pair="1000" mode="1"> 24 <default>1800000</default> 25 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_max_freq</path> 26 <node>1000000 1200000 1398000 1512000 1608000 1704000 1800000</node> 27 </res> 28 <res id="2000" name="gpu_min_freq" pair="2001"> 29 <default>249999996</default> 30 <path>/sys/class/devfreq/ffe40000.gpu/min_freq</path> 31 <node>249999996 285714281 399999994 499999992 666666656 799999987</node> 32 </res> 33 <res id="2001" name="gpu_max_freq" pair="2000" mode="1"> 34 <default>799999987</default> 35 <path>/sys/class/devfreq/ffe40000.gpu/max_freq</path> 36 <node>249999996 285714281 399999994 499999992 666666656 799999987</node> 37 </res> 38 </Resource> 39</Configs>