mirror of
https://github.com/openharmony/third_party_googletest.git
synced 2026-07-01 22:44:02 -04:00
d0f604b16d
Signed-off-by: yuanjiazheng <yuanjiazheng1@h-partners.com>
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "@ohos/googletest",
|
|
"description": "The 1.16.x branch requires at least C++14 and will be the last to support C++14.",
|
|
"version": "3.1",
|
|
"license": "BSD 3-Clause",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/googletest"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "googletest",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"small",
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/googletest:gtest"
|
|
},
|
|
{
|
|
"name": "//third_party/googletest:gmock"
|
|
},
|
|
{
|
|
"name": "//third_party/googletest:gtest_rtti_main"
|
|
},
|
|
{
|
|
"name": "//third_party/googletest:gtest_main"
|
|
},
|
|
{
|
|
"name": "//third_party/googletest:gmock_main"
|
|
},
|
|
{
|
|
"name": "//third_party/googletest:gtest_rtti"
|
|
},
|
|
{
|
|
"name": "//third_party/googletest:gmock_rtti"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|