diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-25 02:36:57 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-25 02:36:57 +0000 |
commit | dc8577f2756004a71def12afd21272aeaaca950b (patch) | |
tree | 2f4c63d9a1ddc2884e1f161ecda42ba2b86b0c5b /MdePkg/Library/DxeSmbusLib | |
parent | 133e09da3d1bb82dfc0d91275b7eae07c03dd352 (diff) | |
download | edk2-dc8577f2756004a71def12afd21272aeaaca950b.tar.gz edk2-dc8577f2756004a71def12afd21272aeaaca950b.tar.bz2 edk2-dc8577f2756004a71def12afd21272aeaaca950b.zip |
Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPECIFICATION_VERSION from all the MdePkg INF files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6716 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/DxeSmbusLib')
-rw-r--r-- | MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf b/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf index 8edadf10b1..8f3171f04b 100644 --- a/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf +++ b/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf @@ -20,7 +20,6 @@ MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
LIBRARY_CLASS = SmbusLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
- EDK_RELEASE_VERSION = 0x00020000
CONSTRUCTOR = SmbusLibConstructor
|