mirror of https://github.com/acidanthera/audk.git
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8563 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
614326e62b
commit
14e96c2996
|
@ -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
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue