third_party_qrcodegen/bundle.json
zhangxingtai 96c50abe79 Description: update bundle.json
IssueNo: https://gitee.com/openharmony/third_party_qrcodegen/issues/I7GNB0
Feature or Bugfix: Bugfix
Binary Source:NO
Signed-off-by: zhangxingtai <zhangxingtai@huawei.com>
2023-07-25 15:05:05 +08:00

35 lines
769 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": [],
"adapted_system_type": [
"small",
"mini",
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}