1{
2  "name": "@ohos/drivers_peripheral_display",
3  "description": "display device driver",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "drivers/peripheral/display"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "drivers_peripheral_display",
14    "subsystem": "hdf",
15    "adapted_system_type": ["standard", "small"],
16    "rom": "1260KB",
17    "ram": "7700KB",
18    "features": [
19      "drivers_peripheral_display_community",
20      "drivers_peripheral_display_vdi_default",
21      "drivers_peripheral_display_hicollie_enable"
22    ],
23    "deps": {
24      "components": [
25        "hdf_core",
26        "hilog",
27        "c_utils",
28        "ipc",
29        "drivers_interface_display",
30        "graphic_surface",
31        "init",
32        "hitrace",
33        "libdrm",
34        "hicollie"
35      ],
36      "third_party": []
37    },
38    "build": {
39      "sub_component": [
40        "//drivers/peripheral/display:display_entry"
41      ],
42      "test": [
43        "//drivers/peripheral/display:display_test_entry"
44      ],
45      "inner_kits": [
46        {
47          "name": "//drivers/peripheral/display/hdi_service/gralloc/client:hdi_gralloc_client",
48            "header": {
49              "header_files": [
50                "idisplay_gralloc.h",
51                "parcel_utils.h"
52              ],
53              "header_base": "//drivers/peripheral/display/hdi_service/gralloc/include"
54          }
55        }
56      ]
57    }
58  }
59}
60