blob: 6beebe1a9e4152e3128a8eba2cbd11d492973e60 [file] [log] [blame]
# WARNING: AUTOGENERATED FILE. DO NOT EDIT BY HAND.
import("//build/dist/resource.gni")
# Generated using `fx fuzz update fuchsia-fatfs-fuzzer/fat-fuzzer`.
resource("corpus") {
sources = [
"fat.img",
"invalid_cluster_number.img",
"large_sectors_per_fat_and_bytes_per_sector.img",
"many_sectors_per_fat.img",
"utf16_unpaired_surrogates.img",
]
outputs = [ "data/corpus/{{source_file_part}}" ]
}