mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-10 14:26:07 +00:00

This CL creates a mostly empty fu-plugin-powerd.c that has the file disable itself on startup with an error. The README.md file was re-created to include information on powerd and the specific interface it will use. A meson.build file re-created to call fu-plugin-powerd.c. It excludes a .conf install function was removed to be consistent with an upstream change. The general meson.build file includes the powerd subdirectory for powerd to compile. No .quirk file was included. There will be general daemon.quirk file for all plugins. FIXUP: Adjusted copyright format and whitespace in fu-plugin-powerd.c and plugin returns false on startup. Also added to "fu-plugin-powerd.so" entry fwupd.spec.in.
74 lines
1.4 KiB
Meson
74 lines
1.4 KiB
Meson
subdir('acpi-dmar')
|
|
subdir('acpi-facp')
|
|
subdir('acpi-phat')
|
|
subdir('altos')
|
|
subdir('amt')
|
|
subdir('analogix')
|
|
subdir('ata')
|
|
subdir('bcm57xx')
|
|
subdir('bios')
|
|
subdir('ccgx')
|
|
subdir('colorhug')
|
|
subdir('cpu')
|
|
subdir('cros-ec')
|
|
subdir('dell')
|
|
subdir('dell-dock')
|
|
subdir('dell-esrt')
|
|
subdir('dfu')
|
|
subdir('dfu-csr')
|
|
subdir('ebitdo')
|
|
subdir('elantp')
|
|
subdir('emmc')
|
|
subdir('ep963x')
|
|
subdir('fastboot')
|
|
subdir('flashrom')
|
|
subdir('fresco-pd')
|
|
subdir('goodix-moc')
|
|
subdir('hailuck')
|
|
subdir('intel-spi')
|
|
subdir('iommu')
|
|
subdir('jabra')
|
|
subdir('lenovo-thinklmi')
|
|
subdir('linux-lockdown')
|
|
subdir('linux-sleep')
|
|
subdir('linux-swap')
|
|
subdir('linux-tainted')
|
|
subdir('logind')
|
|
subdir('logitech-hidpp')
|
|
subdir('modem-manager')
|
|
subdir('msr')
|
|
subdir('nitrokey')
|
|
subdir('nvme')
|
|
subdir('optionrom')
|
|
subdir('parade-lspcon')
|
|
subdir('pci-bcr')
|
|
subdir('pci-mei')
|
|
subdir('pixart-rf')
|
|
subdir('platform-integrity')
|
|
subdir('powerd')
|
|
subdir('realtek-mst')
|
|
subdir('redfish')
|
|
subdir('rts54hid')
|
|
subdir('rts54hub')
|
|
subdir('solokey')
|
|
subdir('steelseries')
|
|
subdir('superio')
|
|
subdir('synaptics-cxaudio')
|
|
subdir('synaptics-mst')
|
|
subdir('synaptics-prometheus')
|
|
subdir('synaptics-rmi')
|
|
subdir('system76-launch')
|
|
subdir('test')
|
|
subdir('thelio-io')
|
|
subdir('thunderbolt')
|
|
subdir('tpm')
|
|
subdir('tpm-eventlog')
|
|
subdir('uefi-capsule')
|
|
subdir('uefi-dbx')
|
|
subdir('uefi-pk')
|
|
subdir('uefi-recovery')
|
|
subdir('upower')
|
|
subdir('vli')
|
|
subdir('wacom-raw')
|
|
subdir('wacom-usb')
|