1{ 2 "name": "@ohos/window_manager_lite", 3 "description": "Windows manager service", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "pubiishAs": "code-segment", 7 "segment": { 8 "destPath": "foundation/window/window_manager_lite" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "window_manager_lite", 14 "subsystem": "window", 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 "samgr_lite", 25 "surface_lite", 26 "drivers_peripheral_input", 27 "ipc", 28 "graphic_utils_lite", 29 "hdf_core", 30 "permission_lite" 31 ] 32 }, 33 "build": { 34 "sub_component": [ 35 "//foundation/window/window_manager_lite:window_manager_lite", 36 "//foundation/window/window_manager_lite/test:window_manager_lite_test" 37 ], 38 "inner_kits": [], 39 "test": [] 40 } 41 } 42} 43