File: uswid-compressed.builder.xml

package info (click to toggle)
fwupd 2.0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,340 kB
  • sloc: ansic: 274,440; python: 11,468; xml: 9,432; sh: 1,625; makefile: 167; cpp: 19; asm: 11; javascript: 9
file content (31 lines) | stat: -rw-r--r-- 913 bytes parent folder | download | duplicates (2)
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
<firmware gtype="FuUswidFirmware">
  <id>foo</id>
  <version>1.2.3</version>
  <hdrver>0x3</hdrver>
  <compression>zlib</compression>
  <firmware gtype="FuCoswidFirmware">
    <id>fwupd-efi:fwupdx64</id>
    <version>1.4</version>
    <version_scheme>semver</version_scheme>
    <product>fwupdx64</product>
    <summary>EFI helpers to install system firmware</summary>
    <colloquial_version>1.3-3-g1d0c69f</colloquial_version>
    <link>
      <rel>license</rel>
      <href>https://spdx.org/licenses/LGPL-2.0.html</href>
    </link>
    <payload>
      <name>foo.bin</name>
      <size>123</size>
      <hash>
        <alg_id>sha256</alg_id>
        <value>dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551</value>
      </hash>
    </payload>
    <entity>
      <name>Richard Hughes</name>
      <regid>hughsie.com</regid>
      <role>tag-creator</role>
    </entity>
  </firmware>
</firmware>