Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.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/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
r48674 r58459 1 1 ## @file 2 # Module entry point library for UEFI driver .2 # Module entry point library for UEFI driver, DXE driver and SMM driver. 3 3 # 4 # Copyright (c) 2007 - 201 0, Intel Corporation. All rights reserved.<BR>4 # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR> 5 5 # 6 6 # This program and the accompanying materials … … 17 17 INF_VERSION = 0x00010005 18 18 BASE_NAME = UefiDriverEntryPoint 19 MODULE_UNI_FILE = UefiDriverEntryPoint.uni 19 20 FILE_GUID = 331deb15-454b-48d8-9b74-70d01f3f3556 20 21 MODULE_TYPE = UEFI_DRIVER … … 44 45 45 46 [Protocols] 46 gEfiLoadedImageProtocolGuid ## CONSUMES47 gEfiLoadedImageProtocolGuid ## SOMETIMES_CONSUMES 47 48 48 49
Note:
See TracChangeset
for help on using the changeset viewer.