Files
graphic_surface_lite/bundle.json
T
zhouyj 96b1611ee9 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: I2314044c5185c7991da6ce9e76b1cf8e8fcbee98
2023-05-03 21:54:43 +08:00

39 lines
907 B
JSON

{
"name": "@ohos/surface",
"description": "Graphic shared memory",
"version": "3.1",
"license": "Apache License 2.0",
"pubiishAs": "code-segment",
"segment": {
"destPath": "foundation/graphic/surface_lite"
},
"dirs": {},
"scripts": {},
"component": {
"name": "surface_lite",
"subsystem": "graphic",
"syscap": [ "SystemCapability.Graphic.SurfaceLite" ],
"feature": [],
"adapted_system_type": [ "small" ],
"rom": "110KB",
"ram": "~50KB",
"deps": {
"third_party": [
"bounds_checking_function"
],
"components": [
"hilog_lite",
"peripheral_display",
"peripheral_input"
]
},
"build": {
"sub_component": [
"//foundation/graphic/surface_lite:surface_lite",
"//foundation/graphic/surface_lite/test:surface_lite_test" ],
"inner_kits": [],
"test": []
}
}
}