class Loader

Defined at line 22 of file ../../src/devices/misc/drivers/compat/loader.h

Loader is a loader service that is used to override the DFv1 driver library

with an alternative implementation.

For most requests, it passes them along to a backing loader service, however

if the DFv1 driver library is requested, it will return the compatibility

driver's VMO.

Public Methods

void Loader (fidl::UnownedClientEnd<fuchsia_ldsvc::Loader> loader, OverrideMap overrides)

Defined at line 14 of file ../../src/devices/misc/drivers/compat/loader.cc

void Bind (fidl::ServerEnd<fuchsia_ldsvc::Loader> request)

Defined at line 19 of file ../../src/devices/misc/drivers/compat/loader.cc