fwupd/plugins/test
Richard Hughes e1fd34d5f1 Allow plugins to set metadata on devices created by other plugins
This could be used, for instance, to set a property on ThunderBolt controllers
inside Dell computers saying that they support forcing the power level during
coldplug. It could also be used to set the dock type for the synapticsmst hub.

Adding this level of complexity allows us to avoid the creep of HAVE_DELL and
HAVE_LENOVO into seemingly unrelated plugins, and also allows us to have
multiple vendor plugins providing the same end result with two different
vendor-specific mechanisms.
2017-08-24 16:15:11 +01:00
..
fu-plugin-test.c Allow plugins to set metadata on devices created by other plugins 2017-08-24 16:15:11 +01:00
meson.build Add an installed test for verification 2017-06-15 16:23:52 +01:00
README.md Move the plugins into plugin-specific directories 2016-12-12 11:52:03 +00:00

Test Support

Introduction

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