1{ 2 "name": "@ohos/surface_lite", 3 "description": "Graphic shared memory", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "pubiishAs": "code-segment", 7 "segment": { 8 "destPath": "foundation/graphic/surface_lite" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "surface_lite", 14 "subsystem": "graphic", 15 "feature": [], 16 "adapted_system_type": [ "small" ], 17 "rom": "110KB", 18 "ram": "~50KB", 19 "deps": { 20 "third_party": [ 21 "bounds_checking_function" 22 ], 23 "components": [ 24 "drivers_peripheral_display", 25 "graphic_utils_lite", 26 "ipc" 27 ] 28 }, 29 "build": { 30 "sub_component": [ 31 "//foundation/graphic/surface_lite:surface_lite", 32 "//foundation/graphic/surface_lite/test:surface_lite_test" ], 33 "inner_kits": [], 34 "test": [] 35 } 36 } 37} 38