summaryrefslogtreecommitdiffstats
path: root/EdkShellBinPkg
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-27 03:13:37 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-27 03:13:37 +0000
commit49eb07e4514497aab29ce54e35ab86bb15098663 (patch)
tree689592511dbdda1ffcb856c0c2042b3f50822172 /EdkShellBinPkg
parent8caa82b00d9266712eb491a16d06df4462487455 (diff)
downloadedk2-49eb07e4514497aab29ce54e35ab86bb15098663.tar.gz
edk2-49eb07e4514497aab29ce54e35ab86bb15098663.tar.bz2
edk2-49eb07e4514497aab29ce54e35ab86bb15098663.zip
Changing source filename to match name changing.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6014 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkShellBinPkg')
-rw-r--r--EdkShellBinPkg/FullShell/FullShell.inf8
-rw-r--r--EdkShellBinPkg/MinimumShell/MinimumShell.inf8
2 files changed, 8 insertions, 8 deletions
diff --git a/EdkShellBinPkg/FullShell/FullShell.inf b/EdkShellBinPkg/FullShell/FullShell.inf
index a4f24cab31..323cdf4c21 100644
--- a/EdkShellBinPkg/FullShell/FullShell.inf
+++ b/EdkShellBinPkg/FullShell/FullShell.inf
@@ -4,7 +4,7 @@
# This is a binary module containing multiple binary shell applications.
# All .efi file tagged with "ToolCode="DUMMY"" in following file list are raw EFI application
# file, and they are can be run in shell environment.
-# Copyright (c) 2006, Intel Corporation.
+# Copyright (c) 2006 - 2008, Intel Corporation.
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -33,11 +33,11 @@
#
[Binaries.Ia32]
- PE32|ia32/Shell_Full.efi|*
+ PE32|Ia32/Shell_Full.efi|*
[Binaries.X64]
- PE32|x64/Shell_full.efi|*
+ PE32|X64/Shell_full.efi|*
[Binaries.IPF]
- PE32|ipf/Shell_Full.efi|*
+ PE32|Ipf/Shell_Full.efi|*
diff --git a/EdkShellBinPkg/MinimumShell/MinimumShell.inf b/EdkShellBinPkg/MinimumShell/MinimumShell.inf
index 0aeec6d14d..eb28ced810 100644
--- a/EdkShellBinPkg/MinimumShell/MinimumShell.inf
+++ b/EdkShellBinPkg/MinimumShell/MinimumShell.inf
@@ -4,7 +4,7 @@
# This is a binary module containing multiple binary shell applications.
# All .efi file tagged with "ToolCode="DUMMY"" in following file list are raw EFI application
# file, and they are can be run in shell environment.
-# Copyright (c) 2006, Intel Corporation.
+# Copyright (c) 2006 - 2008, Intel Corporation.
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -33,11 +33,11 @@
#
[Binaries.Ia32]
- PE32|ia32/Shell.efi|*
+ PE32|Ia32/Shell.efi|*
[Binaries.X64]
- PE32|x64/Shell.efi|*
+ PE32|X64/Shell.efi|*
[Binaries.IPF]
- PE32|ipf/Shell.efi|*
+ PE32|Ipf/Shell.efi|*
\ No newline at end of file