]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/TemplateCpuDxe/TemplateCpuDxe.inf
3d931cd8c93b56d79a48a7071cc7318eac645692
[mirror_edk2.git] / EmbeddedPkg / TemplateCpuDxe / TemplateCpuDxe.inf
1 #/** @file
2 #
3 # Component discription file for Bds module
4 #
5 # Copyright (c) 2008, Intel Corporation. <BR>
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = TemplateCpuDxe
19 FILE_GUID = CB6DC1E4-5B27-41E8-BC27-9AA50B62081E
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22
23 ENTRY_POINT = CpuDxeInitialize
24
25
26 [Sources.common]
27 CpuDxe.c
28
29 [Sources.ARM]
30 Arm/Exception.c
31 Arm/Exceptions.asm
32 Arm/Exceptions.S
33
34 [Sources.IA32]
35 IA32/Exception.c
36
37 [Sources.X64]
38 X64/Exception.c
39
40
41 [Packages]
42 MdePkg/MdePkg.dec
43 EmbeddedPkg/EmbeddedPkg.dec
44
45 [Packages.ARM]
46 ArmPkg/ArmPkg.dec
47
48 [LibraryClasses]
49 BaseLib
50 UefiRuntimeServicesTableLib
51 ReportStatusCodeLib
52 PerformanceLib
53 DxeServicesTableLib
54 MemoryAllocationLib
55 UefiLib
56 UefiBootServicesTableLib
57 BaseMemoryLib
58 DebugLib
59 UefiDriverEntryPoint
60 CacheMaintenanceLib
61
62 [Protocols]
63 gEfiCpuArchProtocolGuid
64
65 [Pcd.ARM]
66 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress
67
68
69 [depex]
70 TRUE