diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-10 02:24:35 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-10 02:24:35 +0000 |
commit | 525e4598db54810420a888604c0054fb98423178 (patch) | |
tree | 0f89389243e7492ff5115f548f6840a75bbd13e3 | |
parent | fb19f05aa43fc9cbb0925e7c0ba07c7528929432 (diff) | |
download | edk2-platforms-525e4598db54810420a888604c0054fb98423178.tar.xz |
Remove BINARY_MODULE = true attribute from binary module inf file, because this attribute has not been supported in INF spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4070 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | FatBinPkg/EnhancedFatDxe/Fat.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FatBinPkg/EnhancedFatDxe/Fat.inf b/FatBinPkg/EnhancedFatDxe/Fat.inf index a59a6b3c7a..da03aac591 100644 --- a/FatBinPkg/EnhancedFatDxe/Fat.inf +++ b/FatBinPkg/EnhancedFatDxe/Fat.inf @@ -20,7 +20,6 @@ FILE_GUID = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
- BINARY_MODULE = true
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
|