• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/graphic_chipsetsdk",
3    "description": "graphic chipset sdk",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8      "destPath": "foundation/graphic/graphic_2d"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13      "name": "graphic_chipsetsdk",
14      "subsystem": "graphic",
15      "adapted_system_type": [ "standard" ],
16      "rom": "10000KB",
17      "ram": "10000KB",
18      "deps": {
19        "components": [
20          "libhilog",
21          "ipc_core",
22          "samgr_proxy",
23          "utils",
24          "libeventhandler",
25          "hdi_display_device",
26          "bytrace_core"
27        ],
28        "third_party": [
29          "libz"
30        ]
31      },
32      "build": {
33        "sub_component": [
34          "//foundation/graphic/graphic_2d/frameworks/surface:surface",
35          "//foundation/graphic/graphic_2d/utils/buffer_handle:buffer_handle"
36        ],
37        "inner_kits": [
38          {
39            "type": "so",
40            "name": "//foundation/graphic/graphic_2d/frameworks/surface:surface",
41            "header": {
42              "header_files": [
43                "buffer_extra_data.h",
44                "common_types.h",
45                "egl_data.h",
46                "egl_surface.h",
47                "external_window.h",
48                "ibuffer_consumer_listener.h",
49                "ibuffer_producer.h",
50                "iconsumer_surface.h",
51                "surface.h",
52                "surface_buffer.h",
53                "surface_type.h",
54                "surface_utils.h",
55                "window.h"
56              ],
57              "header_base": "//foundation/graphic/graphic_2d/interfaces/inner_api/surface"
58            }
59          },
60          {
61            "type": "so",
62            "name": "//foundation/graphic/graphic_2d/utils/buffer_handle:buffer_handle",
63            "header": {
64              "header_files": [
65                "buffer_handle_parcel.h",
66                "buffer_handle_utils.h"
67              ],
68              "header_base": "//foundation/graphic/graphic_2d/utils/buffer_handle/export"
69            }
70          },
71          {
72            "type": "so",
73            "name": "//foundation/graphic/graphic_2d/utils/sync_fence:sync_fence",
74            "header": {
75              "header_files": [
76                "sync_fence.h"
77              ],
78              "header_base": "//foundation/graphic/graphic_2d/utils/sync_fence/export"
79            }
80          }
81        ]
82      }
83    }
84  }
85