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

Changes to be committed:
This commit is contained in:
ma-shaoyin 2023-10-14 18:02:56 +08:00
parent f7732e235d
commit ff50c12e85
2 changed files with 3 additions and 3 deletions

View File

@ -35,8 +35,8 @@ ohos_static_library("imf_sa_stub_fuzztest_common_static") {
public_deps = [
"${inputmethod_path}/interfaces/inner_api/inputmethod_controller:inputmethod_client_static",
"${inputmethod_path}/services/adapter/enable_ime_provider:enable_ime_static",
"${inputmethod_path}/services:inputmethod_service",
"${inputmethod_path}/services/adapter/enable_ime_provider:enable_ime_static",
"${inputmethod_path}/test/common:inputmethod_test_common",
"//third_party/jsoncpp:jsoncpp",
]

View File

@ -284,8 +284,8 @@ ohos_unittest("InputMethodPrivateMemberTest") {
deps = [
"${inputmethod_path}/interfaces/inner_api/inputmethod_ability:inputmethod_ability",
"${inputmethod_path}/interfaces/inner_api/inputmethod_controller:inputmethod_client_static",
"${inputmethod_path}/services/adapter/enable_ime_provider:enable_ime_static",
"${inputmethod_path}/services:inputmethod_service",
"${inputmethod_path}/services/adapter/enable_ime_provider:enable_ime_static",
"${inputmethod_path}/test/unittest/cpp_test/common:inputmethod_tdd_util",
"//third_party/googletest:gtest_main",
]
@ -379,8 +379,8 @@ ohos_unittest("IdentityCheckerTest") {
deps = [
"${inputmethod_path}/interfaces/inner_api/inputmethod_ability:inputmethod_ability",
"${inputmethod_path}/interfaces/inner_api/inputmethod_controller:inputmethod_client_static",
"${inputmethod_path}/services/adapter/enable_ime_provider:enable_ime_static",
"${inputmethod_path}/services:inputmethod_service",
"${inputmethod_path}/services/adapter/enable_ime_provider:enable_ime_static",
"${inputmethod_path}/test/common:inputmethod_test_common",
"${inputmethod_path}/test/unittest/cpp_test/common:inputmethod_tdd_util",
"//third_party/googletest:gmock",