]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.inf
SecurityPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / SecurityPkg / Library / DxeDeferImageLoadLib / DxeDeferImageLoadLib.inf
index dcd5c6128e5b21acce1780e297252931345744c3..8297230bed08e68a0c8549cf59343ca3e16f8dcd 100644 (file)
@@ -1,7 +1,11 @@
 ## @file\r
-#  The library instance provides security service of deferring image load.\r
+#  Provides security service of deferred image load\r
 #\r
-# Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
+#  The platform may need to defer the execution of an image because of security \r
+#  considerations. These deferred images will be recorded and then reported by \r
+#  installing an instance of the EFI_DEFERRED_IMAGE_LOAD_PROTOCOL.\r
+#\r
+# Copyright (c) 2009 - 2014, 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
@@ -13,7 +17,8 @@
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = DxeDeferImageLoadLib   \r
+  BASE_NAME                      = DxeDeferImageLoadLib\r
+  MODULE_UNI_FILE                = DxeDeferImageLoadLib.uni\r
   FILE_GUID                      = 5E2FAE1F-41DA-4fbd-BC81-603CE5CD8497\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   PcdLib \r
 \r
 [Protocols]\r
-  gEfiFirmwareVolume2ProtocolGuid\r
-  gEfiBlockIoProtocolGuid\r
-  gEfiSimpleFileSystemProtocolGuid\r
+  gEfiFirmwareVolume2ProtocolGuid                        ## SOMETIMES_CONSUMES\r
+  gEfiBlockIoProtocolGuid                                ## SOMETIMES_CONSUMES\r
+  gEfiSimpleFileSystemProtocolGuid                       ## SOMETIMES_CONSUMES\r
+  gEfiDeferredImageLoadProtocolGuid                      ## SOMETIMES_PRODUCES\r
+  ## SOMETIMES_CONSUMES\r
+  ## NOTIFY\r
   gEfiUserManagerProtocolGuid\r
-  gEfiDeferredImageLoadProtocolGuid\r
-  \r
+   \r
 [Guids]\r
-  gEfiGlobalVariableGuid\r
+  gEfiGlobalVariableGuid                                  ## SOMETIMES_CONSUMES  ## Variable:L"BootOrder"\r
   \r
 [Pcd]\r
-  gEfiSecurityPkgTokenSpaceGuid.PcdDeferImageLoadPolicy\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdDeferImageLoadPolicy   ## SOMETIMES_CONSUMES\r