summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-24 01:40:33 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-24 01:40:33 +0000
commitf9e097d4e337a0ad261ae4e0c6f8fda659ec175d (patch)
treedbca2ba0aa8194ae096fdf1efa9f20533942233c
parentd11935f9f9c81a6be25308530bfc8fa85c017f1b (diff)
Remove the optional "Target" according to Extended INF spec 0.42.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3697 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--EdkShellBinPkg/FullShell/FullShell.inf6
-rw-r--r--FatBinPkg/EnhancedFatDxe/Fat.inf8
2 files changed, 7 insertions, 7 deletions
diff --git a/EdkShellBinPkg/FullShell/FullShell.inf b/EdkShellBinPkg/FullShell/FullShell.inf
index 17cd1ae26..1598bdf3f 100644
--- a/EdkShellBinPkg/FullShell/FullShell.inf
+++ b/EdkShellBinPkg/FullShell/FullShell.inf
@@ -34,11 +34,11 @@
#
[Binaries.Ia32]
- UEFI_APP|RELEASE|ia32/Shell_Full.efi
+ UEFI_APP|ia32/Shell_Full.efi
[Binaries.X64]
- UEFI_APP|RELEASE|x64/Shell_full.efi
+ UEFI_APP|x64/Shell_full.efi
[Binaries.IPF]
- UEFI_APP|RELEASE|ipf/Shell_Full.efi
+ UEFI_APP|ipf/Shell_Full.efi
diff --git a/FatBinPkg/EnhancedFatDxe/Fat.inf b/FatBinPkg/EnhancedFatDxe/Fat.inf
index 802003795..5987ae972 100644
--- a/FatBinPkg/EnhancedFatDxe/Fat.inf
+++ b/FatBinPkg/EnhancedFatDxe/Fat.inf
@@ -32,14 +32,14 @@
#
[Binaries.Ia32]
- FW|RELEASE|Ia32/Fat.efi
+ FW|Ia32/Fat.efi
[Binaries.X64]
- FW|RELEASE|X64/Fat.efi
+ FW|X64/Fat.efi
[Binaries.IPF]
- FW|RELEASE|Ipf/Fat.efi
+ FW|Ipf/Fat.efi
[Binaries.EBC]
- FW|RELEASE|Ebc/Fat.efi
+ FW|Ebc/Fat.efi