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