Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeServicesLib/DxeServicesLib.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/MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
r48674 r58459 1 1 ## @file 2 # DXE Services Library instance provides functions that simplify the development of DXE Drivers. 3 # 2 4 # DXE Services Library provides access data from sections of FFS files based on FV protocol. 3 5 # It also provides access file based on file path from a firmware volume, 4 6 # from a file system interface, or from the load file interface. 5 7 # 6 # Copyright (c) 2007 - 201 0, Intel Corporation. All rights reserved.<BR>8 # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR> 7 9 # 8 10 # This program and the accompanying materials … … 19 21 INF_VERSION = 0x00010005 20 22 BASE_NAME = DxeServicesLib 23 MODULE_UNI_FILE = DxeServicesLib.uni 21 24 FILE_GUID = EE680C58-FFC0-4a5d-858F-66FF9C84BC9F 22 25 MODULE_TYPE = DXE_DRIVER … … 43 46 44 47 [Guids] 45 gEfiFileInfoGuid ## CONSUMES48 gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## UNDEFINED 46 49 47 50 [Protocols] 48 gEfiFirmwareVolume2ProtocolGuid ## CONSUMES 49 gEfiLoadedImageProtocolGuid ## CONSUMES 50 gEfiLoadFileProtocolGuid ## CONSUMES 51 gEfiLoadFile2ProtocolGuid ## CONSUMES 52 gEfiSimpleFileSystemProtocolGuid ## CONSUMES 51 gEfiFirmwareVolume2ProtocolGuid ## SOMETIMES_CONSUMES 52 gEfiLoadedImageProtocolGuid ## SOMETIMES_CONSUMES 53 gEfiLoadFileProtocolGuid ## SOMETIMES_CONSUMES 54 gEfiLoadFile2ProtocolGuid ## SOMETIMES_CONSUMES 55 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES 56
Note:
See TracChangeset
for help on using the changeset viewer.