Add bundle.json

Signed-off-by: chennian <chennian1@huawei.com>
This commit is contained in:
chennian 2023-08-01 22:26:58 +08:00
parent e37826f785
commit 31fb686f4e

32
bundle.json Normal file
View File

@ -0,0 +1,32 @@
{
"name": "@ohos/permission_manager",
"description": "permission_manager.",
"version": "3.2",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "applications/standard/permission_manager"
},
"dirs": {},
"scripts": {},
"component": {
"name": "permission_manager",
"subsystem": "applications",
"syscap": [
],
"adapted_system_type": [
"standard"
],
"rom": "3.8MB",
"ram": "1MB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}