summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-27 06:03:43 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-27 06:03:43 +0000
commitec36ac3565cf382544d8e4690a3b6fd4acaf2036 (patch)
tree0ea778e76b20580e89d6ae6dc804e589e3b492fb
parentd35f9d2c57948083a8504a558b61a455f783e7ad (diff)
downloadedk2-svn/branches/EdkShellBinPkg@3760.zip
edk2-svn/branches/EdkShellBinPkg@3760.tar.gz
edk2-svn/branches/EdkShellBinPkg@3760.tar.bz2
Remove the unnecessary "BINARY_MODULE" in binary INF file according to Extended INF spec 0.44svn/branches/EdkShellBinPkg@3760
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/EdkShellBinPkg@3713 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--FullShell/FullShell.inf1
-rw-r--r--MinimumShell/MinimumShell.inf1
2 files changed, 0 insertions, 2 deletions
diff --git a/FullShell/FullShell.inf b/FullShell/FullShell.inf
index 1598bdf..6847347 100644
--- a/FullShell/FullShell.inf
+++ b/FullShell/FullShell.inf
@@ -22,7 +22,6 @@
FILE_GUID = c57ad6b7-0515-40a8-9d21-551652854e37
MODULE_TYPE = UEFI_APPLICATION
VERSION_STRING = 1.1
- BINARY_MODULE = true
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
diff --git a/MinimumShell/MinimumShell.inf b/MinimumShell/MinimumShell.inf
index 520e25a..f744d49 100644
--- a/MinimumShell/MinimumShell.inf
+++ b/MinimumShell/MinimumShell.inf
@@ -22,7 +22,6 @@
FILE_GUID = c57ad6b7-0515-40a8-9d21-551652854e37
MODULE_TYPE = UEFI_APPLICATION
VERSION_STRING = 1.2
- BINARY_MODULE = true
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000