diff --git a/test/fuzztest/sched/addthreadtortg_fuzzer/BUILD.gn b/test/fuzztest/sched/addthreadtortg_fuzzer/BUILD.gn index 12a8ea96817a1f82634c36f64d5cc2441ca310d8..499f9344420b5ad11a65df472f5c63f62773ae0c 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 636c061b0150d48307986fb2603da2ecde3888b4..af417cf0b377e7ca77b602275a0d420d9d09520c 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 05a80ce01b855783d2551512a00628e9ff7ddcdb..636692e4196ed623b103d3e68af62ce2ab74ee72 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 50ba263ca1f1e085e5f0fad8d8232387ba9cd369..88b560dd818b7689ca82df1344c6913500b832b3 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 3c72d832d7234b5851367867e9ca6cf330912c82..d4c01369707092d23e155fb014abbdcd784d074d 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 0605210b97fcf58843fd97e42676933e5094eb92..6e244e71c29c7e85652d7e157660181c6bdabbd3 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", ]