]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
1. Introduced CPU Exception Handler Library to provide the CPU exception handlers...
[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 # Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>
8 #
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions
11 # of the BSD License which accompanies this distribution. The
12 # full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 #
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = CapsuleX64
23 FILE_GUID = F7FDE4A6-294C-493c-B50F-9734553BB757
24 MODULE_TYPE = PEIM
25 VERSION_STRING = 1.0
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = X64
31 #
32
33 [Sources]
34 X64/X64Entry.c
35 Common/CapsuleCoalesce.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41 [LibraryClasses]
42 BaseLib
43 DebugLib
44 CpuExceptionHandlerLib
45
46 [Depex]
47 FALSE
48
49