]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
MdeModulePkg Variable: Align TPL level for (Smm)EndOfDxe callback
[mirror_edk2.git] / MdeModulePkg / Universal / CapsulePei / CapsuleX64.inf
CommitLineData
ab7017fe 1## @file\r
6036e94d 2# CapsuleX64 module handles >4GB capsule blocks.\r
ab7017fe 3#\r
4# The X64 entrypoint to process capsule in long mode.\r
5# This module is built as X64.\r
6#\r
dc204d5a
JY
7# Caution: This module requires additional review when modified.\r
8# This driver will have external input - capsule image.\r
9# This external input must be validated carefully to avoid security issue like\r
10# buffer overflow, integer overflow.\r
11#\r
716087e2 12# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
ab7017fe 13#\r
14# This program and the accompanying materials\r
15# are licensed and made available under the terms and conditions\r
16# of the BSD License which accompanies this distribution. The\r
17# full text of the license may be found at\r
18# http://opensource.org/licenses/bsd-license.php\r
19#\r
20# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
21# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
22#\r
23##\r
24\r
25[Defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = CapsuleX64\r
6036e94d 28 MODULE_UNI_FILE = CapsuleX64.uni\r
ab7017fe 29 FILE_GUID = F7FDE4A6-294C-493c-B50F-9734553BB757\r
30 MODULE_TYPE = PEIM\r
31 VERSION_STRING = 1.0\r
32\r
33#\r
34# The following information is for reference only and not required by the build tools.\r
35#\r
36# VALID_ARCHITECTURES = X64\r
37#\r
38\r
39[Sources]\r
40 X64/X64Entry.c\r
3763cfc1 41 X64/PageFaultHandler.nasm\r
716087e2
SZ
42 X64/PageFaultHandler.asm\r
43 X64/PageFaultHandler.S\r
ab7017fe 44 Common/CapsuleCoalesce.c\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 MdeModulePkg/MdeModulePkg.dec\r
49\r
50[LibraryClasses]\r
51 BaseLib\r
52 DebugLib\r
1e172d6b 53 CpuExceptionHandlerLib\r
933d80a1 54 DebugAgentLib\r
ab7017fe 55\r
56[Depex]\r
57 FALSE\r
58\r
6036e94d
SZ
59[UserExtensions.TianoCore."ExtraFiles"]\r
60 CapsuleX64Extra.uni\r