mirror of
https://github.com/openharmony/windowmanager.git
synced 2026-07-21 04:25:28 -04:00
!754 bundle_framework部件标准化
Merge pull request !754 from junyi233/master
This commit is contained in:
@@ -77,6 +77,8 @@ ohos_systemtest("wm_window_subwindow_test") {
|
||||
sources = [ "window_subwindow_test.cpp" ]
|
||||
|
||||
deps = [ ":wm_systemtest_common" ]
|
||||
|
||||
external_deps = [ "bundle_framework:appexecfwk_base" ]
|
||||
}
|
||||
|
||||
## SystemTest wm_window_subwindow_test }}}
|
||||
@@ -132,6 +134,8 @@ ohos_systemtest("wm_window_move_drag_test") {
|
||||
sources = [ "window_move_drag_test.cpp" ]
|
||||
|
||||
deps = [ ":wm_systemtest_common" ]
|
||||
|
||||
external_deps = [ "bundle_framework:appexecfwk_base" ]
|
||||
}
|
||||
|
||||
## SystemTest wm_window_move_drag_test }}}
|
||||
@@ -216,7 +220,6 @@ config("wm_systemtest_common_public_config") {
|
||||
|
||||
# for abilityContext
|
||||
"//foundation/aafwk/standard/frameworks/kits/ability/ability_runtime/include",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include",
|
||||
"//foundation/aafwk/standard/frameworks/kits/appkit/native/ability_runtime/context",
|
||||
"//base/global/resmgr_standard/interfaces/innerkits/include",
|
||||
"//third_party/node/deps/icu-small/source/common",
|
||||
@@ -264,5 +267,6 @@ ohos_static_library("wm_systemtest_common") {
|
||||
"//third_party/googletest:gtest_main",
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
external_deps = [ "bundle_framework:appexecfwk_base" ]
|
||||
}
|
||||
## Build wm_systemtest_common.a }}}
|
||||
|
||||
@@ -144,7 +144,6 @@ config("wm_unittest_common_public_config") {
|
||||
|
||||
# for abilityContext
|
||||
"//foundation/aafwk/standard/frameworks/kits/ability/ability_runtime/include",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include",
|
||||
"//foundation/aafwk/standard/frameworks/kits/appkit/native/ability_runtime/context",
|
||||
"//base/global/resmgr_standard/interfaces/innerkits/include",
|
||||
"//third_party/node/deps/icu-small/source/common",
|
||||
@@ -192,6 +191,9 @@ ohos_static_library("wm_unittest_common") {
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
|
||||
external_deps = [ "ability_runtime:ability_context_native" ]
|
||||
external_deps = [
|
||||
"ability_runtime:ability_context_native",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
]
|
||||
}
|
||||
## Build wm_unittest_common.a }}}
|
||||
|
||||
Reference in New Issue
Block a user