5 Star 2 Fork 20

OpenHarmony / security_asset

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BUILD.gn 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
符子坤 提交于 2024-04-24 23:16 . add asset_ext plugin framework
# Copyright (c) 2023 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("//base/security/asset/asset.gni")
import("//build/ohos.gni")
group("asset_component") {
deps = [
"interfaces/inner_api/rs:asset_sdk_rust",
"interfaces/kits/c:asset_ndk",
"sa_profile:asset_sa_profiles",
"services/core_service:asset_service",
"services/plugin:asset_plugin",
]
if (support_jsapi) {
deps += [ "frameworks/js/napi:asset_napi" ]
}
}
# need set different name from asset_test for building script limit
group("asset_bin_test") {
testonly = true
deps = [
"test/unittest/kits_ndk:asset_ndk_test",
"test/unittest/module_test:asset_dependency_test",
]
if (enable_local_test) {
deps += [ "test/unittest/inner_api_rust:asset_rust_test" ]
deps += [ "test/unittest/module_test:asset_module_test" ]
deps += [ "services/db_operator:asset_db_operator_test" ]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/security_asset.git
git@gitee.com:openharmony/security_asset.git
openharmony
security_asset
security_asset
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891