diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-31 03:53:06 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-31 03:53:06 +0000 |
commit | 4adf000886c2328d8dbbcd00b88e671286e9300f (patch) | |
tree | d0ef7aaa6a3c73d69089e70ca71e94a077018d46 /MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf | |
parent | ff482c5692e4011d7d096442c945b478f1bad40b (diff) | |
download | edk2-4adf000886c2328d8dbbcd00b88e671286e9300f.tar.gz edk2-4adf000886c2328d8dbbcd00b88e671286e9300f.tar.bz2 edk2-4adf000886c2328d8dbbcd00b88e671286e9300f.zip |
Refine DxeReportStatusCodeLib and RuntimeDxeReportStatusCodeLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9651 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf')
-rw-r--r-- | MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf b/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf index 5ba91064c0..8b77e19136 100644 --- a/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf +++ b/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf @@ -26,13 +26,11 @@ #
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64 EBC
+# VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
[Sources.common]
ReportStatusCodeLib.c
- RuntimeDxeSupport.c
- ReportStatusCodeLibInternal.h
[Packages]
MdePkg/MdePkg.dec
@@ -43,11 +41,8 @@ BaseMemoryLib
BaseLib
DebugLib
- UefiRuntimeServicesTableLib
UefiBootServicesTableLib
- OemHookStatusCodeLib
DevicePathLib
- MemoryAllocationLib
UefiRuntimeLib
[Guids]
|