Last change
on this file since 48674 was 48674, checked in by vboxsync, 11 years ago |
EFI: Export newly imported tinaocore UEFI sources to OSE.
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 KB
|
Line | |
---|
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, 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 |
|
---|
45 | [Depex]
|
---|
46 | FALSE
|
---|
47 |
|
---|
48 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.