]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / CapsulePei / CapsuleX64.inf
index b12d3e57e4b57ff1f70918fcbeb4e23a9a8c66c7..f9d9971ef1637f0d4123ada9723cd89e17ac9269 100644 (file)
@@ -1,10 +1,15 @@
 ## @file\r
-# Component description file for CapsuleX64 module.\r
+# CapsuleX64 module handles >4GB capsule blocks.\r
 #\r
 # The X64 entrypoint to process capsule in long mode.\r
 # This module is built as X64.\r
 #\r
-# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Caution: This module requires additional review when modified.\r
+#  This driver will have external input - capsule image.\r
+#  This external input must be validated carefully to avoid security issue like\r
+#  buffer overflow, integer overflow.\r
+#\r
+# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions\r
@@ -20,6 +25,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = CapsuleX64\r
+  MODULE_UNI_FILE                = CapsuleX64.uni\r
   FILE_GUID                      = F7FDE4A6-294C-493c-B50F-9734553BB757\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
 [LibraryClasses]\r
   BaseLib\r
   DebugLib\r
+  CpuExceptionHandlerLib\r
+  DebugAgentLib\r
 \r
 [Depex]\r
   FALSE\r
 \r
-\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  CapsuleX64Extra.uni\r