audk/EdkModulePkg/Core/Dxe/Hand
qwang12 abb234751e 1) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULL
2) Add DxeCore infix to the module local variable gBS, gST, gRT, gDS in DxeMain.c. This is to solve the name conflict with UefiBootServicesTableLib which is defined in MDE Library Spec. 
3) Add in check for gBS and gST in UefiDebugLibConOut/DebugLib.c and UefiDebugLibStdErr/DebugLib.c and MdePkg/Library/DxeReportStatusCodeLib/ReportStatusCodeLib.c. If they are not initialized, the API will just return with a error message.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2546 6f19259b-4bc3-4df7-8a09-765794883524
2007-04-06 06:36:47 +00:00
..
DriverSupport.c Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on. 2007-01-25 06:15:58 +00:00
Notify.c Initial import. 2006-04-21 22:54:32 +00:00
handle.c 1) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULL 2007-04-06 06:36:47 +00:00
locate.c 1. UINTN & INTN issue for EBC architecture: 2006-06-22 06:08:00 +00:00