]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
6d614649 12# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
ab7017fe 13#\r
9d510e61 14# SPDX-License-Identifier: BSD-2-Clause-Patent\r
ab7017fe 15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = CapsuleX64\r
6036e94d 21 MODULE_UNI_FILE = CapsuleX64.uni\r
ab7017fe 22 FILE_GUID = F7FDE4A6-294C-493c-B50F-9734553BB757\r
23 MODULE_TYPE = PEIM\r
24 VERSION_STRING = 1.0\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = X64\r
30#\r
31\r
32[Sources]\r
33 X64/X64Entry.c\r
3763cfc1 34 X64/PageFaultHandler.nasm\r
ab7017fe 35 Common/CapsuleCoalesce.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
43 DebugLib\r
1e172d6b 44 CpuExceptionHandlerLib\r
933d80a1 45 DebugAgentLib\r
ab7017fe 46\r
47[Depex]\r
48 FALSE\r
49\r
6036e94d
SZ
50[UserExtensions.TianoCore."ExtraFiles"]\r
51 CapsuleX64Extra.uni\r