mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
57b82a9cfa
commit
9483721aaa
|
@ -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
|
||||
|
||||
|
|
|
@ -33,5 +33,5 @@
|
|||
#
|
||||
|
||||
[Binaries.common]
|
||||
FV|RELEASE|Logo.bmp
|
||||
BIN|RELEASE|Logo.bmp
|
||||
|
||||
|
|
Loading…
Reference in New Issue