Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
r48674 r58459 1 1 ## @file 2 # Component description file for Smbios module.2 # This driver initializes and installs the SMBIOS protocol, constructs SMBIOS table into system configuration table. 3 3 # 4 # This driver initializes and installs the SMBIOS protocol. 5 # Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR> 4 # Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR> 6 5 # 7 6 # This program and the accompanying materials … … 18 17 INF_VERSION = 0x00010005 19 18 BASE_NAME = SmbiosDxe 19 MODULE_UNI_FILE = SmbiosDxe.uni 20 20 FILE_GUID = F9D88642-0737-49bc-81B5-6889CD57D9EA 21 21 MODULE_TYPE = DXE_DRIVER … … 49 49 50 50 [Protocols] 51 gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_PRODUCED51 gEfiSmbiosProtocolGuid ## PRODUCES 52 52 53 53 [Guids] 54 gEfiEventReadyToBootGuid # PROTOCOL ALWAYS_CONSUMED 55 gEfiSmbiosTableGuid # PROTOCOL ALWAYS_CONSUMED 54 gEfiSmbiosTableGuid ## PRODUCES ## SystemTable 56 55 57 [ FixedPcd]58 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion 56 [Pcd] 57 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion ## CONSUMES 59 58 60 59 [Depex] 61 60 TRUE 61 62 [UserExtensions.TianoCore."ExtraFiles"] 63 SmbiosDxeExtra.uni
Note:
See TracChangeset
for help on using the changeset viewer.