• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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            "third_party": [
23                "abseil-cpp",
24                "bounds_checking_function",
25                "icu",
26                "protobuf"
27            ]
28        },
29        "build": {
30            "sub_component": [
31                "//third_party/libphonenumber/cpp:phonenumber_standard",
32                "//third_party/libphonenumber/cpp:geocoding"
33            ],
34            "inner_kits": [],
35            "test": [
36                "//third_party/libphonenumber/cpp/test:libphonenumber_test"
37            ]
38        }
39    }
40}
41