diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-06-25 18:01:52 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-06-25 18:01:52 +0000 |
commit | 22f6824925d63a113d1323120c6468114581b67a (patch) | |
tree | 434279c8ccbce69c11a51547a9f6a35be6eb62de /EdkShellBinPkg | |
parent | 50835d0075fb7abe43f83bcdfb6dfdddd0bc0b02 (diff) | |
download | edk2-platforms-22f6824925d63a113d1323120c6468114581b67a.tar.xz |
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
Diffstat (limited to 'EdkShellBinPkg')
-rw-r--r-- | EdkShellBinPkg/MinimumShell/MinimumShell.inf | 2 |
1 files changed, 1 insertions, 1 deletions
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
|