summaryrefslogtreecommitdiffstats
path: root/ShellPkg
diff options
context:
space:
mode:
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.dsc2
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]