blob: d942fd8436edf30089257466b47b4828b2f4808d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2016 Richard Hughes <richard@hughsie.com> -->
<component type="firmware">
<id>com.test.chiron.firmware</id>
<name>Chiron</name>
<summary>Single line synopsis</summary>
<description>
<p>
This is the first paragraph in the example cab file.
</p>
<p>
This is the second paragraph.
</p>
</description>
<provides>
<firmware type="flashed">fd9f37b4-36fb-5245-86a8-4d5993bb153b</firmware>
</provides>
<url type="homepage">http://127.0.0.1/</url>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<developer_name>ACME Corp</developer_name>
<releases>
<release urgency="medium" version="0.2" timestamp="1447353015">
<checksum target="content" filename="firmware.dfu"/>
<description>
<p>Latest firmware release.</p>
</description>
</release>
</releases>
</component>
|