Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
- Timestamp:
- Mar 12, 2019 12:40:12 PM (6 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776 /vendor/edk2/current 103735-103757,103769-103776,129194-129237
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
r58459 r77662 2 2 # This driver produces security2 and security architectural protocol based on SecurityManagementLib. 3 3 # 4 # Copyright (c) 2006 - 201 4, Intel Corporation. All rights reserved.<BR>4 # Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR> 5 5 # This program and the accompanying materials 6 6 # are licensed and made available under the terms and conditions of the BSD License … … 30 30 [Sources] 31 31 SecurityStub.c 32 Defer3rdPartyImageLoad.c 33 Defer3rdPartyImageLoad.h 32 34 33 35 [Packages] … … 40 42 DebugLib 41 43 SecurityManagementLib 44 ReportStatusCodeLib 45 UefiLib 46 47 [Guids] 48 gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event 42 49 43 50 [Protocols] 44 51 gEfiSecurityArchProtocolGuid ## PRODUCES 45 52 gEfiSecurity2ArchProtocolGuid ## PRODUCES 53 gEfiDeferredImageLoadProtocolGuid ## PRODUCES 54 gEfiDxeSmmReadyToLockProtocolGuid ## NOTIFY 46 55 47 56 [Depex]
Note:
See TracChangeset
for help on using the changeset viewer.