diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-10 02:24:43 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-10 02:24:43 +0000 |
commit | 1c9cd941d8cc511af0714175603ae904f8732588 (patch) | |
tree | 983e5946e443e4c6e965b3fc7394f9d7dc9e09df /MdeModulePkg/Logo | |
parent | 525e4598db54810420a888604c0054fb98423178 (diff) | |
download | edk2-platforms-1c9cd941d8cc511af0714175603ae904f8732588.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@4071 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Logo')
-rw-r--r-- | MdeModulePkg/Logo/Logo.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdeModulePkg/Logo/Logo.inf b/MdeModulePkg/Logo/Logo.inf index b1520399cf..277836d159 100644 --- a/MdeModulePkg/Logo/Logo.inf +++ b/MdeModulePkg/Logo/Logo.inf @@ -21,7 +21,6 @@ FILE_GUID = 7BB28B99-61BB-11D5-9A5D-0090273FC14D
MODULE_TYPE = USER_DEFINED
VERSION_STRING = 1.0
- BINARY_MODULE = true
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
|