mirror of https://github.com/acidanthera/audk.git
Change DxeRuntimeDriverLib name to UefiRuntimeLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1060 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
549af2d6a9
commit
f14bb97fa1
|
@ -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[];
|
|
@ -60,8 +60,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
<IncludeHeader>Include/Library/DxeCoreEntryPoint.h</IncludeHeader>
|
||||
<HelpText/>
|
||||
</LibraryClass>
|
||||
<LibraryClass Name="DxeRuntimeDriverLib">
|
||||
<IncludeHeader>Include/Library/DxeRuntimeDriverLib.h</IncludeHeader>
|
||||
<LibraryClass Name="UefiRuntimeLib">
|
||||
<IncludeHeader>Include/Library/UefiRuntimeLib.h</IncludeHeader>
|
||||
<HelpText/>
|
||||
</LibraryClass>
|
||||
<LibraryClass Name="DxeServicesTableLib">
|
||||
|
@ -478,8 +478,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
<IncludeHeader>Include/Library/DxeCoreEntryPoint.h</IncludeHeader>
|
||||
<HelpText/>
|
||||
</IndustryStdHeader>
|
||||
<IndustryStdHeader Name="DxeRuntimeDriverLib">
|
||||
<IncludeHeader>Include/Library/DxeRuntimeDriverLib.h</IncludeHeader>
|
||||
<IndustryStdHeader Name="UefiRuntimeLib">
|
||||
<IncludeHeader>Include/Library/UefiRuntimeLib.h</IncludeHeader>
|
||||
<HelpText/>
|
||||
</IndustryStdHeader>
|
||||
<IndustryStdHeader Name="DxeServicesTableLib">
|
||||
|
|
Loading…
Reference in New Issue