Signed-off-by: GlaryCastle <yangpeng190@huawei.com>

Changes to be committed:
	modified:   services/BUILD.gn
This commit is contained in:
GlaryCastle
2022-07-05 18:45:57 +08:00
parent 7aa297730c
commit eecd6d0d4a
+3 -3
View File
@@ -30,6 +30,9 @@ config("inputmethod_services_native_config") {
ohos_shared_library("inputmethod_service") {
sources = [
"${inputmethod_path}/frameworks/inputmethod_controller/src/input_client_proxy.cpp",
"dfx/src/inputmethod_dump.cpp",
"dfx/src/inputmethod_sysevent.cpp",
"dfx/src/inputmethod_trace.cpp",
"src/global.cpp",
"src/im_common_event_manager.cpp",
"src/input_attribute.cpp",
@@ -48,9 +51,6 @@ ohos_shared_library("inputmethod_service") {
"src/peruser_setting.cpp",
"src/platform.cpp",
"src/platform_callback_stub.cpp",
"dfx/src/inputmethod_dump.cpp",
"dfx/src/inputmethod_trace.cpp",
"dfx/src/inputmethod_sysevent.cpp",
]
configs = [ ":inputmethod_services_native_config" ]