• 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 2.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                "abseil-cpp",
23                "bounds_checking_function",
24                "icu",
25                "protobuf"
26            ],
27            "third_party": []
28        },
29        "build": {
30            "sub_component": [
31                "//third_party/libphonenumber/cpp:phonenumber_standard",
32                "//third_party/libphonenumber/cpp:geocoding"
33            ],
34            "inner_kits": [
35                {
36                    "name": "//third_party/libphonenumber/cpp:phonenumber_standard",
37                    "header": {
38                        "header_files": [],
39                        "header_base": "//third_party/libphonenumber/cpp/src"
40                    }
41                },
42                {
43                    "name": "//third_party/libphonenumber/cpp:geocoding",
44                    "header": {
45                        "header_files": [],
46                        "header_base": "//third_party/libphonenumber/cpp/src"
47                    }
48                }
49            ],
50            "test": [
51                "//third_party/libphonenumber/cpp/test:libphonenumber_test"
52            ]
53        }
54    }
55}
56