154568cb3Sopenharmony_ci<?xml version="1.0" encoding="utf-8"?> 254568cb3Sopenharmony_ci 354568cb3Sopenharmony_ci<!-- Copyright (c) 2023 Huawei Device Co., Ltd. 454568cb3Sopenharmony_ci 554568cb3Sopenharmony_ci Licensed under the Apache License, Version 2.0 (the "License"); 654568cb3Sopenharmony_ci you may not use this file except in compliance with the License. 754568cb3Sopenharmony_ci You may obtain a copy of the License at 854568cb3Sopenharmony_ci 954568cb3Sopenharmony_ci http://www.apache.org/licenses/LICENSE-2.0 1054568cb3Sopenharmony_ci 1154568cb3Sopenharmony_ci Unless required by applicable law or agreed to in writing, software 1254568cb3Sopenharmony_ci distributed under the License is distributed on an "AS IS" BASIS, 1354568cb3Sopenharmony_ci WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1454568cb3Sopenharmony_ci See the License for the specific language governing permissions and 1554568cb3Sopenharmony_ci limitations under the License. 1654568cb3Sopenharmony_ci 1754568cb3Sopenharmony_ci This is the configuration file template for OpenHarmony OSS Audit Tool, please copy it to your project root dir and modify it refer to OpenHarmony/tools_oat/README. 1854568cb3Sopenharmony_ci 1954568cb3Sopenharmony_ci--> 2054568cb3Sopenharmony_ci 2154568cb3Sopenharmony_ci<config> 2254568cb3Sopenharmony_ci <version>1.0.0</version> 2354568cb3Sopenharmony_ci <UniProton_compile_mode>release</UniProton_compile_mode> 2454568cb3Sopenharmony_ci <tools> 2554568cb3Sopenharmony_ci <tool tool_name="cmake"> 2654568cb3Sopenharmony_ci <tool_path>/opt/buildtools/cmake-3.20.5/bin</tool_path> 2754568cb3Sopenharmony_ci </tool> 2854568cb3Sopenharmony_ci </tools> 2954568cb3Sopenharmony_ci <projects> 3054568cb3Sopenharmony_ci <project cpu_type="m4"> 3154568cb3Sopenharmony_ci <lib_type>SRE</lib_type> 3254568cb3Sopenharmony_ci <platform plat_name="cortex"> 3354568cb3Sopenharmony_ci <name>cortex</name> 3454568cb3Sopenharmony_ci <compile_path_x86>/opt/buildtools/gcc-arm-none-eabi-10-2020-q4-major/bin</compile_path_x86> 3554568cb3Sopenharmony_ci <compile_path_arm64>/opt/buildtools/gcc-arm-none-eabi-10-2020-q4-major/bin</compile_path_arm64> 3654568cb3Sopenharmony_ci <kconf_dir>m4</kconf_dir> 3754568cb3Sopenharmony_ci </platform> 3854568cb3Sopenharmony_ci </project> 3954568cb3Sopenharmony_ci </projects> 4054568cb3Sopenharmony_ci</config> 41