]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix the wrong file type in binary inf file.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 1 Aug 2007 06:47:14 +0000 (06:47 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 1 Aug 2007 06:47:14 +0000 (06:47 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3518 6f19259b-4bc3-4df7-8a09-765794883524

FatBinPkg/EnhancedFatDxe/Fat.inf
MdeModulePkg/Logo/Logo.inf

index 33bfebdff5ef2aa79bf0ab8ceacbfabcbb913683..8020037957f4c76e53f1986a19dde29f7017cbb6 100644 (file)
 #\r
 \r
 [Binaries.Ia32]\r
-  FV|RELEASE|Ia32/Fat.efi\r
+  FW|RELEASE|Ia32/Fat.efi\r
 \r
 [Binaries.X64]\r
-  FV|RELEASE|X64/Fat.efi\r
+  FW|RELEASE|X64/Fat.efi\r
 \r
 [Binaries.IPF]\r
-  FV|RELEASE|Ipf/Fat.efi\r
+  FW|RELEASE|Ipf/Fat.efi\r
 \r
 [Binaries.EBC]\r
-  FV|RELEASE|Ebc/Fat.efi\r
+  FW|RELEASE|Ebc/Fat.efi\r
 \r
index f67facd5a1b5fc826690c5f48a54c6a29d685288..03743cbb17fe7dfb731cf993b87b1e6530e33fd9 100644 (file)
@@ -33,5 +33,5 @@
 #\r
 \r
 [Binaries.common]\r
-  FV|RELEASE|Logo.bmp\r
+  BIN|RELEASE|Logo.bmp\r
 \r