]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/PiSmbiosRecordOnDataHubSmbiosRecordThunk.inf
EdkCompatibilityPkg: Fix some typos of "according"
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / PiSmbiosRecordOnDataHubSmbiosRecordThunk / PiSmbiosRecordOnDataHubSmbiosRecordThunk.inf
CommitLineData
6bfbb5f0 1## @file\r
024b1029 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
80becbc9 6# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
024b1029 7#\r
584d5652 8# This program and the accompanying materials\r
024b1029 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
6bfbb5f0 16##\r
024b1029 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
024b1029 24\r
25 ENTRY_POINT = ThunkEntry\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
6bfbb5f0 33[Sources]\r
024b1029 34 Thunk.c\r
35 Thunk.h\r
36 Translate.c\r
37 ConvLib.c\r
38 ConvTable.c\r
39 ProcessorConv.c\r
40 MemoryConv.c\r
41 MiscConv.c\r
42 \r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
47 EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
48 \r
49 \r
50[LibraryClasses]\r
51 UefiBootServicesTableLib\r
52 MemoryAllocationLib\r
53 UefiDriverEntryPoint\r
54 BaseMemoryLib\r
55 HiiLib\r
56 DebugLib\r
57 BaseLib\r
58 PcdLib\r
59\r
60[Protocols]\r
61 gEfiDataHubProtocolGuid ## CONSUMES\r
62 gEfiSmbiosProtocolGuid ## CONSUMES\r
63\r
64[Guids] \r
65 gEfiMemorySubClassGuid ## CONSUMES\r
66 gEfiMiscSubClassGuid ## CONSUMES\r
67 gEfiCacheSubClassGuid ## CONSUMES\r
80becbc9 68 gZeroGuid ## SOMETIMES_CONSUMES ## GUID\r
024b1029 69 \r
70[FeaturePcd]\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport\r
72 \r
73[Depex]\r
74 gEfiDataHubProtocolGuid AND gEfiSmbiosProtocolGuid