mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-03 18:42:52 +00:00
13 lines
304 B
XML
13 lines
304 B
XML
<firmware gtype="FuArchiveFirmware">
|
|
<format>ustar</format>
|
|
<compression>gzip</compression>
|
|
<firmware>
|
|
<id>one.txt</id>
|
|
<data>aGVsbG8gd29ybGQ=</data> <!-- base64 -->
|
|
</firmware>
|
|
<firmware>
|
|
<id>two.txt</id>
|
|
<data>aGVsbG8gd29ybGQ=</data> <!-- base64 -->
|
|
</firmware>
|
|
</firmware>
|