mirror of
https://gitee.com/openharmony/window_window_manager
synced 2024-11-23 06:50:40 +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",
|
"libjpeg-turbo",
|
||||||
"libxml2",
|
"libxml2",
|
||||||
"bounds_checking_function",
|
"bounds_checking_function",
|
||||||
"device_status",
|
"device_status"
|
||||||
"ets_frontend"
|
|
||||||
],
|
],
|
||||||
"third_party": [
|
"third_party": [
|
||||||
]
|
]
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#ifndef OH_WINDOW_EVENT_FILTER_H
|
#ifndef OH_WINDOW_EVENT_FILTER_H
|
||||||
#define 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 "key_event.h"
|
||||||
#include "oh_window_comm.h"
|
#include "oh_window_comm.h"
|
||||||
#include "stdint.h"
|
#include "stdint.h"
|
||||||
|
@ -52,6 +52,7 @@ ohos_shared_library("screen_session_manager_client") {
|
|||||||
|
|
||||||
external_deps = [
|
external_deps = [
|
||||||
"c_utils:utils",
|
"c_utils:utils",
|
||||||
|
"graphic_2d:librender_service_base",
|
||||||
"graphic_2d:librender_service_client",
|
"graphic_2d:librender_service_client",
|
||||||
"hilog:libhilog",
|
"hilog:libhilog",
|
||||||
"hitrace:hitrace_meter",
|
"hitrace:hitrace_meter",
|
||||||
|
Loading…
Reference in New Issue
Block a user