fwupd/data/tests/missing-hwid/firmware.metainfo.xml
Richard Hughes 2ec78d68db Add support for HWID requirements
In the latest version of the LVFS you can restrict the firmware to a specific
machine type, for instance a specific baseboard vendor. This is the same as
done in Microsoft Update using the CHID mechanism.

This commit adds support for the <hardware> requires type, although it needs to
be built against appstream-glib 0.7.4 to be supported and/or tested.
2017-11-03 23:42:57 +00:00

15 lines
452 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>
<requires>
<hardware>9342d47a-1bab-5709-9869-c840b2eac501</hardware>
</requires>
<releases>
<release version="1.2.3" timestamp="1424116753"/>
</releases>
</component>