!23 feat: add bundle.json

Merge pull request !23 from 33/OpenHarmony-3.0-LTS
This commit is contained in:
openharmony_ci 2022-01-10 09:25:49 +00:00 committed by Gitee
commit 9b6839fc28
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

54
bundle.json Normal file
View File

@ -0,0 +1,54 @@
{
"name": "@ohos/signcenter_tool",
"version": "",
"description": "Provide a binary tool (hapsigntoolv2.jar) for signing OpenHarmony system applications. | 提供二进制签名工具hapsigntoolv2.jar用于OpenHarmony应用签名。",
"homePage": "https://gitee.com/openharmony",
"license": "END USER LICENSE AGREEMENT",
"repository": "https://gitee.com/openharmony/signcenter_tool",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"prebuilts"
],
"keywords": [
"signcenter-tool"
],
"envs": [],
"dirs": [],
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [
{
"name": "",
"email": "",
"url": ""
}
],
"segment": {
"destPath": "prebuilts/signcenter"
},
"component": {
"name": "signcenter_tool",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}