]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / SmbiosDxe / SmbiosDxe.inf
index cabc9d7791b42ec6ea5cb6bb7162a793067939e9..c03915a6921fa369dfd6d334cddc10ba18349d3f 100644 (file)
@@ -1,14 +1,9 @@
 ## @file\r
 # This driver initializes and installs the SMBIOS protocol, constructs SMBIOS table into system configuration table.\r
 #\r
-# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2009 - 2021, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
 ##\r
@@ -26,7 +21,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC ARM AARCH64\r
 #\r
 \r
 [Sources]\r
   UefiDriverEntryPoint\r
   DebugLib\r
   PcdLib\r
+  HobLib\r
 \r
 [Protocols]\r
   gEfiSmbiosProtocolGuid                            ## PRODUCES\r
-  \r
+\r
 [Guids]\r
   gEfiSmbiosTableGuid                               ## SOMETIMES_PRODUCES ## SystemTable\r
   gEfiSmbios3TableGuid                              ## SOMETIMES_PRODUCES ## SystemTable\r
+  gUniversalPayloadSmbios3TableGuid                 ## CONSUMES           ## HOB\r
+  gUniversalPayloadSmbiosTableGuid                  ## SOMETIMES_CONSUMES ## HOB\r
 \r
 [Pcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion   ## CONSUMES\r