• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/googletest",
3    "description": "The 1.8.x is the last release supporting pre-C++11 compilers. The 1.8.x will not accept any requests for any new features and any bugfix requests will only be accepted if proven critical",
4    "version": "3.1",
5    "license": "BSD 3-Clause",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/googletest"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "googletest",
14        "subsystem": "thirdparty",
15        "syscap": [],
16        "features": [],
17        "adapted_system_type": [
18            "small",
19            "standard"
20        ],
21        "rom": "",
22        "ram": "",
23        "deps": {
24            "components": [],
25            "third_party": []
26        },
27        "build": {
28            "sub_component": [],
29            "inner_kits": [
30                {
31                    "name": "//third_party/googletest:gtest",
32                    "header": {
33                        "header_files": [
34                            "gtest.h"
35                        ],
36                        "header_base": "//third_party/googletest/googletest/include/gtest"
37                    }
38                }
39            ],
40            "test": []
41        }
42    }
43}
44