Restored the SetVirtualAddress and SetExitBootService related code generation for UEFI_APPLICATION type of module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2520 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -1960,6 +1960,7 @@ public class AutoGen {
|
||||
case CommonDefinition.ModuleTypeDxeRuntimeDriver:
|
||||
case CommonDefinition.ModuleTypeDxeSalDriver:
|
||||
case CommonDefinition.ModuleTypeUefiDriver:
|
||||
case CommonDefinition.ModuleTypeUefiApplication:
|
||||
//
|
||||
// If moduleType is one of above, call setVirtualAddressToAutogenC,
|
||||
// and setExitBootServiceToAutogenC.
|
||||
|
Reference in New Issue
Block a user