From f14bb97fa11fe3e234564bf4690a974e6da5f4ae Mon Sep 17 00:00:00 2001 From: yshang1 Date: Fri, 21 Jul 2006 03:41:56 +0000 Subject: [PATCH] Change DxeRuntimeDriverLib name to UefiRuntimeLib. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1060 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/{DxeRuntimeDriverLib.h => UefiRuntimeLib.h} | 6 +++--- MdePkg/MdePkg.spd | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) rename MdePkg/Include/Library/{DxeRuntimeDriverLib.h => UefiRuntimeLib.h} (96%) diff --git a/MdePkg/Include/Library/DxeRuntimeDriverLib.h b/MdePkg/Include/Library/UefiRuntimeLib.h similarity index 96% rename from MdePkg/Include/Library/DxeRuntimeDriverLib.h rename to MdePkg/Include/Library/UefiRuntimeLib.h index e997a6d847..f98f52eebc 100644 --- a/MdePkg/Include/Library/DxeRuntimeDriverLib.h +++ b/MdePkg/Include/Library/UefiRuntimeLib.h @@ -10,12 +10,12 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - Module Name: DxeRuntimeDriverLib.h + Module Name: UefiRuntimeLib.h **/ -#ifndef __DXE_RUNTIME_DRIVER_LIB__ -#define __DXE_RUNTIME_DRIVER_LIB__ +#ifndef __UEFI_RUNTIME_LIB__ +#define __UEFI_RUNTIME_LIB__ extern const EFI_EVENT_NOTIFY _gDriverExitBootServicesEvent[]; diff --git a/MdePkg/MdePkg.spd b/MdePkg/MdePkg.spd index 16093cb794..5be668583d 100644 --- a/MdePkg/MdePkg.spd +++ b/MdePkg/MdePkg.spd @@ -60,8 +60,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Include/Library/DxeCoreEntryPoint.h - - Include/Library/DxeRuntimeDriverLib.h + + Include/Library/UefiRuntimeLib.h @@ -478,8 +478,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Include/Library/DxeCoreEntryPoint.h - - Include/Library/DxeRuntimeDriverLib.h + + Include/Library/UefiRuntimeLib.h -- 2.39.2