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:
jwang36 2007-03-30 10:55:54 +00:00
parent 73ebf379a4
commit 18f95092d6
1 changed files with 1 additions and 0 deletions

View File

@ -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.