mirror of
https://gitee.com/openharmony/window_window_manager
synced 2024-11-22 22:41:00 +00:00
支持windowManager部件独立编译
Signed-off-by: hsdhebbd <liulu155@huawei.com>
This commit is contained in:
parent
7156922fc8
commit
af07358ebd
@ -72,8 +72,7 @@
|
||||
"libjpeg-turbo",
|
||||
"libxml2",
|
||||
"bounds_checking_function",
|
||||
"device_status",
|
||||
"ets_frontend"
|
||||
"device_status"
|
||||
],
|
||||
"third_party": [
|
||||
]
|
||||
|
@ -15,7 +15,7 @@
|
||||
#ifndef OH_WINDOW_EVENT_FILTER_H
|
||||
#define OH_WINDOW_EVENT_FILTER_H
|
||||
|
||||
#include "foundation/multimodalinput/input/interfaces/kits/c/input/oh_input_manager.h"
|
||||
#include "oh_input_manager.h"
|
||||
#include "key_event.h"
|
||||
#include "oh_window_comm.h"
|
||||
#include "stdint.h"
|
||||
|
@ -52,6 +52,7 @@ ohos_shared_library("screen_session_manager_client") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"graphic_2d:librender_service_base",
|
||||
"graphic_2d:librender_service_client",
|
||||
"hilog:libhilog",
|
||||
"hitrace:hitrace_meter",
|
||||
|
Loading…
Reference in New Issue
Block a user