1{ 2 "name": "@ohos/skia", 3 "description": "skia is a complete 2D graphic library for drawing Text, Geometries, and Images.", 4 "version": "3.1", 5 "license": "MIT", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/skia" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "COPYING", 13 "component": { 14 "name": "skia", 15 "subsystem": "thirdparty", 16 "syscap": [], 17 "features": [ 18 "skia_feature_product", 19 "skia_feature_enable_pgo", 20 "skia_feature_pgo_path", 21 "skia_feature_zlib", 22 "skia_feature_wuji_enable", 23 "skia_feature_ace_enable_gpu" 24 ], 25 "adapted_system_type": [ "standard" ], 26 "rom": "", 27 "ram": "", 28 "deps": { 29 "components": [ 30 "hilog", 31 "hitrace", 32 "init", 33 "bounds_checking_function", 34 "zlib", 35 "jsoncpp", 36 "egl", 37 "opengles" 38 ], 39 "third_party": [ 40 "vulkan-headers" 41 ] 42 }, 43 "build": { 44 "sub_component": [ 45 "//third_party/skia:skia_canvaskit" 46 ], 47 "inner_kits": [ 48 { 49 "name": "//third_party/skia/third_party/libjpeg-turbo:libjpeg" 50 }, 51 { 52 "name": "//third_party/skia/third_party/piex:piex" 53 }, 54 { 55 "name": "//third_party/skia/third_party/libwebp:libwebp" 56 }, 57 { 58 "name": "//third_party/skia:skia_canvaskit" 59 }, 60 { 61 "name": "//third_party/skia:skia_canvaskit_static" 62 }, 63 { 64 "name": "//third_party/skia/third_party/expat:expat" 65 } 66 67 ], 68 "test": [] 69 } 70 } 71}