1b877906bSopenharmony_ci# Copyright (c) 2021-2024 Huawei Device Co., Ltd. 2b877906bSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3b877906bSopenharmony_ci# you may not use this file except in compliance with the License. 4b877906bSopenharmony_ci# You may obtain a copy of the License at 5b877906bSopenharmony_ci# 6b877906bSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7b877906bSopenharmony_ci# 8b877906bSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9b877906bSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10b877906bSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11b877906bSopenharmony_ci# See the License for the specific language governing permissions and 12b877906bSopenharmony_ci# limitations under the License. 13b877906bSopenharmony_ci 14b877906bSopenharmony_ci# Defines 15b877906bSopenharmony_ciace_windows_defines = [ "WINDOWS_PLATFORM" ] 16b877906bSopenharmony_ciace_mac_defines = [ "MAC_PLATFORM" ] 17b877906bSopenharmony_ciace_linux_defines = [ "LINUX_PLATFORM" ] 18