Last change
on this file since 71635 was 58459, checked in by vboxsync, 9 years ago |
EFI/Firmware: 'svn merge /vendor/edk2/UDK2010.SR1 /vendor/edk2/current .', reverting and removing files+dirs listed in ReadMe.vbox, resolving conflicts with help from ../UDK2014.SP1/. This is a raw untested merge.
|
-
Property svn:eol-style
set to
native
|
File size:
1.6 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # CapsuleX64 module handles >4GB capsule blocks.
|
---|
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 - 2014, 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 | MODULE_UNI_FILE = CapsuleX64.uni
|
---|
29 | FILE_GUID = F7FDE4A6-294C-493c-B50F-9734553BB757
|
---|
30 | MODULE_TYPE = PEIM
|
---|
31 | VERSION_STRING = 1.0
|
---|
32 |
|
---|
33 | #
|
---|
34 | # The following information is for reference only and not required by the build tools.
|
---|
35 | #
|
---|
36 | # VALID_ARCHITECTURES = X64
|
---|
37 | #
|
---|
38 |
|
---|
39 | [Sources]
|
---|
40 | X64/X64Entry.c
|
---|
41 | Common/CapsuleCoalesce.c
|
---|
42 |
|
---|
43 | [Packages]
|
---|
44 | MdePkg/MdePkg.dec
|
---|
45 | MdeModulePkg/MdeModulePkg.dec
|
---|
46 |
|
---|
47 | [LibraryClasses]
|
---|
48 | BaseLib
|
---|
49 | DebugLib
|
---|
50 | CpuExceptionHandlerLib
|
---|
51 | DebugAgentLib
|
---|
52 |
|
---|
53 | [Depex]
|
---|
54 | FALSE
|
---|
55 |
|
---|
56 | [UserExtensions.TianoCore."ExtraFiles"]
|
---|
57 | CapsuleX64Extra.uni
|
---|
Note:
See
TracBrowser
for help on using the repository browser.