1 Star 0 Fork 139

邓志豪 / graphic_utils

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
utils.gni 1.67 KB
Copy Edit Raw Blame History
# Copyright (c) 2020-2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
GRAPHIC_UTILS_PATH = "//foundation/graphic/utils"
graphic_utils_include_dirs = [
"$GRAPHIC_UTILS_PATH/interfaces/innerkits",
"$GRAPHIC_UTILS_PATH/interfaces/kits",
]
graphic_utils_sources = [
"$GRAPHIC_UTILS_PATH/frameworks/color.cpp",
"$GRAPHIC_UTILS_PATH/frameworks/geometry2d.cpp",
"$GRAPHIC_UTILS_PATH/frameworks/graphic_math.cpp",
"$GRAPHIC_UTILS_PATH/frameworks/graphic_performance.cpp",
"$GRAPHIC_UTILS_PATH/frameworks/graphic_timer.cpp",
"$GRAPHIC_UTILS_PATH/frameworks/hal_cpu.cpp",
"$GRAPHIC_UTILS_PATH/frameworks/hal_tick.cpp",
"$GRAPHIC_UTILS_PATH/frameworks/mem_api.cpp",
"$GRAPHIC_UTILS_PATH/frameworks/pixel_format_utils.cpp",
"$GRAPHIC_UTILS_PATH/frameworks/style.cpp",
"$GRAPHIC_UTILS_PATH/frameworks/transform.cpp",
"$GRAPHIC_UTILS_PATH/frameworks/version.cpp",
]
graphic_hals_include_dirs = [
"$GRAPHIC_UTILS_PATH/interfaces/innerkits",
"//drivers/peripheral/base",
"//drivers/peripheral/display/interfaces/include",
]
graphic_hals_sources = [
"$GRAPHIC_UTILS_PATH/frameworks/hals/gfx_engines.cpp",
"$GRAPHIC_UTILS_PATH/frameworks/hals/hi_fbdev.cpp",
]
1
https://gitee.com/zhdengc/graphic_utils.git
git@gitee.com:zhdengc/graphic_utils.git
zhdengc
graphic_utils
graphic_utils
master

Search