1 /* 2 * Copyright (c) 2023 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 16 #ifndef OHOS_HDI_DISPLAY_V1_1_DISPLAY_CMD_UTILS_H 17 #define OHOS_HDI_DISPLAY_V1_1_DISPLAY_CMD_UTILS_H 18 19 #include "v1_0/display_command/display_cmd_utils.h" 20 #include "v1_1/display_composer_type.h" 21 22 #undef LOG_TAG 23 #define LOG_TAG "DISP_CMD" 24 #undef LOG_DOMAIN 25 #define LOG_DOMAIN 0xD002515 26 27 namespace OHOS { 28 namespace HDI { 29 namespace Display { 30 namespace Composer { 31 namespace V1_1 { 32 33 class DisplayCmdUtils : public V1_0::DisplayCmdUtils {}; 34 using CmdUtils = DisplayCmdUtils; 35 } // namespace V1_1 36 } // namespace Composer 37 } // namespace Display 38 } // namespace HDI 39 } // namespace OHOS 40 #endif // OHOS_HDI_DISPLAY_V1_1_DISPLAY_CMD_UTILS_H