mirror of https://github.com/acidanthera/audk.git
Convert msa to inf for UefiRuntimeLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2799 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
7f18c1638e
commit
8a017eaf33
|
@ -109,7 +109,12 @@ typedef struct {
|
|||
EFI_FV_BLOCK_MAP_ENTRY BlockMap[1];
|
||||
} EFI_FIRMWARE_VOLUME_HEADER;
|
||||
|
||||
#define EFI_FVH_SIGNATURE EFI_SIGNATURE_32 ('_', 'F', 'V', 'H')
|
||||
|
||||
///
|
||||
/// Firmware Volume Header Revision definition
|
||||
///
|
||||
#define EFI_FVH_REVISION 0x01
|
||||
|
||||
//
|
||||
// Extension header pointed by ExtHeaderOffset of volume header.
|
||||
|
|
|
@ -20,6 +20,11 @@ Abstract:
|
|||
#ifndef __RUNTIMELIBINTERNAL_H__
|
||||
#define __RUNTIMELIBINTERNAL_H__
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
extern EFI_RUNTIME_SERVICES *mRT;
|
||||
|
||||
#endif //__RUNTIMELIBINTERNAL_H__
|
||||
|
|
|
@ -117,6 +117,7 @@
|
|||
${WORKSPACE}\MdePkg\Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
|
||||
${WORKSPACE}\MdePkg\Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
||||
${WORKSPACE}\MdePkg\Library/UefiLib/UefiLib.inf
|
||||
${WORKSPACE}\MdePkg\Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
||||
${WORKSPACE}\MdePkg\Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue