178191f2创建于 2025年6月19日历史提交
{
  "name": "@ohos/graphic_utils_lite",
  "description": "Graphic fundamental components",
  "version": "3.1",
  "license": "Apache License 2.0",
  "pubiishAs": "code-segment",
  "segment": {
    "destPath": "foundation/graphic/graphic_utils_lite"
  },
  "dirs": {},
  "scripts": {},
  "component": {
    "name": "graphic_utils_lite",
    "subsystem": "graphic",
    "features": [
      "graphic_utils_lite_enable_ohos_product_config"
    ],
    "adapted_system_type": [ "mini","small" ],
    "rom": "450KB",
    "ram": "~50KB",
    "deps": {
      "components": [
        "hilog_lite",
        "drivers_peripheral_display",
        "bounds_checking_function"
      ]
    },
    "build": {
      "sub_component": [
        "//foundation/graphic/graphic_utils_lite:utils_lite",
        "//foundation/graphic/graphic_utils_lite/test:graphic_utils_lite_test" ],
      "inner_kits": [
          {
            "name": "//foundation/graphic/graphic_utils_lite:utils_lite",
            "header": {
              "header_files": [],
              "header_base": [
                "//foundation/graphic/graphic_utils_lite/interfaces/kits",
                "//foundation/graphic/graphic_utils_lite/interfaces/innerkits"
              ]
            }
          }
      ],
      "test": []
    }
  }
}