1d066c7e5Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd.
2d066c7e5Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3d066c7e5Sopenharmony_ci# you may not use this file except in compliance with the License.
4d066c7e5Sopenharmony_ci# You may obtain a copy of the License at
5d066c7e5Sopenharmony_ci#
6d066c7e5Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7d066c7e5Sopenharmony_ci#
8d066c7e5Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9d066c7e5Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10d066c7e5Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11d066c7e5Sopenharmony_ci# See the License for the specific language governing permissions and
12d066c7e5Sopenharmony_ci# limitations under the License.
13d066c7e5Sopenharmony_ci
14d066c7e5Sopenharmony_cidomain: CUST_CONFIG
15d066c7e5Sopenharmony_ci
16d066c7e5Sopenharmony_ci# config_policy failed event
17d066c7e5Sopenharmony_ci
18d066c7e5Sopenharmony_ciCONFIG_POLICY_FAILED:
19d066c7e5Sopenharmony_ci  __BASE: {type: FAULT, level: CRITICAL, tag: cfgFail, desc: config policy failed}
20d066c7e5Sopenharmony_ci  APINAME: {type: STRING, desc: api name}
21d066c7e5Sopenharmony_ci  MSG: {type: STRING, desc: error message}
22d066c7e5Sopenharmony_ci
23d066c7e5Sopenharmony_ci# config_policy statistic event
24d066c7e5Sopenharmony_ci
25d066c7e5Sopenharmony_ciCONFIG_POLICY_EVENT:
26d066c7e5Sopenharmony_ci  __BASE: {type: STATISTIC, level: MINOR, tag: cfgEvent, desc: get config policy func}
27d066c7e5Sopenharmony_ci  APINAME: {type: STRING, desc: api name}
28