diff options
Diffstat (limited to 'MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf')
-rw-r--r-- | MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf b/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf index 17d9d83d28..9c16b83164 100644 --- a/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf +++ b/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf @@ -2,7 +2,7 @@ # Component description file for Smbios module.
#
# This driver initializes and installs the SMBIOS protocol.
-# Copyright (c) 2009, Intel Corporation
+# Copyright (c) 2009 - 2010, Intel Corporation
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -37,6 +37,7 @@ [Packages]
MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
[LibraryClasses]
UefiBootServicesTableLib
@@ -46,6 +47,7 @@ UefiLib
UefiDriverEntryPoint
DebugLib
+ PcdLib
[Protocols]
gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_PRODUCED
@@ -54,5 +56,8 @@ gEfiEventReadyToBootGuid # PROTOCOL ALWAYS_CONSUMED
gEfiSmbiosTableGuid # PROTOCOL ALWAYS_CONSUMED
+[FixedPcd]
+ gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion
+
[Depex]
TRUE
|