mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-11-23 15:20:34 +00:00
应用启动管控hisysevent引入yaml配置
Signed-off-by: Jasperjiao <jiaoqunzhi@huawei.com>
This commit is contained in:
parent
ff2ac7f28f
commit
945828f69e
@ -352,3 +352,14 @@ START_STANDARD_ABILITIES:
|
||||
BUNDLE_NAME: {type: STRING, desc: bundle name}
|
||||
MODULE_NAME: {type: STRING, desc: module name}
|
||||
ABILITY_NAME: {type: STRING, desc: ability name}
|
||||
|
||||
PREVENT_START_ABILITY:
|
||||
__BASE: {type: BEHAVIOR, level: MINOR, desc: Process start control, preserve: true}
|
||||
CALLER_UID: {type: INT32, desc: caller uid}
|
||||
CALLER_PID: {type: INT32, desc: caller pid}
|
||||
CALLER_PROCESS_NAME: {type: STRING, desc: caller process name}
|
||||
CALLER_BUNDLE_NAME: {type: STRING, desc: caller bundle name}
|
||||
CALLEE_BUNDLE_NAME: {type: STRING, desc: callee bundle name}
|
||||
CALLEE_PROCESS_NAME: {type: STRING, desc: callee process name}
|
||||
EXTENSION_ABILITY_TYPE: {type: INT32, desc: extension ability type}
|
||||
ABILITY_NAME: {type: STRING, desc: caller ability name}
|
Loading…
Reference in New Issue
Block a user