From 14e96c2996a138b22f544da4d7921782ef85e51e Mon Sep 17 00:00:00 2001 From: jcarsey Date: Mon, 15 Jun 2009 23:45:12 +0000 Subject: [PATCH] git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8563 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/UefiShellLib/{BaseShellLib.c => UefiShellLib.c} | 0 .../Library/UefiShellLib/{BaseShellLib.h => UefiShellLib.h} | 0 .../UefiShellLib/{BaseShellLib.inf => UefiShellLib.inf} | 6 +++--- ShellPkg/ShellPkg.dsc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename ShellPkg/Library/UefiShellLib/{BaseShellLib.c => UefiShellLib.c} (100%) rename ShellPkg/Library/UefiShellLib/{BaseShellLib.h => UefiShellLib.h} (100%) rename ShellPkg/Library/UefiShellLib/{BaseShellLib.inf => UefiShellLib.inf} (92%) diff --git a/ShellPkg/Library/UefiShellLib/BaseShellLib.c b/ShellPkg/Library/UefiShellLib/UefiShellLib.c similarity index 100% rename from ShellPkg/Library/UefiShellLib/BaseShellLib.c rename to ShellPkg/Library/UefiShellLib/UefiShellLib.c diff --git a/ShellPkg/Library/UefiShellLib/BaseShellLib.h b/ShellPkg/Library/UefiShellLib/UefiShellLib.h similarity index 100% rename from ShellPkg/Library/UefiShellLib/BaseShellLib.h rename to ShellPkg/Library/UefiShellLib/UefiShellLib.h diff --git a/ShellPkg/Library/UefiShellLib/BaseShellLib.inf b/ShellPkg/Library/UefiShellLib/UefiShellLib.inf similarity index 92% rename from ShellPkg/Library/UefiShellLib/BaseShellLib.inf rename to 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] -- 2.39.2