add bundle.json

Signed-off-by: pjscc <pangjiashuai@huawei.com>
This commit is contained in:
pjscc 2022-01-20 15:09:47 +08:00
parent e456fb89ac
commit 40f6d3bf49

31
bundle.json Normal file
View File

@ -0,0 +1,31 @@
{
"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": "thirdparty_qrcodegen",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}