• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/skia",
3    "description": "skia is a complete 2D graphic library for drawing Text, Geometries, and Images.",
4    "version": "3.1",
5    "license": "MIT",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/skia"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "COPYING",
13    "component": {
14        "name": "skia",
15        "subsystem": "thirdparty",
16        "syscap": [],
17        "features": [
18            "skia_feature_product",
19            "skia_feature_enable_pgo",
20            "skia_feature_pgo_path",
21            "skia_feature_zlib",
22            "skia_feature_wuji_enable",
23            "skia_feature_ace_enable_gpu"
24        ],
25        "adapted_system_type": [ "standard" ],
26        "rom": "",
27        "ram": "",
28        "deps": {
29            "components": [
30                "hilog",
31                "hitrace",
32                "init",
33                "bounds_checking_function",
34                "zlib",
35                "jsoncpp",
36                "egl",
37                "opengles",
38                "faultloggerd"
39            ],
40            "third_party": [
41                "vulkan-headers"
42            ]
43        },
44        "build": {
45            "sub_component": [
46                "//third_party/skia:skia_canvaskit"
47            ],
48            "inner_kits": [
49                {
50                    "name": "//third_party/skia/third_party/libjpeg-turbo:libjpeg"
51                },
52                {
53                    "name": "//third_party/skia/third_party/piex:piex"
54                },
55                {
56                    "name": "//third_party/skia/third_party/libwebp:libwebp"
57                },
58                {
59                    "name": "//third_party/skia:skia_canvaskit"
60                },
61                {
62                    "name": "//third_party/skia:skia_canvaskit_static"
63                },
64                {
65                    "name": "//third_party/skia/third_party/expat:expat"
66                },
67                {
68                    "name": "//third_party/skia:sksl_ext_static"
69                }
70
71            ],
72            "test": []
73        }
74    }
75}