]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/TemplateCpuDxe/TemplateCpuDxe.inf
Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful to both...
[mirror_edk2.git] / EmbeddedPkg / TemplateCpuDxe / TemplateCpuDxe.inf
CommitLineData
2ef2b01e
A
1#/** @file\r
2# \r
3# Component discription file for Bds module\r
4# \r
5# Copyright (c) 2008, Intel Corporation. <BR>\r
6# All rights reserved. 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# \r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13# \r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = TemplateCpuDxe\r
19 FILE_GUID = CB6DC1E4-5B27-41E8-BC27-9AA50B62081E\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = CpuDxeInitialize\r
24\r
25\r
26[Sources.common]\r
27 CpuDxe.c\r
28\r
29[Sources.ARM]\r
30 Arm/Exception.c\r
31 Arm/Exceptions.asm \r
32 Arm/Exceptions.S \r
33\r
34[Sources.IA32]\r
35 IA32/Exception.c\r
36\r
37[Sources.X64]\r
38 X64/Exception.c\r
39\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 EmbeddedPkg/EmbeddedPkg.dec\r
44 \r
45[Packages.ARM]\r
46 ArmPkg/ArmPkg.dec\r
47\r
48[LibraryClasses]\r
49 BaseLib\r
50 UefiRuntimeServicesTableLib\r
51 ReportStatusCodeLib\r
52 PerformanceLib\r
53 DxeServicesTableLib\r
54 MemoryAllocationLib\r
55 UefiLib\r
56 UefiBootServicesTableLib\r
57 BaseMemoryLib\r
58 DebugLib\r
59 UefiDriverEntryPoint\r
60 CacheMaintenanceLib\r
61\r
62[Protocols]\r
63 gEfiCpuArchProtocolGuid \r
64\r
65[Pcd.ARM]\r
66 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress\r
67\r
68\r
69[depex]\r
70 TRUE\r