From 80d9529fbfb0607bebdfddde7a5b443cf1be33c3 Mon Sep 17 00:00:00 2001 From: renhw Date: Wed, 24 Aug 2022 23:51:27 +0800 Subject: [PATCH] modify image part name Signed-off-by: renhw Change-Id: I37031501e1acb868520e9ca52d5fb22edb79b1fc --- test/fuzztest/sched/addthreadtortg_fuzzer/BUILD.gn | 4 ++-- test/fuzztest/sched/beginframefreq_fuzzer/BUILD.gn | 4 ++-- test/fuzztest/sched/endframefreq_fuzzer/BUILD.gn | 4 ++-- test/fuzztest/sched/endscene_fuzzer/BUILD.gn | 4 ++-- test/fuzztest/sched/searchrtgfortid_fuzzer/BUILD.gn | 4 ++-- test/fuzztest/sched/setmargin_fuzzer/BUILD.gn | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/test/fuzztest/sched/addthreadtortg_fuzzer/BUILD.gn b/test/fuzztest/sched/addthreadtortg_fuzzer/BUILD.gn index 12a8ea9..499f934 100644 --- a/test/fuzztest/sched/addthreadtortg_fuzzer/BUILD.gn +++ b/test/fuzztest/sched/addthreadtortg_fuzzer/BUILD.gn @@ -22,7 +22,7 @@ ohos_fuzztest("AddThreadToRtgFuzzTest") { "//kernel/linux/build/test/fuzztest/sched/addthreadtortg_fuzzer" include_dirs = [ - "//foundation/multimedia/image_standard/mock/native/include", + "//foundation/multimedia/image_framework/mock/native/include", "//foundation/resourceschedule/frame_aware_sched/common/include", "//third_party/bounds_checking_function/include", ] @@ -37,7 +37,7 @@ ohos_fuzztest("AddThreadToRtgFuzzTest") { ] sources = [ - "//foundation/multimedia/image_standard/mock/native/src/HiLog.cpp", + "//foundation/multimedia/image_framework/mock/native/src/HiLog.cpp", "//foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/rtg_interface.cpp", "addthreadtortg_fuzzer.cpp", ] diff --git a/test/fuzztest/sched/beginframefreq_fuzzer/BUILD.gn b/test/fuzztest/sched/beginframefreq_fuzzer/BUILD.gn index 636c061..af417cf 100644 --- a/test/fuzztest/sched/beginframefreq_fuzzer/BUILD.gn +++ b/test/fuzztest/sched/beginframefreq_fuzzer/BUILD.gn @@ -22,7 +22,7 @@ ohos_fuzztest("BeginFrameFreqFuzzTest") { "//kernel/linux/build/test/fuzztest/sched/beginframefreq_fuzzer" include_dirs = [ - "//foundation/multimedia/image_standard/mock/native/include", + "//foundation/multimedia/image_framework/mock/native/include", "//foundation/resourceschedule/frame_aware_sched/common/include", "//third_party/bounds_checking_function/include", ] @@ -37,7 +37,7 @@ ohos_fuzztest("BeginFrameFreqFuzzTest") { ] sources = [ - "//foundation/multimedia/image_standard/mock/native/src/HiLog.cpp", + "//foundation/multimedia/image_framework/mock/native/src/HiLog.cpp", "//foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/rtg_interface.cpp", "beginframefreq_fuzzer.cpp", ] diff --git a/test/fuzztest/sched/endframefreq_fuzzer/BUILD.gn b/test/fuzztest/sched/endframefreq_fuzzer/BUILD.gn index 05a80ce..636692e 100644 --- a/test/fuzztest/sched/endframefreq_fuzzer/BUILD.gn +++ b/test/fuzztest/sched/endframefreq_fuzzer/BUILD.gn @@ -22,7 +22,7 @@ ohos_fuzztest("EndFrameFreqFuzzTest") { "//kernel/linux/build/test/fuzztest/sched/endframefreq_fuzzer" include_dirs = [ - "//foundation/multimedia/image_standard/mock/native/include", + "//foundation/multimedia/image_framework/mock/native/include", "//foundation/resourceschedule/frame_aware_sched/common/include", "//third_party/bounds_checking_function/include", ] @@ -37,7 +37,7 @@ ohos_fuzztest("EndFrameFreqFuzzTest") { ] sources = [ - "//foundation/multimedia/image_standard/mock/native/src/HiLog.cpp", + "//foundation/multimedia/image_framework/mock/native/src/HiLog.cpp", "//foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/rtg_interface.cpp", "endframefreq_fuzzer.cpp", ] diff --git a/test/fuzztest/sched/endscene_fuzzer/BUILD.gn b/test/fuzztest/sched/endscene_fuzzer/BUILD.gn index 50ba263..88b560d 100644 --- a/test/fuzztest/sched/endscene_fuzzer/BUILD.gn +++ b/test/fuzztest/sched/endscene_fuzzer/BUILD.gn @@ -21,7 +21,7 @@ ohos_fuzztest("EndSceneFuzzTest") { fuzz_config_file = "//kernel/linux/build/test/fuzztest/sched/endscene_fuzzer" include_dirs = [ - "//foundation/multimedia/image_standard/mock/native/include", + "//foundation/multimedia/image_framework/mock/native/include", "//foundation/resourceschedule/frame_aware_sched/common/include", "//third_party/bounds_checking_function/include", ] @@ -36,7 +36,7 @@ ohos_fuzztest("EndSceneFuzzTest") { ] sources = [ - "//foundation/multimedia/image_standard/mock/native/src/HiLog.cpp", + "//foundation/multimedia/image_framework/mock/native/src/HiLog.cpp", "//foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/rtg_interface.cpp", "endscene_fuzzer.cpp", ] diff --git a/test/fuzztest/sched/searchrtgfortid_fuzzer/BUILD.gn b/test/fuzztest/sched/searchrtgfortid_fuzzer/BUILD.gn index 3c72d83..d4c0136 100644 --- a/test/fuzztest/sched/searchrtgfortid_fuzzer/BUILD.gn +++ b/test/fuzztest/sched/searchrtgfortid_fuzzer/BUILD.gn @@ -22,7 +22,7 @@ ohos_fuzztest("SearchRtgForTidFuzzTest") { "//kernel/linux/build/test/fuzztest/sched/searchrtgfortid_fuzzer" include_dirs = [ - "//foundation/multimedia/image_standard/mock/native/include", + "//foundation/multimedia/image_framework/mock/native/include", "//foundation/resourceschedule/frame_aware_sched/common/include", "//third_party/bounds_checking_function/include", ] @@ -37,7 +37,7 @@ ohos_fuzztest("SearchRtgForTidFuzzTest") { ] sources = [ - "//foundation/multimedia/image_standard/mock/native/src/HiLog.cpp", + "//foundation/multimedia/image_framework/mock/native/src/HiLog.cpp", "//foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/rtg_interface.cpp", "searchrtgfortid_fuzzer.cpp", ] diff --git a/test/fuzztest/sched/setmargin_fuzzer/BUILD.gn b/test/fuzztest/sched/setmargin_fuzzer/BUILD.gn index 0605210..6e244e7 100644 --- a/test/fuzztest/sched/setmargin_fuzzer/BUILD.gn +++ b/test/fuzztest/sched/setmargin_fuzzer/BUILD.gn @@ -21,7 +21,7 @@ ohos_fuzztest("SetMarginFuzzTest") { fuzz_config_file = "//kernel/linux/build/test/fuzztest/sched/setmargin_fuzzer" include_dirs = [ - "//foundation/multimedia/image_standard/mock/native/include", + "//foundation/multimedia/image_framework/mock/native/include", "//foundation/resourceschedule/frame_aware_sched/common/include", "//third_party/bounds_checking_function/include", ] @@ -36,7 +36,7 @@ ohos_fuzztest("SetMarginFuzzTest") { ] sources = [ - "//foundation/multimedia/image_standard/mock/native/src/HiLog.cpp", + "//foundation/multimedia/image_framework/mock/native/src/HiLog.cpp", "//foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/rtg_interface.cpp", "setmargin_fuzzer.cpp", ] -- Gitee