1{ 2 "name": "@ohos/libphonenumber", 3 "description": "Third-party open-source software libphonenumber | Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.", 4 "version": "3.1", 5 "license": "Apache License V2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/libphonenumber" 9 }, 10 "dirs": [], 11 "scripts": {}, 12 "component": { 13 "name": "libphonenumber", 14 "subsystem": "thirdparty", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [ "standard" ], 18 "rom": "", 19 "ram": "", 20 "deps": { 21 "components": [ 22 "protobuf" 23 ], 24 "third_party": [ 25 "abseil-cpp", 26 "bounds_checking_function", 27 "icu" 28 ] 29 }, 30 "build": { 31 "sub_component": [ 32 "//third_party/libphonenumber/cpp:phonenumber_standard", 33 "//third_party/libphonenumber/cpp:geocoding" 34 ], 35 "inner_kits": [ 36 { 37 "name": "//third_party/libphonenumber/cpp:phonenumber_standard", 38 "header": { 39 "header_files": [], 40 "header_base": "//third_party/libphonenumber/cpp/src" 41 } 42 }, 43 { 44 "name": "//third_party/libphonenumber/cpp:geocoding", 45 "header": { 46 "header_files": [], 47 "header_base": "//third_party/libphonenumber/cpp/src" 48 } 49 } 50 ], 51 "test": [ 52 "//third_party/libphonenumber/cpp/test:libphonenumber_test" 53 ] 54 } 55 } 56} 57