]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe: Add support for PCD PcdPteMemoryEn...
[mirror_edk2.git] / MdeModulePkg / Universal / SecurityStubDxe / SecurityStubDxe.inf
index 15ebbb8653b7512076ca9002dd6cc18df51bbf25..7f8f6cbb6274c6f08b1afe6664b81706caf23f5f 100644 (file)
@@ -1,8 +1,7 @@
 ## @file\r
-#  This driver produces security2 and security architectural protocol \r
-#  based on SecurityManagementLib.\r
+#  This driver produces security2 and security architectural protocol based on SecurityManagementLib.\r
 #\r
-#  Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
@@ -17,6 +16,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = SecurityStubDxe\r
+  MODULE_UNI_FILE                = SecurityStubDxe.uni\r
   FILE_GUID                      = F80697E9-7FD6-4665-8646-88E33EF71DFC\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -29,6 +29,8 @@
 \r
 [Sources]\r
   SecurityStub.c\r
+  Defer3rdPartyImageLoad.c\r
+  Defer3rdPartyImageLoad.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   UefiBootServicesTableLib\r
   DebugLib\r
   SecurityManagementLib\r
+  ReportStatusCodeLib\r
+  UefiLib\r
+\r
+[Guids]\r
+  gEfiEndOfDxeEventGroupGuid                    ## CONSUMES ## Event\r
 \r
 [Protocols]\r
   gEfiSecurityArchProtocolGuid                  ## PRODUCES\r
   gEfiSecurity2ArchProtocolGuid                 ## PRODUCES\r
+  gEfiDeferredImageLoadProtocolGuid             ## PRODUCES\r
+  gEfiDxeSmmReadyToLockProtocolGuid             ## CONSUMES\r
 \r
 [Depex]\r
   TRUE\r
-  
\ No newline at end of file
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  SecurityStubDxeExtra.uni\r