]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
Add comment for modules which have external input.
[mirror_edk2.git] / MdeModulePkg / Universal / CapsulePei / CapsuleX64.inf
CommitLineData
ab7017fe 1## @file\r
2# Component description file for CapsuleX64 module.\r
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
1e172d6b 12# Copyright (c) 2011 - 2012, 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
28 FILE_GUID = F7FDE4A6-294C-493c-B50F-9734553BB757\r
29 MODULE_TYPE = PEIM\r
30 VERSION_STRING = 1.0\r
31\r
32#\r
33# The following information is for reference only and not required by the build tools.\r
34#\r
35# VALID_ARCHITECTURES = X64\r
36#\r
37\r
38[Sources]\r
39 X64/X64Entry.c\r
40 Common/CapsuleCoalesce.c\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46[LibraryClasses]\r
47 BaseLib\r
48 DebugLib\r
1e172d6b 49 CpuExceptionHandlerLib\r
ab7017fe 50\r
51[Depex]\r
52 FALSE\r
53\r
54\r