]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/PiSmbiosRecordOnDataHubSmbiosRecordThunk.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / PiSmbiosRecordOnDataHubSmbiosRecordThunk / PiSmbiosRecordOnDataHubSmbiosRecordThunk.inf
index 782d64aaa52f144da0d39c9e226e704f249db266..cc4cddf05e0c64e24f8b80f9a08e973318416d93 100644 (file)
@@ -1,9 +1,9 @@
-#/** @file\r
+## @file\r
 #  This thunk driver register a filter for DataHub protocol, once a data hub record\r
 #  is added via EFI_DATA_HUB_PROTOCOL->LogData(), this filter will be invoked to \r
 #  translate the datahub's record to SMBIOS record.\r
 #\r
-#  Copyright (c) 2009, Intel Corporation\r
+#  Copyright (c) 2009 - 2010, Intel Corporation\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -13,7 +13,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -21,8 +21,6 @@
   FILE_GUID                      = 9F8B12CF-E796-408f-9D59-3ACDDC0AFBE3\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   ENTRY_POINT                    = ThunkEntry\r
 \r
@@ -32,7 +30,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   Thunk.c\r
   Thunk.h\r
   Translate.c\r