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