Last change
on this file since 80953 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # PeCoffExtraAction Library to support source level debug.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010005
|
---|
13 | BASE_NAME = PeCoffExtraActionLib
|
---|
14 | MODULE_UNI_FILE = PeCoffExtraActionLib.uni
|
---|
15 | FILE_GUID = 8F01CBD5-E069-44d7-90C9-35F0318603AD
|
---|
16 | MODULE_TYPE = BASE
|
---|
17 | VERSION_STRING = 0.8
|
---|
18 | LIBRARY_CLASS = PeCoffExtraActionLib
|
---|
19 |
|
---|
20 | #
|
---|
21 | # The following information is for reference only and not required by the build tools.
|
---|
22 | #
|
---|
23 | # VALID_ARCHITECTURES = IA32 X64
|
---|
24 | #
|
---|
25 |
|
---|
26 | [Sources.common]
|
---|
27 | PeCoffExtraActionLib.h
|
---|
28 | PeCoffExtraActionLib.c
|
---|
29 |
|
---|
30 | [Sources.IA32]
|
---|
31 | Ia32/IntHandlerFuncs.c
|
---|
32 | Ia32/IntHandler.nasm
|
---|
33 |
|
---|
34 | [Sources.X64]
|
---|
35 | X64/IntHandlerFuncs.c
|
---|
36 | X64/IntHandler.nasm
|
---|
37 |
|
---|
38 | [Packages]
|
---|
39 | MdePkg/MdePkg.dec
|
---|
40 | SourceLevelDebugPkg/SourceLevelDebugPkg.dec
|
---|
41 |
|
---|
42 | [LibraryClasses]
|
---|
43 | BaseLib
|
---|
44 | DebugLib
|
---|
45 | IoLib
|
---|
46 | PcdLib
|
---|
47 |
|
---|
48 | [Pcd]
|
---|
49 | gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod ## CONSUMES
|
---|
50 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.