From 0eeb6d1fb86ec237ba266d31d213c8e365a3af7c Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Sat, 19 Jul 2008 01:32:53 +0000 Subject: [PATCH] Remove directory DxeDebugLibSerialPort to BaseDebugLibSerialPort since this instance is EFI agnostic. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5523 6f19259b-4bc3-4df7-8a09-765794883524 --- .../DebugLib.c | 2 +- .../DxeDebugLibSerialPort.inf | 2 +- .../DxeDebugLibSerialPort.msa | 4 ++-- MdePkg/MdePkg.dsc | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename MdePkg/Library/{DxeDebugLibSerialPort => BaseDebugLibSerialPort}/DebugLib.c (96%) rename MdePkg/Library/{DxeDebugLibSerialPort => BaseDebugLibSerialPort}/DxeDebugLibSerialPort.inf (92%) rename MdePkg/Library/{DxeDebugLibSerialPort => BaseDebugLibSerialPort}/DxeDebugLibSerialPort.msa (95%) diff --git a/MdePkg/Library/DxeDebugLibSerialPort/DebugLib.c b/MdePkg/Library/BaseDebugLibSerialPort/DebugLib.c similarity index 96% rename from MdePkg/Library/DxeDebugLibSerialPort/DebugLib.c rename to MdePkg/Library/BaseDebugLibSerialPort/DebugLib.c index b98761a9e5..2c92365ec8 100644 --- a/MdePkg/Library/DxeDebugLibSerialPort/DebugLib.c +++ b/MdePkg/Library/BaseDebugLibSerialPort/DebugLib.c @@ -13,7 +13,7 @@ **/ -#include +#include #include #include #include diff --git a/MdePkg/Library/DxeDebugLibSerialPort/DxeDebugLibSerialPort.inf b/MdePkg/Library/BaseDebugLibSerialPort/DxeDebugLibSerialPort.inf similarity index 92% rename from MdePkg/Library/DxeDebugLibSerialPort/DxeDebugLibSerialPort.inf rename to MdePkg/Library/BaseDebugLibSerialPort/DxeDebugLibSerialPort.inf index 9eb047fd94..42a19f5db2 100644 --- a/MdePkg/Library/DxeDebugLibSerialPort/DxeDebugLibSerialPort.inf +++ b/MdePkg/Library/BaseDebugLibSerialPort/DxeDebugLibSerialPort.inf @@ -16,7 +16,7 @@ [Defines] INF_VERSION = 0x00010005 - BASE_NAME = DxeDebugLibSerialPort + BASE_NAME = BaseDebugLibSerialPort FILE_GUID = BB83F95F-EDBC-4884-A520-CD42AF388FAE MODULE_TYPE = BASE VERSION_STRING = 1.0 diff --git a/MdePkg/Library/DxeDebugLibSerialPort/DxeDebugLibSerialPort.msa b/MdePkg/Library/BaseDebugLibSerialPort/DxeDebugLibSerialPort.msa similarity index 95% rename from MdePkg/Library/DxeDebugLibSerialPort/DxeDebugLibSerialPort.msa rename to MdePkg/Library/BaseDebugLibSerialPort/DxeDebugLibSerialPort.msa index 8c9dd5b5ec..618744732e 100644 --- a/MdePkg/Library/DxeDebugLibSerialPort/DxeDebugLibSerialPort.msa +++ b/MdePkg/Library/BaseDebugLibSerialPort/DxeDebugLibSerialPort.msa @@ -1,8 +1,8 @@ - DxeDebugLibSerialPort - DXE_DRIVER + BaseDebugLibSerialPort + BASE BB83F95F-EDBC-4884-A520-CD42AF388FAE 1.0 Debug Library for UEFI drivers diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc index c43cd5cd25..6a0a2f9e29 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -101,7 +101,7 @@ MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf MdePkg/Library/UefiScsiLib/UefiScsiLib.inf MdePkg/Library/DxeMemoryLib/DxeMemoryLib.inf - MdePkg/Library/DxeDebugLibSerialPort/DxeDebugLibSerialPort.inf + MdePkg/Library/BaseDebugLibSerialPort/DxeDebugLibSerialPort.inf MdePkg/Library/UefiUsbLib/UefiUsbLib.inf MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf -- 2.39.2