summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiRuntimeLib
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-02 09:34:25 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-02 09:34:25 +0000
commitf1baef624fb7119c54c3389a2cd99b108ee08f0e (patch)
treed713f9ecb9bcb40f62ace27aa135db8c4b0e86e0 /MdePkg/Library/UefiRuntimeLib
parent29b052646a5f5fa0b28cbe9ca6224541e688f251 (diff)
downloadedk2-platforms-f1baef624fb7119c54c3389a2cd99b108ee08f0e.tar.xz
1. Port X64, IPF and EBC arch for BaseLib
2. Port X64 arch codes for BaseMemoryLibRepStr and BaseMemoryLibSee2 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2955 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiRuntimeLib')
-rw-r--r--MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf b/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
index e90d5da488..bcebb4dac0 100644
--- a/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
+++ b/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
@@ -1,7 +1,7 @@
#/** @file
# Runtime driver library
#
-# Instance of runtime driver library, Hook VitualAddressChange and
+# Instance of runtime driver library, Hook VitualAddressChange and
# BooterviceExit event and provide runtime service.
# Copyright (c) 2006 - 2007, Intel Corporation.
#
@@ -22,11 +22,11 @@
################################################################################
[Defines]
INF_VERSION = 0x00010005
- BASE_NAME = EdkUefiRuntimeLib
+ BASE_NAME = UefiRuntimeLib
FILE_GUID = b1ee6c28-54aa-4d17-b705-3e28ccb27b2e
MODULE_TYPE = DXE_RUNTIME_DRIVER
VERSION_STRING = 1.0
- LIBRARY_CLASS = UefiRuntimeLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER
+ LIBRARY_CLASS = UefiRuntimeLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
@@ -36,7 +36,7 @@
#
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64 EBC
+ VALID_ARCHITECTURES = IA32 X64 EBC
#
################################################################################