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