mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 12:12:48 +00:00

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.
15 lines
452 B
XML
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>
|