{
  "name": "@ohos/drivers_peripheral_display",
  "description": "display device driver",
  "version": "3.1",
  "license": "Apache License 2.0",
  "publishAs": "code-segment",
  "segment": {
    "destPath": "drivers/peripheral/display"
  },
  "dirs": {},
  "scripts": {},
  "component": {
    "name": "drivers_peripheral_display",
    "subsystem": "hdf",
    "adapted_system_type": ["standard", "small"],
    "rom": "1260KB",
    "ram": "7700KB",
    "features": [
      "drivers_peripheral_display_community",
      "drivers_peripheral_display_vdi_default",
      "drivers_peripheral_display_hicollie_enable",
      "drivers_peripheral_display_bootstrap_hotplug"
    ],
    "deps": {
      "components": [
        "hdf_core",
        "hilog",
        "c_utils",
        "ipc",
        "drivers_interface_display",
        "graphic_surface",
        "init",
        "hitrace",
        "libdrm",
        "hicollie",
        "bounds_checking_function"
      ],
      "third_party": []
    },
    "build": {
      "sub_component": [
        "//drivers/peripheral/display:display_entry"
      ],
      "test": [
        "//drivers/peripheral/display:display_test_entry"
      ],
      "inner_kits": [
        {
          "name": "//drivers/peripheral/display:hdi_gralloc_client",
            "header": {
              "header_files": [
                "display_type.h"
              ],
              "header_base": "//drivers/peripheral/display/interfaces/include"
          }
        },
        {
          "name": "//drivers/peripheral/display:display_composer_vdi_config"
        },
        {
          "name": "//drivers/peripheral/display:display_buffer_vdi_config"
        }
      ]
    }
  }
}