]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/DataHubSmBiosRecordsOnPiSmBiosThunk/DataHubSmBiosRecordsOnPiSmBiosThunk.inf
Fix bug that that the template does not match fields in structure EFI_BLOCK_IO_MEDIA
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / DataHubSmBiosRecordsOnPiSmBiosThunk / DataHubSmBiosRecordsOnPiSmBiosThunk.inf
1 #/** @file
2 # This thunk driver register a filter for DataHub protocol, once a data hub record
3 # is added via EFI_DATA_HUB_PROTOCOL->LogData(), this filter will be invoked to
4 # translate the datahub's record to SMBIOS record.
5 #
6 # Copyright (c) 2009, Intel Corporation
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = Datahub2SmbiosThunk
21 FILE_GUID = 9F8B12CF-E796-408f-9D59-3ACDDC0AFBE3
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 EDK_RELEASE_VERSION = 0x00020000
25 EFI_SPECIFICATION_VERSION = 0x00020000
26
27 ENTRY_POINT = ThunkEntry
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34
35 [Sources.common]
36 Thunk.c
37 Thunk.h
38 Translate.c
39 ConvLib.c
40 ConvTable.c
41 ProcessorConv.c
42 MemoryConv.c
43 MiscConv.c
44
45 [Packages]
46 MdePkg/MdePkg.dec
47 MdeModulePkg/MdeModulePkg.dec
48 IntelFrameworkPkg/IntelFrameworkPkg.dec
49 EdkCompatibilityPkg/EdkCompatibilityPkg.dec
50
51
52 [LibraryClasses]
53 UefiBootServicesTableLib
54 MemoryAllocationLib
55 UefiDriverEntryPoint
56 BaseMemoryLib
57 HiiLib
58 DebugLib
59 BaseLib
60 PcdLib
61
62 [Protocols]
63 gEfiDataHubProtocolGuid ## CONSUMES
64 gEfiSmbiosProtocolGuid ## CONSUMES
65
66 [Guids]
67 gEfiMemorySubClassGuid ## CONSUMES
68 gEfiMiscSubClassGuid ## CONSUMES
69 gEfiCacheSubClassGuid ## CONSUMES
70
71 [FeaturePcd]
72 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport
73
74 [Depex]
75 gEfiDataHubProtocolGuid AND gEfiSmbiosProtocolGuid