From 22f6824925d63a113d1323120c6468114581b67a Mon Sep 17 00:00:00 2001 From: mdkinney Date: Fri, 25 Jun 2010 18:01:52 +0000 Subject: [PATCH] Update BASE_NAME to match the file names of the shell binaries so the INF files can be used from a DSC/FDF file to include the binary of the shell in a platform. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10603 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkShellBinPkg/MinimumShell/MinimumShell.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EdkShellBinPkg/MinimumShell/MinimumShell.inf b/EdkShellBinPkg/MinimumShell/MinimumShell.inf index b053705c30..dda60cb4d6 100644 --- a/EdkShellBinPkg/MinimumShell/MinimumShell.inf +++ b/EdkShellBinPkg/MinimumShell/MinimumShell.inf @@ -18,7 +18,7 @@ [Defines] INF_VERSION = 0x00010005 - BASE_NAME = MinimumShell + BASE_NAME = Shell FILE_GUID = c57ad6b7-0515-40a8-9d21-551652854e37 MODULE_TYPE = UEFI_APPLICATION VERSION_STRING = 1.2 -- 2.39.2