mirror of
https://gitee.com/openharmony/applications_permission_manager
synced 2024-11-23 03:09:41 +00:00
31fb686f4e
Signed-off-by: chennian <chennian1@huawei.com>
32 lines
747 B
JSON
32 lines
747 B
JSON
{
|
|
"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": []
|
|
}
|
|
}
|
|
} |