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