fwupd/plugins/test
2023-02-23 13:04:11 -06:00
..
fu-test-ble-device.c Show devices that are updatable and payload signing is still unknown 2022-03-02 15:33:42 +00:00
fu-test-ble-device.h trivial: reformat the whole tree to match new format 2021-08-24 11:18:40 -05:00
fu-test-ble-plugin.c trivial: Fix up a plugin method name 2022-12-10 14:42:30 +00:00
fu-test-ble-plugin.h Build many more plugins as builtin 2022-09-28 17:01:23 +01:00
fu-test-plugin.c trivial: Fix warning: do not use 'else' after 'return' 2023-02-23 13:04:11 -06:00
fu-test-plugin.h Build many more plugins as builtin 2022-09-28 17:01:23 +01:00
meson.build Do not check the build hash of modular plugins 2022-09-30 14:19:56 +01:00
README.md Include the plugin README text in the generated docs 2023-01-10 14:58:30 +00:00
test-ble.quirk Simplify the quirk file format 2021-03-03 08:30:34 +00:00

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.