1 Star 0 Fork 139

不死鸟玉山禾 / graphic_utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
utils.gni 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
YUJIA 提交于 2021-05-20 13:14 . IssueNo:#I3S732
# 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/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/display/interfaces_lite/include",
]
graphic_hals_sources = [
"$GRAPHIC_UTILS_PATH/frameworks/hals/gfx_engines.cpp",
"$GRAPHIC_UTILS_PATH/frameworks/hals/hi_fbdev.cpp",
]
1
https://gitee.com/yushanhe/graphic_utils.git
git@gitee.com:yushanhe/graphic_utils.git
yushanhe
graphic_utils
graphic_utils
master

搜索帮助