• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "component": {
3        "build": {
4            "inner_kits": [
5                {
6                    "name": "//arkcompiler/toolchain/build/third_party_gn/bounds_checking_function:libsec_shared",
7                    "header": {
8                    "header_files": [
9                        "securec.h",
10                        "securectype.h"
11                        ],
12                        "header_base": "//third_party/bounds_checking_function/include"
13                    }
14                },
15                {
16                    "name": "//arkcompiler/toolchain/build/third_party_gn/bounds_checking_function:libsec_static",
17                    "header": {
18                    "header_files": [
19                        "securec.h",
20                        "securectype.h"
21                        ],
22                        "header_base": "//third_party/bounds_checking_function/include"
23                    }
24                }
25            ]
26        }
27    }
28}