mirror of
https://gitee.com/openharmony/bundlemanager_app_domain_verify
synced 2024-12-28 03:25:01 +00:00
f32e2a0450
Signed-off-by: woohoa <wanghuan36@huawei.com>
34 lines
1.4 KiB
YAML
34 lines
1.4 KiB
YAML
# Copyright (c) 2022-2024 Huawei Device Co., Ltd.
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
domain: APPDOMAINVERIFY
|
|
|
|
################################################################################
|
|
# BEHAVIOR EVENT #
|
|
################################################################################
|
|
PKG_INSTALL:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: pkg install}
|
|
BUNDLE_NAME: {type: STRING, desc: bundleName}
|
|
APP_ID: {type: STRING, desc: appId}
|
|
|
|
PKG_UNINSTALL:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: pkg uninstall}
|
|
BUNDLE_NAME: {type: STRING, desc: bundleName}
|
|
APP_ID: {type: STRING, desc: appId}
|
|
|
|
PKG_VERIFY_RESULT:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: pkg verify result}
|
|
BUNDLE_NAME: {type: STRING, desc: bundleName}
|
|
APP_ID: {type: STRING, desc: appId}
|
|
VERIFY_WAY: {type: INT32, desc: verify way}
|
|
VERIFY_RESULT: {type: INT32, desc: verify result} |