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