]> git.proxmox.com Git - mirror_edk2.git/blob - ArmRealViewEbPkg/SecForPei/Sec.inf
Enhance EDKII Browser to support flexible HotKey setting.
[mirror_edk2.git] / ArmRealViewEbPkg / SecForPei / Sec.inf
1
2 #/** @file
3 # SEC - Reset vector code that jumps to C and loads DXE core
4 #
5 # Copyright (c) 2008, Apple Inc. All rights reserved.<BR>
6 # 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 = ArmRealViewEbSec
19 FILE_GUID = d959e387-7b91-452c-90e0-a1dbac90ddb8
20 MODULE_TYPE = SEC
21 VERSION_STRING = 1.0
22
23
24
25 [Sources.ARM]
26 Sec.c
27 Arm/SwitchStack.asm
28 Arm/SwitchStack.S
29 Arm/ModuleEntryPoint.S
30 Arm/ModuleEntryPoint.asm
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 EmbeddedPkg/EmbeddedPkg.dec
36 ArmPkg/ArmPkg.dec
37 ArmRealViewEbPkg/ArmRealViewEbPkg.dec
38
39 [LibraryClasses]
40 BaseLib
41 BaseMemoryLib
42 DebugLib
43 IoLib
44
45 [Ppis]
46 gEfiTemporaryRamSupportPpiGuid
47
48 [FeaturePcd]
49
50 [FixedPcd]
51 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress
52 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize
53 gEmbeddedTokenSpaceGuid.PcdPrePiStackBase
54 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdSize
55 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress
56
57