1{ 2 "name": "@ohos/graphics_effect", 3 "description": "graphics_effect", 4 "version": "1.0", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "foundation/graphic/graphics_effect" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "graphics_effect", 14 "subsystem": "graphic", 15 "syscap": [], 16 "adapted_system_type": [ 17 "standard" 18 ], 19 "features": [ 20 "graphics_effect_feature_upgrade_skia" 21 ], 22 "rom": "", 23 "ram": "", 24 "deps": { 25 "components": [ 26 "bounds_checking_function", 27 "c_utils", 28 "graphic_2d", 29 "hilog", 30 "hitrace", 31 "init", 32 "skia" 33 ] 34 }, 35 "build": { 36 "sub_component": [ 37 "//foundation/graphic/graphics_effect:graphics_effect_core" 38 ], 39 "inner_kits": [ 40 { 41 "type": "so", 42 "name": "//foundation/graphic/graphics_effect:graphics_effect_core", 43 "header": { 44 "header_files": [], 45 "header_base": "//foundation/graphic/graphics_effect/include" 46 } 47 } 48 ], 49 "test": [ 50 "//foundation/graphic/graphics_effect/test:test" 51 ] 52 } 53 } 54}