From f579d6ca3ce1aa09ef739302c61b4e8b9d5571f0 Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 25 Feb 2010 16:37:15 +0000 Subject: Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10074 6f19259b-4bc3-4df7-8a09-765794883524 --- OvmfPkg/AcpiTables/AcpiTables.inf | 3 --- OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf | 2 -- OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf | 2 -- 3 files changed, 7 deletions(-) (limited to 'OvmfPkg') diff --git a/OvmfPkg/AcpiTables/AcpiTables.inf b/OvmfPkg/AcpiTables/AcpiTables.inf index 6b9110e703..da33467395 100755 --- a/OvmfPkg/AcpiTables/AcpiTables.inf +++ b/OvmfPkg/AcpiTables/AcpiTables.inf @@ -20,9 +20,6 @@ FILE_GUID = 7E374E25-8E01-4FEE-87F2-390C23C606CD MODULE_TYPE = USER_DEFINED VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 - # # The following information is for reference only and not required by the build tools. diff --git a/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf b/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf index f0e3498d29..6dd2f7603e 100755 --- a/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf +++ b/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf @@ -19,8 +19,6 @@ MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = TimerLib - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 CONSTRUCTOR = AcpiTimerLibConstructor diff --git a/OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf b/OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf index 976ff20479..2175e18a22 100644 --- a/OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf +++ b/OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf @@ -19,8 +19,6 @@ MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = PlatformBdsLib|DXE_DRIVER - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x0002000A # # The following information is for reference only and not required by the build tools. -- cgit v1.2.3