1{ 2 "name": "@ohos/pcre2", 3 "description": "pcre2 is a re_working of the original PCRE1 library to provide an entirely new API.", 4 "version": "3.1", 5 "license": "PCRE2 LICENCE", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/pcre2" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "pcre2/LICENSE", 13 "component": { 14 "name": "pcre2", 15 "subsystem": "thirdparty", 16 "syscap": [], 17 "features": [], 18 "adapted_system_type": [ "standard" ], 19 "rom": "512KB", 20 "ram": "512KB", 21 "deps": { 22 "components": [], 23 "third_party": [] 24 }, 25 "build": { 26 "sub_component": [], 27 "inner_kits": [ 28 { 29 "name": "//third_party/pcre2:libpcre2", 30 "header": { 31 "header_files": [], 32 "header_base": "//third_party/pcre2/pcre2/src" 33 } 34 }, 35 { 36 "name": "//third_party/pcre2:libpcre2_static", 37 "header": { 38 "header_files": [], 39 "header_base": "//third_party/pcre2/pcre2/src" 40 } 41 } 42 ], 43 "test": [] 44 } 45 } 46}