1{ 2 "name": "@ohos/libpng", 3 "description": "Reference library for supporting the Portable Network Graphics (PNG) format.", 4 "version": "3.1", 5 "license": "libpng license", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/libpng" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "LICENSE", 13 "readmePath": { 14 "en": "README" 15 }, 16 "component": { 17 "name": "libpng", 18 "subsystem": "thirdparty", 19 "syscap": [], 20 "features": [], 21 "adapted_system_type": [ 22 "small", 23 "mini", 24 "standard" 25 ], 26 "rom": "", 27 "ram": "", 28 "deps": { 29 "components": [ 30 "zlib" 31 ], 32 "third_party": [ 33 "zlib" 34 ] 35 }, 36 "build": { 37 "sub_component": [], 38 "inner_kits": [ 39 { 40 "type": "so", 41 "name": "//third_party/libpng:libpng", 42 "header": { 43 "header_files": [], 44 "header_base": "//third_party/libpng" 45 } 46 }, 47 { 48 "name": "//third_party/libpng:libpng_static" 49 } 50 ], 51 "test": [] 52 } 53 } 54}