Files
third_party_cef/bundle.json
T
zgit2021 5c227db610 add bundle.json
Signed-off-by: zgit2021 <zhaowenqiang14@huawei.com>
Change-Id: Ice54cc136eae4757fe21d9d13fd551906f04223a
2023-06-20 14:49:40 +08:00

30 lines
635 B
JSON

{
"name": "@ohos/cef",
"description": "cef.",
"version": "3.1",
"license": "Apache V2",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/cef"
},
"dirs": {},
"scripts": {},
"component": {
"name": "cef",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}