]> 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 8d70dbe38c3db6938fbc18e5f69200043297b090..7f8f6cbb6274c6f08b1afe6664b81706caf23f5f 100644 (file)
@@ -1,8 +1,8 @@
-#/** @file\r
-#  Sample SecurityStub module implements the dummy platform security service.\r
+## @file\r
+#  This driver produces security2 and security architectural protocol based on SecurityManagementLib.\r
 #\r
-#  Copyright (c) 2006 - 2008, Intel Corporation\r
-#  All rights reserved. This program and the accompanying materials\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
 #  http://opensource.org/licenses/bsd-license.php\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [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
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   SecurityStub.c\r
-  SecurityStub.h\r
+  Defer3rdPartyImageLoad.c\r
+  Defer3rdPartyImageLoad.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
   UefiDriverEntryPoint\r
   UefiBootServicesTableLib\r
   DebugLib\r
+  SecurityManagementLib\r
+  ReportStatusCodeLib\r
+  UefiLib\r
+\r
+[Guids]\r
+  gEfiEndOfDxeEventGroupGuid                    ## CONSUMES ## Event\r
 \r
 [Protocols]\r
-  gEfiSecurityArchProtocolGuid                  # PROTOCOL ALWAYS_PRODUCED\r
+  gEfiSecurityArchProtocolGuid                  ## PRODUCES\r
+  gEfiSecurity2ArchProtocolGuid                 ## PRODUCES\r
+  gEfiDeferredImageLoadProtocolGuid             ## PRODUCES\r
+  gEfiDxeSmmReadyToLockProtocolGuid             ## CONSUMES\r
 \r
 [Depex]\r
-  TRUE
\ No newline at end of file
+  TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  SecurityStubDxeExtra.uni\r