1 Star 0 Fork 479

王佳 / multimedia_image_standard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BUILD.gn 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
wangxiaokai 提交于 2022-02-28 21:11 . Add pixelmap ndk func in image.
# Copyright (C) 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.
#import("//build/config/ohos/rules.gni")
import("//build/ohos.gni")
group("image_framework") {
deps = [
"frameworks/innerkitsimpl/utils:image_utils",
"frameworks/kits/js/common/pixelmap_ndk:pixelmap_ndk",
"interfaces/innerkits:image",
"interfaces/innerkits:image_native",
]
}
group("plugins") {
deps = [
"plugins/common/libs:multimediaplugin",
"plugins/manager:pluginmanager",
]
}
group("image_test_list") {
testonly = true
# image
deps = [ "frameworks/innerkitsimpl/test:unittest" ]
}
config("media_config") {
defines = []
if (current_cpu == "arm64" || current_cpu == "arm") {
defines += [ "USE_NEON" ]
}
}
1
https://gitee.com/iamwjia/multimedia_image_standard.git
git@gitee.com:iamwjia/multimedia_image_standard.git
iamwjia
multimedia_image_standard
multimedia_image_standard
master

搜索帮助