Independent compilation

Signed-off-by: xuyangyang <xuyangyang29@huawei.com>
Change-Id: I18b632513a9370e325694d5cebb18fb0134079ff
This commit is contained in:
xuyangyang 2024-10-30 16:46:31 +08:00
parent d340c7f54a
commit 2ea6f1ed07
7 changed files with 10 additions and 0 deletions

View File

@ -76,6 +76,7 @@ ohos_shared_library("libdms") {
"ipc:ipc_single",
"libxml2:libxml2",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]
defines = []

View File

@ -54,6 +54,7 @@ ohos_shared_library("libintention_event") {
"hitrace:hitrace_meter",
"init:libbegetutil",
"input:libmmi-client",
"libxml2:libxml2",
]
defines = []

View File

@ -68,7 +68,9 @@ ohos_shared_library("scenesessionmanager_napi") {
"image_framework:image_native",
"input:libmmi-client",
"ipc:ipc_single",
"libxml2:libxml2",
"napi:ace_napi",
"samgr:samgr_proxy",
]
defines = []

View File

@ -50,6 +50,7 @@ ohos_shared_library("transactionmanager_napi") {
"ffrt:libffrt",
"graphic_2d:librender_service_client",
"hilog:libhilog",
"libxml2:libxml2",
"napi:ace_napi",
]

View File

@ -94,6 +94,7 @@ ohos_shared_library("scene_session") {
"init:libbegetutil",
"input:libmmi-client",
"ipc:ipc_single",
"samgr:samgr_proxy",
]
if (!(host_os == "linux" && host_cpu == "arm64")) {
external_deps += [ "preferences:native_preferences" ]

View File

@ -131,6 +131,7 @@ ohos_shared_library("scene_session_manager") {
"libxml2:libxml2",
"napi:ace_napi",
"resource_management:global_resmgr",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]
@ -281,6 +282,7 @@ ohos_shared_library("session_manager_lite") {
"c_utils:utils",
"hilog:libhilog",
"ipc:ipc_single",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]

View File

@ -121,6 +121,7 @@ ohos_shared_library("sms") {
"graphic_2d:window_animation",
"input:libmmi-client",
"input:libmmi-napi",
"samgr:samgr_proxy",
]
if (window_manager_use_sceneboard) {
deps += [ "${window_base_path}/window_scene/session_manager_service:session_manager_service" ]
@ -227,6 +228,7 @@ if (window_manager_use_sceneboard) {
"ipc:ipc_single",
"libxml2:libxml2",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]
if (defined(global_parts_info) &&