• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/grpc",
3    "description": "gRPC is a modern open source high performance Remote Procedure Call (RPC) framework that can run in any environment.",
4    "version": "3.1",
5    "license": "Apache V2",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/grpc"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "grpc",
14        "subsystem": "thirdparty",
15        "syscap": [],
16        "features": [],
17        "adapted_system_type": [
18            "standard"
19        ],
20        "rom": "",
21        "ram": "",
22        "deps": {
23            "components": [
24                "hilog",
25                "protobuf",
26                "abseil-cpp",
27                "openssl",
28                "re2",
29                "zlib"
30            ],
31            "third_party": []
32        },
33        "build": {
34            "sub_component": [],
35            "inner_kits": [
36                {
37                    "name": "//third_party/grpc:grpc"
38                },
39                {
40                    "name": "//third_party/grpc:grpcxx"
41                },
42                {
43                    "name": "//third_party/grpc:gpr"
44                },
45                {
46                    "name": "//third_party/grpc:grpc_cpp_plugin"
47                }
48            ],
49            "test": []
50        }
51    }
52}