10b966c5eSopenharmony_ci<?xml version='1.0' encoding="utf-8"?> 20b966c5eSopenharmony_ci<!-- 30b966c5eSopenharmony_ci * Copyright (c) 2022 Huawei Device Co., Ltd. 40b966c5eSopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 50b966c5eSopenharmony_ci * you may not use this file except in compliance with the License. 60b966c5eSopenharmony_ci * You may obtain a copy of the License at 70b966c5eSopenharmony_ci * 80b966c5eSopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 90b966c5eSopenharmony_ci * 100b966c5eSopenharmony_ci * Unless required by applicable law or agreed to in writing, software 110b966c5eSopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 120b966c5eSopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 130b966c5eSopenharmony_ci * See the License for the specific language governing permissions and 140b966c5eSopenharmony_ci * limitations under the License. 150b966c5eSopenharmony_ci --> 160b966c5eSopenharmony_ci <Configs> 170b966c5eSopenharmony_ci <!--Window display dpi, valid range is 80~640, use 0 if no configuration is requeired--> 180b966c5eSopenharmony_ci <dpi>240</dpi> 190b966c5eSopenharmony_ci <!-- Indicate the deviation between the default device display direction and the direction --> 200b966c5eSopenharmony_ci <!-- of the sensor. Use 0 in default, available values are {0, 90, 180, 270} --> 210b966c5eSopenharmony_ci <defaultDeviceRotationOffset>0</defaultDeviceRotationOffset> 220b966c5eSopenharmony_ci <!-- Svg path for cutout, use empty string if there is not cutout on the screen --> 230b966c5eSopenharmony_ci <!-- format: string --> 240b966c5eSopenharmony_ci <!-- default value: empty string --> 250b966c5eSopenharmony_ci <!-- sample: M 100,100 m -75,0 a 75,75 0 1,0 150,0 a 75,75 0 1,0 -150,0 z --> 260b966c5eSopenharmony_ci <defaultDisplayCutoutPath></defaultDisplayCutoutPath> 270b966c5eSopenharmony_ci <!-- Indicates the boundary of the curved screen, each value corresponds to the px from each edge --> 280b966c5eSopenharmony_ci <!-- format: number(left) number(top) number(right) number(bottom) --> 290b966c5eSopenharmony_ci <!-- default value: 0 0 0 0 --> 300b966c5eSopenharmony_ci <!-- sample: 150 150 0 0 --> 310b966c5eSopenharmony_ci <curvedScreenBoundary>0 0 0 0</curvedScreenBoundary> 320b966c5eSopenharmony_ci <!-- Indicates whether the built-in display is a waterfall display --> 330b966c5eSopenharmony_ci <!-- format: boolean --> 340b966c5eSopenharmony_ci <!-- default value: false --> 350b966c5eSopenharmony_ci <!-- sample: false --> 360b966c5eSopenharmony_ci <isWaterfallDisplay enable="false"></isWaterfallDisplay> 370b966c5eSopenharmony_ci 380b966c5eSopenharmony_ci <!-- Indicate whether to enable display area compression for waterfall display when displayed in landscape --> 390b966c5eSopenharmony_ci <!-- or landscape_inverted mode. --> 400b966c5eSopenharmony_ci <!-- This configuration item takes effect only when isWaterfallDisplay above is true --> 410b966c5eSopenharmony_ci <!-- format: boolean --> 420b966c5eSopenharmony_ci <!-- default value: false --> 430b966c5eSopenharmony_ci <isWaterfallAreaCompressionEnableWhenHorizontal enable="false"></isWaterfallAreaCompressionEnableWhenHorizontal> 440b966c5eSopenharmony_ci 450b966c5eSopenharmony_ci <!-- Indicate the size of both sides of the waterfall display which to be compressed when displayed in landscape --> 460b966c5eSopenharmony_ci <!-- or landscape_inverted mode. --> 470b966c5eSopenharmony_ci <!-- This configuration item takes effect only when isWaterfallDisplay above is true --> 480b966c5eSopenharmony_ci <!-- format: uint32_t, the unit is vp. --> 490b966c5eSopenharmony_ci <!-- default value: 0 --> 500b966c5eSopenharmony_ci <waterfallAreaCompressionSizeWhenHorzontal>0</waterfallAreaCompressionSizeWhenHorzontal> 510b966c5eSopenharmony_ci 520b966c5eSopenharmony_ci <!-- Indicates orientation of the built-in screen --> 530b966c5eSopenharmony_ci <!-- 0: Orientation::UNSPECIFIED --> 540b966c5eSopenharmony_ci <!-- 1: Orientation::VERTICAL 2: Orientation::HORIZONTAL--> 550b966c5eSopenharmony_ci <!-- 3: Orientation::REVERSE_VERTICAL 4: Orientation::REVERSE_HORIZONTAL --> 560b966c5eSopenharmony_ci <buildInDefaultOrientation>0</buildInDefaultOrientation> 570b966c5eSopenharmony_ci </Configs> 58