diff options
Diffstat (limited to 'ShellPkg/Library')
-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 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ShellPkg/Library/UefiShellLib/BaseShellLib.c b/ShellPkg/Library/UefiShellLib/UefiShellLib.c index 1ddff9a..1ddff9a 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 1620641..1620641 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 71c68cb..5ed4259 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
|