]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / CapsulePei / CapsuleX64.inf
index b12d3e57e4b57ff1f70918fcbeb4e23a9a8c66c7..95e5f68c9892707fb6466b1ce9e8e647516cfa0a 100644 (file)
@@ -1,25 +1,24 @@
 ## @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
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions\r
-# of the BSD License which accompanies this distribution.  The\r
-# full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
+# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
 [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
@@ -32,6 +31,7 @@
 \r
 [Sources]\r
   X64/X64Entry.c\r
+  X64/PageFaultHandler.nasm\r
   Common/CapsuleCoalesce.c\r
 \r
 [Packages]\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