X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FSmbiosDxe%2FSmbiosDxe.inf;h=0e623aeb4131e67be07a685eed8937da6f0a6cd8;hp=00b2e7ca45bfe4bbcf8d735814659dc7f122220f;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hpb=8976547970e2e39d9cfee6f729caf7be614db846 diff --git a/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf b/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf index 00b2e7ca45..0e623aeb41 100644 --- a/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf +++ b/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf @@ -1,10 +1,9 @@ ## @file -# Component description file for Smbios module. +# This driver initializes and installs the SMBIOS protocol, constructs SMBIOS table into system configuration table. # -# This driver initializes and installs the SMBIOS protocol. -# Copyright (c) 2009 - 2010, Intel Corporation +# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -17,6 +16,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = SmbiosDxe + MODULE_UNI_FILE = SmbiosDxe.uni FILE_GUID = F9D88642-0737-49bc-81B5-6889CD57D9EA MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 @@ -26,7 +26,7 @@ # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64 # [Sources] @@ -48,14 +48,19 @@ PcdLib [Protocols] - gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_PRODUCED - + gEfiSmbiosProtocolGuid ## PRODUCES + [Guids] - gEfiEventReadyToBootGuid # PROTOCOL ALWAYS_CONSUMED - gEfiSmbiosTableGuid # PROTOCOL ALWAYS_CONSUMED + gEfiSmbiosTableGuid ## SOMETIMES_PRODUCES ## SystemTable + gEfiSmbios3TableGuid ## SOMETIMES_PRODUCES ## SystemTable -[FixedPcd] - gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion +[Pcd] + gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion ## CONSUMES + gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev ## SOMETIMES_CONSUMES + gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod ## CONSUMES [Depex] TRUE + +[UserExtensions.TianoCore."ExtraFiles"] + SmbiosDxeExtra.uni