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
This commit is contained in:
parent
a475bfa225
commit
0eeb6d1fb8
|
@ -13,7 +13,7 @@
|
|||
|
||||
**/
|
||||
|
||||
#include <PiDxe.h>
|
||||
#include <Base.h>
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/PrintLib.h>
|
|
@ -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
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<MsaHeader>
|
||||
<ModuleName>DxeDebugLibSerialPort</ModuleName>
|
||||
<ModuleType>DXE_DRIVER</ModuleType>
|
||||
<ModuleName>BaseDebugLibSerialPort</ModuleName>
|
||||
<ModuleType>BASE</ModuleType>
|
||||
<GuidValue>BB83F95F-EDBC-4884-A520-CD42AF388FAE</GuidValue>
|
||||
<Version>1.0</Version>
|
||||
<Abstract>Debug Library for UEFI drivers</Abstract>
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue