Home | History | Annotate | Download | only in PiSmbiosRecordOnDataHubSmbiosRecordThunk
      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 - 2015, Intel Corporation. All rights reserved.<BR>

      7 #

      8 #  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 
     25   ENTRY_POINT                    = ThunkEntry
     26 
     27 #

     28 # The following information is for reference only and not required by the build tools.

     29 #

     30 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC

     31 #

     32 
     33 [Sources]
     34   Thunk.c
     35   Thunk.h
     36   Translate.c
     37   ConvLib.c
     38   ConvTable.c
     39   ProcessorConv.c
     40   MemoryConv.c
     41   MiscConv.c
     42   
     43 [Packages]
     44   MdePkg/MdePkg.dec
     45   MdeModulePkg/MdeModulePkg.dec
     46   IntelFrameworkPkg/IntelFrameworkPkg.dec
     47   EdkCompatibilityPkg/EdkCompatibilityPkg.dec
     48   
     49   
     50 [LibraryClasses]
     51   UefiBootServicesTableLib
     52   MemoryAllocationLib
     53   UefiDriverEntryPoint
     54   BaseMemoryLib
     55   HiiLib
     56   DebugLib
     57   BaseLib
     58   PcdLib
     59 
     60 [Protocols]
     61   gEfiDataHubProtocolGuid     ## CONSUMES

     62   gEfiSmbiosProtocolGuid      ## CONSUMES

     63 
     64 [Guids]  
     65   gEfiMemorySubClassGuid      ## CONSUMES

     66   gEfiMiscSubClassGuid        ## CONSUMES

     67   gEfiCacheSubClassGuid       ## CONSUMES

     68   gZeroGuid                   ## SOMETIMES_CONSUMES   ## GUID

     69   
     70 [FeaturePcd]
     71   gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport
     72     
     73 [Depex]
     74   gEfiDataHubProtocolGuid AND gEfiSmbiosProtocolGuid