mirror of
https://gitee.com/openharmony/window_window_manager
synced 2024-11-23 06:50:40 +00:00
Independent compilation
Signed-off-by: xuyangyang <xuyangyang29@huawei.com> Change-Id: I18b632513a9370e325694d5cebb18fb0134079ff
This commit is contained in:
parent
d340c7f54a
commit
2ea6f1ed07
@ -76,6 +76,7 @@ ohos_shared_library("libdms") {
|
||||
"ipc:ipc_single",
|
||||
"libxml2:libxml2",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
defines = []
|
||||
|
@ -54,6 +54,7 @@ ohos_shared_library("libintention_event") {
|
||||
"hitrace:hitrace_meter",
|
||||
"init:libbegetutil",
|
||||
"input:libmmi-client",
|
||||
"libxml2:libxml2",
|
||||
]
|
||||
|
||||
defines = []
|
||||
|
@ -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 = []
|
||||
|
@ -50,6 +50,7 @@ ohos_shared_library("transactionmanager_napi") {
|
||||
"ffrt:libffrt",
|
||||
"graphic_2d:librender_service_client",
|
||||
"hilog:libhilog",
|
||||
"libxml2:libxml2",
|
||||
"napi:ace_napi",
|
||||
]
|
||||
|
||||
|
@ -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" ]
|
||||
|
@ -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",
|
||||
]
|
||||
|
||||
|
@ -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) &&
|
||||
|
Loading…
Reference in New Issue
Block a user