diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-06-25 17:53:08 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-06-25 17:53:08 +0000 |
commit | 174ea22dc2daa9e2ae35c2b191da64536680085b (patch) | |
tree | 2b669cfd615fb9a9fde8ce7afef4cb4244c9a74c /EdkShellBinPkg/FullShell | |
parent | 37de2c84427c780c063ea3765e5980566f99ab1f (diff) | |
download | edk2-platforms-174ea22dc2daa9e2ae35c2b191da64536680085b.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@10599 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkShellBinPkg/FullShell')
-rw-r--r-- | EdkShellBinPkg/FullShell/FullShell.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkShellBinPkg/FullShell/FullShell.inf b/EdkShellBinPkg/FullShell/FullShell.inf index 5ea2eff53e..d112a28a44 100644 --- a/EdkShellBinPkg/FullShell/FullShell.inf +++ b/EdkShellBinPkg/FullShell/FullShell.inf @@ -18,7 +18,7 @@ [Defines]
INF_VERSION = 0x00010005
- BASE_NAME = FullShell
+ BASE_NAME = Shell_Full
FILE_GUID = c57ad6b7-0515-40a8-9d21-551652854e37
MODULE_TYPE = UEFI_APPLICATION
VERSION_STRING = 1.1
|