update service/BUILD.gn.

gn format

Signed-off-by: LongestDistance <cdwango@isoftstone.com>
This commit is contained in:
LongestDistance 2024-10-30 10:01:53 +00:00 committed by Gitee
parent f89fdef433
commit f15e73a290
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -42,31 +42,31 @@ ohos_shared_library("cast_engine_service") {
]
external_deps = [
"ability_runtime:app_manager",
"bundle_framework:appexecfwk_core",
"c_utils:utils",
"device_manager:devicemanagersdk",
"dsoftbus:softbus_client",
"graphic_surface:surface",
"hilog:libhilog",
"hisysevent:libhisysevent",
"image_framework:image_native",
"init:libbegetutil",
"input:libmmi-client",
"ipc:ipc_core",
"os_account:os_account_innerkits",
"player_framework:media_client",
"power_manager:powermgr_client",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
"ability_runtime:app_manager",
"image_framework:image_native",
"power_manager:powermgr_client",
"os_account:os_account_innerkits",
"bundle_framework:appexecfwk_core",
]
subsystem_name = "castplus"
part_name = "cast_engine"
sanitize = {
cfi = true
cfi_cross_dso = true
debug = false
cfi = true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret"
}