]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf
ARM Packages: Fixed line endings
[mirror_edk2.git] / ArmPlatformPkg / Library / DebugSecExtraActionLib / DebugSecExtraActionLib.inf
CommitLineData
1e57a462 1#/* @file\r
2# Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
3# \r
4# This program and the accompanying materials \r
5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8#\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11#\r
12#*/\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = DebugSecExtraActionLib\r
17 FILE_GUID = 8fff7a60-a6f8-11e0-990a-0002a5d5c51b\r
18 MODULE_TYPE = BASE\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = ArmPlatformSecExtraActionLib\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
25# VALID_ARCHITECTURES = ARM\r
26#\r
27\r
28[Sources.common]\r
29 DebugSecExtraActionLib.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 ArmPkg/ArmPkg.dec\r
34 ArmPlatformPkg/ArmPlatformPkg.dec\r
35\r
36[LibraryClasses]\r
37 DebugLib\r
38 PcdLib\r
39 ArmGicLib\r
40 PrintLib\r
41 SerialPortLib\r
42\r
43[FeaturePcd]\r
44 gArmPlatformTokenSpaceGuid.PcdStandalone\r
45 gArmPlatformTokenSpaceGuid.PcdSystemMemoryInitializeInSec\r
46\r
47[FixedPcd]\r
48 gArmTokenSpaceGuid.PcdFvBaseAddress\r
49 \r
50 gArmTokenSpaceGuid.PcdArmPrimaryCoreMask\r
51 gArmTokenSpaceGuid.PcdArmPrimaryCore\r
52\r
53 gArmTokenSpaceGuid.PcdGicDistributorBase\r
54 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
55 gArmTokenSpaceGuid.PcdGicSgiIntId\r