• 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        "adapted_system_type": [ "standard" ],
19        "rom": "",
20        "ram": "",
21        "deps": {
22            "components": [
23                "hilog",
24                "hitrace",
25                "init",
26                "bounds_checking_function",
27                "zlib",
28                "jsoncpp",
29                "egl",
30                "opengles"
31            ],
32            "third_party": [
33                "vulkan-headers"
34            ]
35        },
36        "build": {
37            "sub_component": [
38                "//third_party/skia:skia_canvaskit(//build/toolchain/ohos:ohos_clang_arm)"
39            ],
40            "inner_kits": [
41                {
42                    "name": "//third_party/skia/third_party/libjpeg-turbo:libjpeg"
43                },
44                {
45                    "name": "//third_party/skia/third_party/piex:piex"
46                },
47                {
48                    "name": "//third_party/skia/third_party/libwebp:libwebp"
49                },
50                {
51                    "name": "//third_party/skia:skia_canvaskit"
52                },
53                {
54                    "name": "//third_party/skia:skia_canvaskit_static"
55                },
56                {
57                    "name": "//third_party/skia/third_party/expat:expat"
58                }
59
60            ],
61            "test": []
62        }
63    }
64}