18b144ea |
1 | ## @file\r |
2 | # PeCoffExtraAction Library to support source level debug.\r |
3 | #\r |
b422b62c |
4 | # Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.<BR>\r |
18b144ea |
5 | #\r |
6 | # This program and the accompanying materials\r |
7 | # are licensed and made available under the terms and conditions of the BSD License\r |
8 | # which accompanies this distribution. The full text of the license may be found at\r |
9 | # http://opensource.org/licenses/bsd-license.php.\r |
10 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r |
11 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r |
12 | #\r |
13 | #\r |
14 | ##\r |
15 | \r |
16 | [Defines]\r |
17 | INF_VERSION = 0x00010005\r |
18 | BASE_NAME = PeCoffExtraActionLib\r |
19 | FILE_GUID = 8F01CBD5-E069-44d7-90C9-35F0318603AD\r |
20 | MODULE_TYPE = BASE\r |
21 | VERSION_STRING = 0.7\r |
22 | LIBRARY_CLASS = PeCoffExtraActionLib\r |
23 | \r |
24 | #\r |
25 | # The following information is for reference only and not required by the build tools.\r |
26 | #\r |
27 | # VALID_ARCHITECTURES = IA32 X64\r |
28 | #\r |
29 | \r |
30 | [Sources.common]\r |
b422b62c |
31 | PeCoffExtraActionLib.h\r |
18b144ea |
32 | PeCoffExtraActionLib.c\r |
33 | \r |
b422b62c |
34 | [Sources.IA32]\r |
35 | Ia32/IntHandlerFuncs.c\r |
4db0b65c |
36 | Ia32/IntHandler.asm\r |
b422b62c |
37 | Ia32/IntHandler.S | GCC\r |
38 | \r |
39 | [Sources.X64]\r |
40 | X64/IntHandlerFuncs.c\r |
4db0b65c |
41 | X64/IntHandler.asm\r |
b422b62c |
42 | X64/IntHandler.S | GCC\r |
43 | \r |
18b144ea |
44 | [Packages]\r |
45 | MdePkg/MdePkg.dec\r |
46 | SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r |
47 | \r |
48 | [LibraryClasses]\r |
49 | BaseLib\r |
50 | DebugLib\r |
51 | IoLib\r |
52 | PcdLib\r |
53 | \r |
54 | [Pcd]\r |
55 | gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod\r |
56 | \r |