diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-01 06:47:14 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-01 06:47:14 +0000 |
commit | 9483721aaa25e0d6322f67a4b03118e15daa6f3c (patch) | |
tree | a1573f61f5d63f77eff39886aa6282656f53da2e /FatBinPkg/EnhancedFatDxe | |
parent | 57b82a9cfad4002dbf1f9be02a931a508db767c9 (diff) | |
download | edk2-platforms-9483721aaa25e0d6322f67a4b03118e15daa6f3c.tar.xz |
Fix the wrong file type in binary inf file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3518 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'FatBinPkg/EnhancedFatDxe')
-rw-r--r-- | FatBinPkg/EnhancedFatDxe/Fat.inf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FatBinPkg/EnhancedFatDxe/Fat.inf b/FatBinPkg/EnhancedFatDxe/Fat.inf index 33bfebdff5..8020037957 100644 --- a/FatBinPkg/EnhancedFatDxe/Fat.inf +++ b/FatBinPkg/EnhancedFatDxe/Fat.inf @@ -32,14 +32,14 @@ #
[Binaries.Ia32]
- FV|RELEASE|Ia32/Fat.efi
+ FW|RELEASE|Ia32/Fat.efi
[Binaries.X64]
- FV|RELEASE|X64/Fat.efi
+ FW|RELEASE|X64/Fat.efi
[Binaries.IPF]
- FV|RELEASE|Ipf/Fat.efi
+ FW|RELEASE|Ipf/Fat.efi
[Binaries.EBC]
- FV|RELEASE|Ebc/Fat.efi
+ FW|RELEASE|Ebc/Fat.efi
|