]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPlatformPkg / Library / DebugSecExtraActionLib / DebugSecExtraActionLib.inf
CommitLineData
1e57a462 1#/* @file\r
2# Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
1e57a462 3#\r
3402aac7
RC
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
1e57a462 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
bebda7ce 33 MdeModulePkg/MdeModulePkg.dec\r
1e57a462 34 ArmPkg/ArmPkg.dec\r
35 ArmPlatformPkg/ArmPlatformPkg.dec\r
36\r
37[LibraryClasses]\r
bebda7ce 38 ArmPlatformLib\r
1e57a462 39 DebugLib\r
40 PcdLib\r
41 ArmGicLib\r
42 PrintLib\r
43 SerialPortLib\r
44\r
45[FeaturePcd]\r
46 gArmPlatformTokenSpaceGuid.PcdStandalone\r
47 gArmPlatformTokenSpaceGuid.PcdSystemMemoryInitializeInSec\r
48\r
49[FixedPcd]\r
50 gArmTokenSpaceGuid.PcdFvBaseAddress\r
1e57a462 51\r
52 gArmTokenSpaceGuid.PcdGicDistributorBase\r
53 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
54 gArmTokenSpaceGuid.PcdGicSgiIntId\r