Files
third_party_qrcodegen/bundle.json
T
zhoulianhai 232a7609fb qrcode独立编译
Signed-off-by: zhoulianhai <zhoulianhai@huawei.com>
Change-Id: Iafe147c3ecaebb8974a0f3b2b36190026befc6a0
2024-12-02 19:56:44 +08:00

41 lines
954 B
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"
}
],
"test": []
}
}
}