diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-25 16:38:12 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-25 16:38:12 +0000 |
commit | d2ffb8108994e13773ad9056b73e1776eaf31972 (patch) | |
tree | c142b7d4171c70104448489c6e35cbcfcfab20ad /PcAtChipsetPkg/Bus/Pci/IdeControllerDxe | |
parent | f579d6ca3ce1aa09ef739302c61b4e8b9d5571f0 (diff) | |
download | edk2-d2ffb8108994e13773ad9056b73e1776eaf31972.tar.gz edk2-d2ffb8108994e13773ad9056b73e1776eaf31972.tar.bz2 edk2-d2ffb8108994e13773ad9056b73e1776eaf31972.zip |
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10075 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PcAtChipsetPkg/Bus/Pci/IdeControllerDxe')
-rwxr-xr-x | PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf index 143e78ab11..a067fd2fef 100755 --- a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf +++ b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf @@ -19,8 +19,6 @@ FILE_GUID = F3790689-FB90-4479-A2EF-B82A43AFE74D
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
- EDK_RELEASE_VERSION = 0x00020000
- EFI_SPECIFICATION_VERSION = 0x00020000
ENTRY_POINT = InitializeIdeControllerDriver
#
|