{
	"name": "Standard config with single ROM",
	"arch": "Host",
	"bootloader_size": "0x2000",
	"partition_table_offset": "0x2000",
	"options": ["4m"],
	"partitions": {
		"rom0": {
			"address": "0x008000",
			"size": "992K",
			"type": "app",
			"subtype": "factory",
			"filename": "$(BLANK_BIN)"
		}
	}
}
