Home | History | Annotate | Download | only in PlatformSmbiosDxe
      1 ## @file

      2 # Platform SMBIOS driver that fills in SMBIOS table entries.

      3 #

      4 # Copyright (c) 2012, Apple Inc. All rights reserved. 

      5 # Portions copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>

      6 #

      7 #  This program and the accompanying materials

      8 #  are licensed and made available under the terms and conditions of the BSD License

      9 #  which accompanies this distribution. The full text of the license may be found at

     10 #  http://opensource.org/licenses/bsd-license.php

     11 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,

     12 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

     13 #

     14 #

     15 ##

     16 
     17 [Defines]
     18   INF_VERSION                    = 0x00010005
     19   BASE_NAME                      = PlatformSmbiosDxe
     20   FILE_GUID                      = 67FA951E-4FA2-9F4E-A658-4DBD954AC22E
     21   MODULE_TYPE                    = DXE_DRIVER
     22   VERSION_STRING                 = 1.0
     23   ENTRY_POINT                    = PlatfomrSmbiosDriverEntryPoint
     24 
     25 
     26 [Sources]
     27   SmbiosTable.c
     28   PlatformSmbiosDxe.c
     29 
     30 [Packages]
     31   MdePkg/MdePkg.dec
     32   MdeModulePkg/MdeModulePkg.dec
     33   EmulatorPkg/EmulatorPkg.dec
     34 
     35 [LibraryClasses]
     36   UefiDriverEntryPoint
     37   BaseLib
     38   BaseMemoryLib
     39   DebugLib
     40   PcdLib
     41   MemoryAllocationLib
     42   UefiBootServicesTableLib
     43   UefiLib
     44   HobLib
     45  SmbiosLib
     46 
     47 [Pcd]
     48   gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString
     49   gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString
     50   gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang
     51   gEmulatorPkgTokenSpaceGuid.PcdEmuMemorySize
     52   gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareFdSize
     53 
     54 [Depex]
     55   TRUE