mirror of
https://git.proxmox.com/git/fwupd
synced 2025-12-29 14:41:12 +00:00
This metadata is useless to other systems, so if compiling a custom fwupd without -Dplugin_dell=true it shouldn't be included.
28 lines
934 B
XML
28 lines
934 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<components version="0.9" origin="fwupd">
|
|
|
|
<!-- some UEFI hardware needs to be enabled before the ESRT is available -->
|
|
<component type="firmware">
|
|
<id>org.fwupd.8330a096d9f1af8567c7374cb8403e1ce9cf3163.device</id>
|
|
<provides>
|
|
<firmware type="flashed">2d47f29b-83a2-4f31-a2e8-63474f4d4c2e</firmware>
|
|
</provides>
|
|
<name>UEFI Updates</name>
|
|
<summary>Enable UEFI Update Functionality</summary>
|
|
<releases>
|
|
<release version="1" timestamp="1456743843">
|
|
<description>
|
|
<p>
|
|
Applying this update will enable the UEFI firmware reporting interface on your hardware.
|
|
</p>
|
|
<p>
|
|
You will have to restart your computer after this update is installed
|
|
to be notified of any pending firmware updates.
|
|
</p>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
</component>
|
|
|
|
</components>
|