mirror of
https://github.com/openharmony/graphic_graphic_utils_lite.git
synced 2026-07-01 22:34:01 -04:00
d27b687e20
IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I6WFDH Feature or Bugfix: Feature Binary Source:No Signed-off-by: zhouyj <zhouyuanjie1@huawei.com> Change-Id: Ifa70abcd924e67e0722500406251131a555090a4
37 lines
899 B
JSON
37 lines
899 B
JSON
{
|
|
"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",
|
|
"syscap": [ "SystemCapability.Graphic.GraphicUtilsLite" ],
|
|
"feature": [],
|
|
"adapted_system_type": [ "mini","small" ],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"third_party": [
|
|
"bounds_checking_function"
|
|
],
|
|
"components": [
|
|
"hilog_lite"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/graphic/graphic_utils_lite:utils_lite",
|
|
"//foundation/graphic/graphic_utils_lite/test:graphic_utils_lite_test" ],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|