• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/vixl",
3    "description": "vixl",
4    "version": "6.3.0",
5    "license": "BSD 3-clause",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/vixl"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "LICENCE",
13    "component": {
14        "name": "vixl",
15        "subsystem": "thirdparty",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": [ "standard" ],
19        "rom": "",
20        "ram": "",
21        "deps": {
22            "components": [],
23            "third_party": []
24        },
25        "build": {
26            "sub_component": [
27                "//third_party/vixl:libvixl"
28            ],
29            "inner_kits": [
30                {
31                    "name": "//third_party/vixl:libvixl",
32                    "header": {
33                        "header_files": [],
34                        "header_base": "//third_party/vixl/src"
35                    }
36                }
37            ],
38            "test": []
39        }
40    }
41}
42