]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / SmbiosDxe / SmbiosDxe.inf
index c4524837bd1f732e4ec8dfd78dbe20f22d7eea96..0e623aeb4131e67be07a685eed8937da6f0a6cd8 100644 (file)
@@ -1,8 +1,7 @@
 ## @file\r
-# Component description file for Smbios module.\r
+# This driver initializes and installs the SMBIOS protocol, constructs SMBIOS table into system configuration table.\r
 #\r
-# This driver initializes and installs the SMBIOS protocol.\r
-# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2009 - 2018, 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
@@ -17,6 +16,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = SmbiosDxe\r
+  MODULE_UNI_FILE                = SmbiosDxe.uni\r
   FILE_GUID                      = F9D88642-0737-49bc-81B5-6889CD57D9EA\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -26,7 +26,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 IPF EBC ARM AARCH64\r
 #\r
 \r
 [Sources]\r
   PcdLib\r
 \r
 [Protocols]\r
-  gEfiSmbiosProtocolGuid                       # PROTOCOL ALWAYS_PRODUCED\r
-  \r
+  gEfiSmbiosProtocolGuid                            ## PRODUCES\r
+\r
 [Guids]\r
-  gEfiEventReadyToBootGuid                    # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiSmbiosTableGuid                         # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiSmbiosTableGuid                               ## SOMETIMES_PRODUCES ## SystemTable\r
+  gEfiSmbios3TableGuid                              ## SOMETIMES_PRODUCES ## SystemTable\r
 \r
-[FixedPcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion\r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion   ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev    ## SOMETIMES_CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod   ## CONSUMES\r
 \r
 [Depex]\r
   TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  SmbiosDxeExtra.uni\r