1a513582eSopenharmony_ci#  Copyright (c) 2022 Huawei Device Co., Ltd.
2a513582eSopenharmony_ci#  Licensed under the Apache License, Version 2.0 (the "License");
3a513582eSopenharmony_ci#  you may not use this file except in compliance with the License.
4a513582eSopenharmony_ci#  You may obtain a copy of the License at
5a513582eSopenharmony_ci#
6a513582eSopenharmony_ci#      http://www.apache.org/licenses/LICENSE-2.0
7a513582eSopenharmony_ci#
8a513582eSopenharmony_ci#  Unless required by applicable law or agreed to in writing, software
9a513582eSopenharmony_ci#  distributed under the License is distributed on an "AS IS" BASIS,
10a513582eSopenharmony_ci#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11a513582eSopenharmony_ci#  See the License for the specific language governing permissions and
12a513582eSopenharmony_ci#  limitations under the License.
13a513582eSopenharmony_ci
14a513582eSopenharmony_ci############################################
15a513582eSopenharmony_ci# the hisysevent definition for camera app #
16a513582eSopenharmony_ci############################################
17a513582eSopenharmony_ci
18a513582eSopenharmony_cidomain: CAMERA_APP
19a513582eSopenharmony_ci
20a513582eSopenharmony_ciCAMERA_FAULT:
21a513582eSopenharmony_ci    __BASE: {type: FAULT, level: CRITICAL, desc: camera app runtime error}
22a513582eSopenharmony_ci    FAULT_ID: {type: STRING, desc: fault name}
23a513582eSopenharmony_ci    MSG: {type: STRING, desc: the fault desc}
24a513582eSopenharmony_ci
25a513582eSopenharmony_ciCAMERA_BEHAVIOR:
26a513582eSopenharmony_ci    __BASE: {type: BEHAVIOR, level: MINOR, desc: camera app behavior}
27a513582eSopenharmony_ci    BEHAVIOR_ID: {type: STRING, desc: behavior name}
28a513582eSopenharmony_ci    MSG: {type: STRING, desc: the behavior desc}