fwupd/data/tests/missing-hwid/firmware2.metainfo.xml
Richard Hughes bc3a4e1f57 Store firmware update success and failure to a local database
Rename FuPending to FuHistory to better represent what the object is now doing.
Also, while we're here, switch to using SQLite prepared statements to avoid a
possible invalid read on i386 hardware.
2018-01-11 09:59:34 +00:00

12 lines
363 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 Richard Hughes <richard@hughsie.com> -->
<component type="firmware">
<id>com.hughski.test.firmware</id>
<provides>
<firmware type="flashed">12345678-1234-1234-1234-123456789012</firmware>
</provides>
<releases>
<release version="1.2.3" timestamp="1424116753"/>
</releases>
</component>