• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2
3<!-- Copyright (c) 2023 Huawei Device Co., Ltd.
4
5     Licensed under the Apache License, Version 2.0 (the "License");
6     you may not use this file except in compliance with the License.
7     You may obtain a copy of the License at
8
9          http://www.apache.org/licenses/LICENSE-2.0
10
11     Unless required by applicable law or agreed to in writing, software
12     distributed under the License is distributed on an "AS IS" BASIS,
13     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14     See the License for the specific language governing permissions and
15     limitations under the License.
16
17    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.
18
19-->
20
21<config>
22    <version>1.0.0</version>
23    <UniProton_compile_mode>release</UniProton_compile_mode>
24    <tools>
25        <tool tool_name="cmake">
26            <tool_path>/opt/buildtools/cmake-3.20.5/bin</tool_path>
27        </tool>
28    </tools>
29    <projects>
30        <project cpu_type="m4">
31            <lib_type>SRE</lib_type>
32            <platform plat_name="cortex">
33                <name>cortex</name>
34                <compile_path_x86>/opt/buildtools/gcc-arm-none-eabi-10-2020-q4-major/bin</compile_path_x86>
35                <compile_path_arm64>/opt/buildtools/gcc-arm-none-eabi-10-2020-q4-major/bin</compile_path_arm64>
36                <kconf_dir>m4</kconf_dir>
37            </platform>
38        </project>
39    </projects>
40</config>
41