13f085823Sopenharmony_ci<?xml version="1.0" encoding="utf-8"?>
23f085823Sopenharmony_ci<!-- Copyright (c) 2021 Huawei Device Co., Ltd.
33f085823Sopenharmony_ci
43f085823Sopenharmony_ci     Licensed under the Apache License, Version 2.0 (the "License");
53f085823Sopenharmony_ci     you may not use this file except in compliance with the License.
63f085823Sopenharmony_ci     You may obtain a copy of the License at
73f085823Sopenharmony_ci
83f085823Sopenharmony_ci          http://www.apache.org/licenses/LICENSE-2.0
93f085823Sopenharmony_ci
103f085823Sopenharmony_ci     Unless required by applicable law or agreed to in writing, software
113f085823Sopenharmony_ci     distributed under the License is distributed on an "AS IS" BASIS,
123f085823Sopenharmony_ci     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
133f085823Sopenharmony_ci     See the License for the specific language governing permissions and
143f085823Sopenharmony_ci     limitations under the License.
153f085823Sopenharmony_ci-->
163f085823Sopenharmony_ci<user_config>
173f085823Sopenharmony_ci  <build>
183f085823Sopenharmony_ci    <!-- whether compile test demo case, default false -->
193f085823Sopenharmony_ci    <example>false</example>
203f085823Sopenharmony_ci    <!-- whether compile test version, default false -->
213f085823Sopenharmony_ci    <version>false</version>
223f085823Sopenharmony_ci    <!-- whether compile test case, default false -->
233f085823Sopenharmony_ci    <testcase>false</testcase>
243f085823Sopenharmony_ci    <!-- whether compile test cpu, default null -->
253f085823Sopenharmony_ci    <parameter>
263f085823Sopenharmony_ci      <target_cpu></target_cpu>
273f085823Sopenharmony_ci    </parameter>
283f085823Sopenharmony_ci  </build>
293f085823Sopenharmony_ci  <environment>
303f085823Sopenharmony_ci    <!-- reserved field, configure devices that support HDC connection -->
313f085823Sopenharmony_ci    <device type="usb-hdc">
323f085823Sopenharmony_ci      <ip></ip>
333f085823Sopenharmony_ci      <port></port>
343f085823Sopenharmony_ci      <sn></sn>
353f085823Sopenharmony_ci    </device>
363f085823Sopenharmony_ci    <!-- configure devices that support serial connection -->
373f085823Sopenharmony_ci    <device type="com" label="ipcamera">
383f085823Sopenharmony_ci      <serial>
393f085823Sopenharmony_ci        <com></com>
403f085823Sopenharmony_ci        <type>cmd</type>
413f085823Sopenharmony_ci        <baud_rate>115200</baud_rate>
423f085823Sopenharmony_ci        <data_bits>8</data_bits>
433f085823Sopenharmony_ci        <stop_bits>1</stop_bits>
443f085823Sopenharmony_ci        <timeout>1</timeout>
453f085823Sopenharmony_ci      </serial>
463f085823Sopenharmony_ci    </device>
473f085823Sopenharmony_ci  </environment>
483f085823Sopenharmony_ci  <!-- configure test cases path -->
493f085823Sopenharmony_ci  <test_cases>
503f085823Sopenharmony_ci    <dir></dir>
513f085823Sopenharmony_ci  </test_cases>
523f085823Sopenharmony_ci  <!-- reserved field, configure output path for coverage -->
533f085823Sopenharmony_ci  <coverage>
543f085823Sopenharmony_ci    <outpath></outpath>
553f085823Sopenharmony_ci  </coverage>
563f085823Sopenharmony_ci  <!-- configure NFS mount path for test cases -->
573f085823Sopenharmony_ci  <NFS>
583f085823Sopenharmony_ci    <host_dir></host_dir>
593f085823Sopenharmony_ci    <mnt_cmd></mnt_cmd>
603f085823Sopenharmony_ci    <board_dir></board_dir>
613f085823Sopenharmony_ci  </NFS>
623f085823Sopenharmony_ci</user_config>
63