3.13 Initializing Driver

An initializing driver does not create any handles and it does not add any protocols to the handle database. Instead, this type of driver performs some initialization operations and then intentionally returns an error code so the driver is unloaded from system memory. The EDK II does not currently include examples of UEFI initializing drivers.