diff options
author | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-15 23:45:12 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-15 23:45:12 +0000 |
commit | 14e96c2996a138b22f544da4d7921782ef85e51e (patch) | |
tree | ace7ed5e6fa8496867eef03f83eb329806a9c724 /ShellPkg | |
parent | 614326e62b61f71663ae7e8c6bf9b7c7b4221483 (diff) | |
download | edk2-platforms-14e96c2996a138b22f544da4d7921782ef85e51e.tar.xz |
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8563 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/Library/UefiShellLib/UefiShellLib.c (renamed from ShellPkg/Library/UefiShellLib/BaseShellLib.c) | 0 | ||||
-rw-r--r-- | ShellPkg/Library/UefiShellLib/UefiShellLib.h (renamed from ShellPkg/Library/UefiShellLib/BaseShellLib.h) | 0 | ||||
-rw-r--r-- | ShellPkg/Library/UefiShellLib/UefiShellLib.inf (renamed from ShellPkg/Library/UefiShellLib/BaseShellLib.inf) | 6 | ||||
-rw-r--r-- | ShellPkg/ShellPkg.dsc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ShellPkg/Library/UefiShellLib/BaseShellLib.c b/ShellPkg/Library/UefiShellLib/UefiShellLib.c index 1ddff9a2a0..1ddff9a2a0 100644 --- a/ShellPkg/Library/UefiShellLib/BaseShellLib.c +++ b/ShellPkg/Library/UefiShellLib/UefiShellLib.c diff --git a/ShellPkg/Library/UefiShellLib/BaseShellLib.h b/ShellPkg/Library/UefiShellLib/UefiShellLib.h index 1620641648..1620641648 100644 --- a/ShellPkg/Library/UefiShellLib/BaseShellLib.h +++ b/ShellPkg/Library/UefiShellLib/UefiShellLib.h diff --git a/ShellPkg/Library/UefiShellLib/BaseShellLib.inf b/ShellPkg/Library/UefiShellLib/UefiShellLib.inf index 71c68cb280..5ed4259479 100644 --- a/ShellPkg/Library/UefiShellLib/BaseShellLib.inf +++ b/ShellPkg/Library/UefiShellLib/UefiShellLib.inf @@ -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
diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc index 787c374270..ed7d46d9ca 100644 --- a/ShellPkg/ShellPkg.dsc +++ b/ShellPkg/ShellPkg.dsc @@ -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]
|