mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-28 16:54:46 +00:00
This has been broken for a while and missed various changes. * Reading firmware version * Passing `-y` into build * New verify / verify-image split
29 lines
1008 B
XML
29 lines
1008 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2017 Richard Hughes <richard@hughsie.com> -->
|
|
<component type="firmware">
|
|
<id>org.fwupd.fakedevice.firmware</id>
|
|
<name>FakeDevice</name>
|
|
<summary>Firmware for the ACME Corp Integrated Webcam</summary>
|
|
<description>
|
|
<p>
|
|
Updating the firmware on your webcam device improves performance and
|
|
adds new features.
|
|
</p>
|
|
</description>
|
|
<provides>
|
|
<firmware type="flashed">b585990a-003e-5270-89d5-3705a17f9a43</firmware>
|
|
</provides>
|
|
<url type="homepage">http://www.acme.com/</url>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-2.0+</project_license>
|
|
<developer_name>ACME Corp</developer_name>
|
|
<releases>
|
|
<release version="1.2.3" date="2017-06-15" urgency="medium">
|
|
<checksum filename="fakedevice123.bin" target="content"/>
|
|
<description>
|
|
<p>Fixes a bug with the flux capacitor to avoid year 2038 overflow.</p>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
</component>
|