Files
third_party_qrcodegen/bundle.json
T
zhangzhongyuan dbb1c92ccc 增加qrcode独立编译
Signed-off-by: zhangzhongyuan <zhangzhongyuan10@huawei.com>
2025-04-18 12:45:13 +08:00

51 lines
1.3 KiB
JSON

{
"name": "@ohos/qrcodegen",
"description": "QR-Code-generator",
"version": "3.1",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/qrcodegen"
},
"dirs": {},
"scripts": {},
"licensePath": "LICENSE",
"component": {
"name": "qrcodegen",
"subsystem": "thirdparty",
"syscap": [],
"features": [
"qrcodegen_feature_ace_engine_qrcode_able"
],
"adapted_system_type": [
"small",
"mini",
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/qrcodegen:ace_engine_qrcode"
},
{
"name": "//third_party/qrcodegen:qrcodegen_static",
"header": {
"header_files": [
"qrcodegen.hpp"
],
"header_base": "//third_party/qrcodegen/cpp"
}
}
],
"test": []
}
}
}