mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-28 01:10:38 +00:00
Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
This commit is contained in:
parent
61b85297e1
commit
4a63846004
@ -20,6 +20,7 @@ config("inputmethod_ability_native_config") {
|
||||
"include",
|
||||
"${inputmethod_path}/frameworks/native/inputmethod_controller/include",
|
||||
"${inputmethod_path}/frameworks/common",
|
||||
"${inputmethod_path}/services/dfx/include",
|
||||
"${inputmethod_path}/services/include",
|
||||
]
|
||||
}
|
||||
@ -28,6 +29,7 @@ config("inputmethod_ability_native_public_config") {
|
||||
include_dirs = [
|
||||
"include",
|
||||
"${inputmethod_path}/frameworks/common",
|
||||
"${inputmethod_path}/services/dfx/include",
|
||||
"${inputmethod_path}/services/include",
|
||||
"${windowmanager_path}/interfaces/innerkits/dm",
|
||||
"${windowmanager_path}/interfaces/innerkits/wm",
|
||||
@ -68,6 +70,8 @@ ohos_shared_library("inputmethod_ability") {
|
||||
"window_manager:libwm",
|
||||
]
|
||||
|
||||
deps = [ "${inputmethod_path}/services/dfx:inputmethod_dfx_static" ]
|
||||
|
||||
public_configs = [ ":inputmethod_ability_native_public_config" ]
|
||||
|
||||
subsystem_name = "inputmethod"
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "input_method_core_proxy.h"
|
||||
#include "input_method_core_stub.h"
|
||||
#include "input_method_utils.h"
|
||||
#include "inputmethod_sysevent.h"
|
||||
#include "iservice_registry.h"
|
||||
#include "itypes_util.h"
|
||||
#include "message_parcel.h"
|
||||
|
Loading…
Reference in New Issue
Block a user