aafwk->ability_runtime

Signed-off-by: zhoushicheng <zhoushicheng2@huawei.com>
Change-Id: I8d38ae9fdd6312fbced0a8339ae45cf8ffadf3e4
This commit is contained in:
zhoushicheng
2022-06-27 12:29:50 +08:00
parent 4a054befd2
commit d61be73817
@@ -44,10 +44,10 @@ ohos_fuzztest("WallpaperServiceFuzzTest") {
sources = [ "wallpaperservice_fuzzer.cpp" ]
deps = [
"${utils_path}:wallpaper_utils",
"//base/miscservices/wallpaper/services:wallpaper_service",
"${ability_runtime_path}/frameworks/native/ability/native:abilitykit_native",
"${ability_runtime_services_path}/abilitymgr:abilityms",
"${utils_path}:wallpaper_utils",
"//base/miscservices/wallpaper/services:wallpaper_service",
"//foundation/windowmanager/utils:libwmutil",
"//foundation/windowmanager/wm:libwm",
]