mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-23 14:49:59 +00:00
!1192 Fix window_animation public_deps componentization issues
Merge pull request !1192 from zharkovalexander/window_animation_public_deps_componentization_issues
This commit is contained in:
commit
28156d1660
@ -75,6 +75,7 @@ ohos_shared_library("inputmethod_ability") {
|
||||
"ability_runtime:ability_context_native",
|
||||
"c_utils:utils",
|
||||
"config_policy:configpolicy_util",
|
||||
"graphic_2d:librender_service_client",
|
||||
"graphic_2d:window_animation",
|
||||
"hilog:libhilog",
|
||||
"input:libmmi-client",
|
||||
@ -127,6 +128,7 @@ ohos_static_library("inputmethod_ability_static") {
|
||||
"ability_base:want",
|
||||
"ability_runtime:ability_context_native",
|
||||
"c_utils:utils",
|
||||
"graphic_2d:librender_service_client",
|
||||
"graphic_2d:window_animation",
|
||||
"hilog:libhilog",
|
||||
"input:libmmi-client",
|
||||
|
@ -152,6 +152,7 @@ ohos_unittest("InputMethodAbilityTest") {
|
||||
"c_utils:utils",
|
||||
"data_share:datashare_common",
|
||||
"data_share:datashare_consumer",
|
||||
"graphic_2d:librender_service_client",
|
||||
"graphic_2d:window_animation",
|
||||
"hilog:libhilog",
|
||||
"input:libmmi-client",
|
||||
@ -276,6 +277,7 @@ ohos_unittest("InputMethodPanelTest") {
|
||||
"data_share:datashare_common",
|
||||
"data_share:datashare_consumer",
|
||||
"eventhandler:libeventhandler",
|
||||
"graphic_2d:librender_service_client",
|
||||
"graphic_2d:window_animation",
|
||||
"hilog:libhilog",
|
||||
"input:libmmi-client",
|
||||
@ -560,6 +562,7 @@ ohos_unittest("ImeProxyTest") {
|
||||
"access_token:libaccesstoken_sdk",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"c_utils:utils",
|
||||
"graphic_2d:librender_service_client",
|
||||
"graphic_2d:window_animation",
|
||||
"hilog:libhilog",
|
||||
"input:libmmi-client",
|
||||
|
Loading…
Reference in New Issue
Block a user