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 "features": [ 16 "graphic_utils_lite_enable_ohos_product_config" 17 ], 18 "adapted_system_type": [ "mini","small" ], 19 "rom": "450KB", 20 "ram": "~50KB", 21 "deps": { 22 "third_party": [ 23 "bounds_checking_function" 24 ], 25 "components": [ 26 "hilog_lite", 27 "drivers_peripheral_display" 28 ] 29 }, 30 "build": { 31 "sub_component": [ 32 "//foundation/graphic/graphic_utils_lite:utils_lite", 33 "//foundation/graphic/graphic_utils_lite/test:graphic_utils_lite_test" ], 34 "inner_kits": [], 35 "test": [] 36 } 37 } 38} 39