mirror of
https://github.com/openharmony/graphic_surface_lite.git
synced 2026-07-01 01:37:56 -04:00
96b1611ee9
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
39 lines
907 B
JSON
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": []
|
|
}
|
|
}
|
|
}
|