Files
graphic_graphic_utils_lite/bundle.json
T
zhouyj d27b687e20 Description: change repo path for lite graphic
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
2023-05-08 21:31:13 +08:00

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": []
}
}
}