14d949f91Sopenharmony_ci/* 24d949f91Sopenharmony_ci * Copyright (C) 2024 Huawei Device Co., Ltd. 34d949f91Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 44d949f91Sopenharmony_ci * you may not use this file except in compliance with the License. 54d949f91Sopenharmony_ci * You may obtain a copy of the License at 64d949f91Sopenharmony_ci * 74d949f91Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 84d949f91Sopenharmony_ci * 94d949f91Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software 104d949f91Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 114d949f91Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 124d949f91Sopenharmony_ci * See the License for the specific language governing permissions and 134d949f91Sopenharmony_ci * limitations under the License. 144d949f91Sopenharmony_ci */ 154d949f91Sopenharmony_ci 164d949f91Sopenharmony_ci#ifndef IMAGE_EFFECT_TEST_EFFECT_LOG_H 174d949f91Sopenharmony_ci#define IMAGE_EFFECT_TEST_EFFECT_LOG_H 184d949f91Sopenharmony_ci 194d949f91Sopenharmony_ci#include "effect_log.h" 204d949f91Sopenharmony_ci 214d949f91Sopenharmony_ci#undef LOG_TAG 224d949f91Sopenharmony_ci#define LOG_TAG "ImageEffectTest" 234d949f91Sopenharmony_ci 244d949f91Sopenharmony_ci#endif // IMAGE_EFFECT_TEST_EFFECT_LOG_H