• 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                "icu",
24                "protobuf"
25            ]
26        },
27        "build": {
28            "sub_component": [
29                "//third_party/libphonenumber/cpp:phonenumber_standard",
30                "//third_party/libphonenumber/cpp:geocoding"
31            ],
32            "inner_kits": [],
33            "test": [
34                "//third_party/libphonenumber/cpp/test:libphonenumber_test"
35            ]
36        }
37    }
38}
39