mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-15 12:33:44 +00:00
![]() Previous to having the history database we could only notify about firmware that as installed using the uefi plugin, as that had a few system-wide API calls to say 'this update failed' or 'this was the error'. Now we have the local history database not only can we report more details about the UEFI update (e.g. the old version number) but we can also offer the same functionality for all other plugins. Although this does rework how the data for GetResults() is populated, it does make the FuEngine object quite a lot less confused. It also fixes a warning in the fwupd plugin for gnome-software, which was expecting the FwupdRelease to be populated for the FwupdDevice. |
||
---|---|---|
.. | ||
fu-plugin-test.c | ||
meson.build | ||
README.md |
Test Support
Introduction
This plugin is used when running the self tests in the fwupd project.