This commit is contained in:
jcarsey 2009-06-15 23:45:12 +00:00
parent 614326e62b
commit 14e96c2996
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
[Defines]
INF_VERSION = 0x00010006
BASE_NAME = BaseShellLib
BASE_NAME = UefiShellLib
FILE_GUID = 449D0F00-2148-4a43-9836-F10B3980ECF5
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
@ -28,8 +28,8 @@
#
[Sources.common]
BaseShellLib.c
BaseShellLib.h
UefiShellLib.c
UefiShellLib.h
[Packages]
MdePkg/MdePkg.dec

View File

@ -36,7 +36,7 @@
PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
ShellLib|ShellPkg/Library/BaseShellLib/BaseShellLib.inf
ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
[PcdsFixedAtBuild.common]