1foreach f: [ 2 '50-edk2-i386-secure.json', 3 '50-edk2-x86_64-secure.json', 4 '60-edk2-aarch64.json', 5 '60-edk2-arm.json', 6 '60-edk2-i386.json', 7 '60-edk2-x86_64.json' 8] 9 configure_file(input: files(f), 10 output: f, 11 configuration: {'DATADIR': config_host['qemu_datadir']}, 12 install: install_blobs, 13 install_dir: config_host['qemu_datadir'] / 'firmware') 14endforeach 15