]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/TemplateSec/TemplateSec.inf
Adding support for BeagleBoard.
[mirror_edk2.git] / EmbeddedPkg / TemplateSec / TemplateSec.inf
CommitLineData
2ef2b01e
A
1#%HEADER%
2#/** @file
3#
4# Component description file for DxeIpl module
5#
6# The responsibility of this module is to load the DXE Core from a Firmware Volume. This implementation i used to load a 32-bit DXE Core.
7#
8# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
9# All rights reserved. This program and the accompanying materials
10# are licensed and made available under the terms and conditions of the BSD License
11# which accompanies this distribution. The full text of the license may be found at
12# http://opensource.org/licenses/bsd-license.php
13#
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16#
17#**/
18
19[Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = TemplateSec
22 FILE_GUID = 1D6F730F-5A55-4078-869B-E0A18324BDC8
23 MODULE_TYPE = SEC
24 VERSION_STRING = 1.0
25
26
27#
28# The following information is for reference only and not required by the build tools.
29#
30# VALID_ARCHITECTURES = IA32 X64 ARM
31#
32
33[Sources.common]
34 TemplateSec.c
35
36[Sources.Ia32]
37# Ia32/ResetVector.asm | MSFT
38# Ia32/ResetVector.S | GCC
39
40[Sources.X64]
41# X64/ResetVector.asm | MSFT
42# X64/ResetVector.S | GCC
43
44[Sources.ARM]
45# Arm/ResetVector.asm | RVCT
46# Arm/ResetVector.S | GCC
47
48[Packages]
49 MdePkg/MdePkg.dec
50 MdeModulePkg/MdeModulePkg.dec
51 EmbeddedPkg/EmbeddedPkg.dec
52
53
54[LibraryClasses]
55 BaseLib
56 DebugLib
57 BaseMemoryLib
58 UefiDecompressLib
59 PeCoffLib
60 CacheMaintenanceLib
61 PrePiLib
62
63[Pcd]
64 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress
65 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdSize
66