mirror of
https://github.com/openharmony/multimedia_medialibrary_standard.git
synced 2026-07-15 14:55:39 -04:00
安全控件修改部件名
Signed-off-by: y1585740638 <yulei99@huawei.com> Change-Id: I4ad9a9b461edbded4ac037c14541844ba3bfde63
This commit is contained in:
+1
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user