1d066c7e5Sopenharmony_ci/* 2d066c7e5Sopenharmony_ci * Copyright (c) 2021-2022 Huawei Device Co., Ltd. 3d066c7e5Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 4d066c7e5Sopenharmony_ci * you may not use this file except in compliance with the License. 5d066c7e5Sopenharmony_ci * You may obtain a copy of the License at 6d066c7e5Sopenharmony_ci * 7d066c7e5Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 8d066c7e5Sopenharmony_ci * 9d066c7e5Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software 10d066c7e5Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 11d066c7e5Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12d066c7e5Sopenharmony_ci * See the License for the specific language governing permissions and 13d066c7e5Sopenharmony_ci * limitations under the License. 14d066c7e5Sopenharmony_ci */ 15d066c7e5Sopenharmony_ci 16d066c7e5Sopenharmony_ci#ifndef CUSTOMIZATION_CONFIG_POLICY_UTILS_TEST_H 17d066c7e5Sopenharmony_ci#define CUSTOMIZATION_CONFIG_POLICY_UTILS_TEST_H 18d066c7e5Sopenharmony_ci 19d066c7e5Sopenharmony_ciint CfgPolicyUtilsFuncTest001(void); 20d066c7e5Sopenharmony_ciint CfgPolicyUtilsFuncTest002(void); 21d066c7e5Sopenharmony_ciint CfgPolicyUtilsFuncTest003(void); 22d066c7e5Sopenharmony_ciint CfgPolicyUtilsFuncTest004(void); 23d066c7e5Sopenharmony_ciint CfgPolicyUtilsFuncTest005(void); 24d066c7e5Sopenharmony_ci 25d066c7e5Sopenharmony_ci#ifndef __LITEOS__ 26d066c7e5Sopenharmony_ciint CfgPolicyUtilsFuncTest006(void); 27d066c7e5Sopenharmony_ciint CfgPolicyUtilsFuncTest007(void); 28d066c7e5Sopenharmony_ciint CfgPolicyUtilsFuncTest008(void); 29d066c7e5Sopenharmony_ciint CfgPolicyUtilsFuncTest009(void); 30d066c7e5Sopenharmony_ciint CfgPolicyUtilsFuncTest010(void); 31d066c7e5Sopenharmony_ciint CfgPolicyUtilsFuncTest011(void); 32d066c7e5Sopenharmony_ci#endif // __LITEOS__ 33d066c7e5Sopenharmony_ci 34d066c7e5Sopenharmony_ci#endif 35