1{ 2 "name": "@ohos/surface", 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" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "surface", 14 "subsystem": "graphic", 15 "syscap": [ "SystemCapability.Graphic.Surface" ], 16 "feature": [], 17 "adapted_system_type": [ "small" ], 18 "rom": "110KB", 19 "ram": "~50KB", 20 "deps": { 21 "third_party": [ 22 "bounds_checking_function" 23 ], 24 "components": [ 25 "hilog_lite", 26 "peripheral_display", 27 "peripheral_input" 28 ] 29 }, 30 "build": { 31 "sub_component": [ 32 "//foundation/graphic/surface:lite_surface", 33 "//foundation/graphic/surface/test:lite_surface_test" ], 34 "inner_kits": [], 35 "test": [] 36 } 37 } 38} 39