1{ 2 "name": "@ohos/libxml2", 3 "description": "Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), it is free software available under the MIT License", 4 "version": "4.1", 5 "license": "MIT", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/libxml2" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "Copyright", 13 "readmePath": { 14 "en": "README.md" 15 }, 16 "component": { 17 "name": "libxml2", 18 "subsystem": "thirdparty", 19 "syscap": [], 20 "features": [], 21 "adapted_system_type": [ "mini", "small", "standard" ], 22 "rom": "", 23 "ram": "", 24 "deps": { 25 "components": [], 26 "third_party": [] 27 }, 28 "build": { 29 "sub_component": [ "//third_party/libxml2:libxml2" ], 30 "inner_kits": [ 31 { 32 "name": "//third_party/libxml2:libxml2", 33 "header": { 34 "header_files": [], 35 "header_base": "${root_gen_dir}/third_party/libxml2/libxml2-2.9.14/include" 36 } 37 }, 38 { 39 "name": "//third_party/libxml2:static_libxml2", 40 "header": { 41 "header_files": [], 42 "header_base": "${root_gen_dir}/third_party/libxml2/libxml2-2.9.14/include" 43 } 44 } 45 ], 46 "test": [] 47 } 48 } 49} 50