• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/graphics_effect",
3    "description": "graphics_effect",
4    "version": "1.0",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8      "destPath": "foundation/graphic/graphics_effect"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13      "name": "graphics_effect",
14      "subsystem": "graphic",
15      "syscap": [ ],
16      "adapted_system_type": [ "standard" ],
17      "features": [ ],
18      "rom": "",
19      "ram": "",
20      "deps": {
21        "components": [
22          "bounds_checking_function",
23          "c_utils",
24          "graphic_2d",
25          "hilog",
26          "init",
27          "skia"
28        ]
29      },
30      "build": {
31        "sub_component": [
32          "//foundation/graphic/graphics_effect:graphics_effect_core"
33        ],
34        "inner_kits": [
35          {
36            "type": "so",
37            "name": "//foundation/graphic/graphics_effect:graphics_effect_core",
38            "header": {
39              "header_files": [ ],
40              "header_base": "//foundation/graphic/graphics_effect/include"
41            }
42          }
43        ],
44        "test": [
45          "//foundation/graphic/graphics_effect/test:test"
46        ]
47      }
48    }
49  }
50