mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-27 08:51:48 +00:00
commit gn -s
Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
parent
8ba043c280
commit
f85da63677
@ -36,6 +36,14 @@ config("inputmethod_client_native_public_config") {
|
||||
|
||||
ohos_shared_library("inputmethod_client") {
|
||||
sources = [
|
||||
"${inputmethod_path}/frameworks/inputmethod_ability/src/input_method_agent_proxy.cpp",
|
||||
"${inputmethod_path}/services/src/global.cpp",
|
||||
"${inputmethod_path}/services/src/input_attribute.cpp",
|
||||
"${inputmethod_path}/services/src/input_channel.cpp",
|
||||
"${inputmethod_path}/services/src/input_method_property.cpp",
|
||||
"${inputmethod_path}/services/src/keyboard_type.cpp",
|
||||
"${inputmethod_path}/services/src/message.cpp",
|
||||
"${inputmethod_path}/services/src/message_handler.cpp",
|
||||
"src/input_client_proxy.cpp",
|
||||
"src/input_client_stub.cpp",
|
||||
"src/input_data_channel_proxy.cpp",
|
||||
@ -43,16 +51,6 @@ ohos_shared_library("inputmethod_client") {
|
||||
"src/input_method_controller.cpp",
|
||||
"src/input_method_system_ability_proxy.cpp",
|
||||
"src/input_method_utils.cpp",
|
||||
|
||||
"${inputmethod_path}/frameworks/inputmethod_ability/src/input_method_agent_proxy.cpp",
|
||||
|
||||
"${inputmethod_path}/services/src/input_channel.cpp",
|
||||
"${inputmethod_path}/services/src/global.cpp",
|
||||
"${inputmethod_path}/services/src/message_handler.cpp",
|
||||
"${inputmethod_path}/services/src/keyboard_type.cpp",
|
||||
"${inputmethod_path}/services/src/input_method_property.cpp",
|
||||
"${inputmethod_path}/services/src/message.cpp",
|
||||
"${inputmethod_path}/services/src/input_attribute.cpp",
|
||||
]
|
||||
|
||||
deps = [
|
||||
|
@ -26,10 +26,10 @@ config("inputmethod_services_native_config") {
|
||||
|
||||
ohos_shared_library("inputmethod_service") {
|
||||
sources = [
|
||||
"${inputmethod_path}/frameworks/inputmethod_ability/src/event_target.cpp",
|
||||
"${inputmethod_path}/frameworks/inputmethod_ability/src/input_method_ability.cpp",
|
||||
"${inputmethod_path}/frameworks/inputmethod_ability/src/input_method_agent_proxy.cpp",
|
||||
"${inputmethod_path}/frameworks/inputmethod_ability/src/input_method_agent_stub.cpp",
|
||||
"${inputmethod_path}/frameworks/inputmethod_ability/src/event_target.cpp",
|
||||
"${inputmethod_path}/frameworks/inputmethod_ability/src/input_method_core_proxy.cpp",
|
||||
"${inputmethod_path}/frameworks/inputmethod_ability/src/input_method_core_stub.cpp",
|
||||
"${inputmethod_path}/frameworks/inputmethod_controller/src/input_client_proxy.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user