forked from linux-surface/surface-uefi-firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.metainfo.xml
31 lines (31 loc) · 1.14 KB
/
template.metainfo.xml
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
31
<?xml version="1.0" encoding="UTF-8"?>
<component type="firmware">
<id>com.surfacelinux.firmware.{MODEL}.{FIRMWARE}</id>
<provides>
<firmware type="flashed">{DEVICE}</firmware>
</provides>
<name>{MODELFMT}</name>
<summary>{FIRMWARE} for {MODELFMT}, version {MSVER}</summary>
<description>
<p>Updating the firmware on your device improves performance and adds new features.</p>
</description>
<categories>
<category>{CATEGORY}</category>
</categories>
<custom>
<value key="LVFS::UpdateProtocol">org.uefi.capsule</value>
</custom>
<url type="homepage">https://www.microsoft.com</url>
<metadata_license>CC0-1.0</metadata_license>
<project_license>proprietary</project_license>
<developer_name>Microsoft</developer_name>
<releases>
<!-- version: "{MSVER}" -->
<release version="{UEFIVER}" timestamp="{TIMESTAMP}">
<description>
<p>Please visit the Microsoft homepage to find more information about this update.</p>
<p>The computer will be restarted automatically after updating completely. Do NOT turn off your computer or remove the AC adaptor while update is in progress.</p>
</description>
</release>
</releases>
</component>