File: README.md

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 (28 lines) | stat: -rw-r--r-- 616 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
---
title: Plugin: Test
---

## Introduction

This plugin is used when running the self tests in the fwupd project.

## GUID Generation

The devices created by this plugin use hardcoded GUIDs that do not correspond
to any kind of DeviceInstanceId values.

In other cases devices use the standard BLE DeviceInstanceId values, e.g.

* `USB\VID_2DC8&PID_AB11`

## Vendor ID Security

The fake device is only for local testing and thus requires no vendor ID set.

## External Interface Access

This plugin requires no extra access.

## Version Considerations

This plugin has been available since fwupd version `0.8.0`.