安全控件修改部件名

Signed-off-by: y1585740638 <yulei99@huawei.com>
Change-Id: I4ad9a9b461edbded4ac037c14541844ba3bfde63
This commit is contained in:
y1585740638
2023-09-01 15:06:52 +08:00
parent 3519406fab
commit aba9a27773
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
"relational_store",
"safwk",
"samgr",
"security_component",
"security_component_manager",
"storage_service",
"user_file_service",
"window_manager"
@@ -205,10 +205,11 @@ ohos_shared_library("medialibrary_data_extension") {
defines = []
defines += [ "MEDIALIBRARY_COMPATIBILITY=1" ]
if (!defined(global_parts_info) ||
defined(global_parts_info.security_security_component)) {
defined(global_parts_info.security_security_component_manager)) {
defines += [ "MEDIALIBRARY_SECURITY_OPEN=1" ]
external_deps += [ "security_component:libsecurity_component_sdk" ]
external_deps += [ "security_component_manager:libsecurity_component_sdk" ]
}
if (!link_opt) {
sanitize = {