]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
MdeModulePkg/ConSplitterDxe: Optimize the ConSplitterTextOutSetMode
[mirror_edk2.git] / MdeModulePkg / Universal / CapsulePei / CapsuleX64.inf
index 6af8cbfc4737fbac179565e8397ee9fbdfa397aa..95e5f68c9892707fb6466b1ce9e8e647516cfa0a 100644 (file)
@@ -1,5 +1,5 @@
 ## @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
@@ -9,22 +9,16 @@
 #  This external input must be validated carefully to avoid security issue like\r
 #  buffer overflow, integer overflow.\r
 #\r
-# Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2018, 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
-# 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
-#\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
@@ -37,6 +31,7 @@
 \r
 [Sources]\r
   X64/X64Entry.c\r
+  X64/PageFaultHandler.nasm\r
   Common/CapsuleCoalesce.c\r
 \r
 [Packages]\r
@@ -52,4 +47,5 @@
 [Depex]\r
   FALSE\r
 \r
-\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  CapsuleX64Extra.uni\r