mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-26 20:36:05 +00:00

To use this use `sudo systemctl edit fwupd.service` and set `Environment="FWUPD_SYSFSFWDIR=/usr/share/installed-tests/fwupd"` Fixes https://github.com/fwupd/fwupd/issues/3441
33 lines
1.0 KiB
XML
33 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2021 Richard Hughes <richard@hughsie.com> -->
|
|
<component type="firmware">
|
|
<id>example.firmware</id>
|
|
<name>UEFI Firmware</name>
|
|
<summary>Example UEFI firmware for fwupd</summary>
|
|
<description>
|
|
<p>
|
|
The test device can be updated using the UEFI capsule plugin.
|
|
</p>
|
|
</description>
|
|
<provides>
|
|
<firmware type="flashed">ddc0ee61-e7f0-4e7d-acc5-c070a398838e</firmware>
|
|
</provides>
|
|
<url type="homepage">https://fwupd.org/</url>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>CC0-1.0</project_license>
|
|
<developer_name>Richard Hughes</developer_name>
|
|
<releases>
|
|
<release urgency="high" version="1.2.3" date="2021-07-02">
|
|
<checksum filename="firmware.bin" target="content"/>
|
|
<description>
|
|
<p>
|
|
This release updates a frobnicator to frob faster.
|
|
</p>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
<requires>
|
|
<id compare="ge" version="1.6.2">org.freedesktop.fwupd</id>
|
|
</requires>
|
|
</component>
|