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