Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>

Changes to be committed:
This commit is contained in:
ma-shaoyin 2023-06-02 11:59:16 +08:00
parent 61b85297e1
commit 4a63846004
2 changed files with 5 additions and 0 deletions

View File

@ -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"

View File

@ -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"