]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/ArmVExpressSecLib.inf
ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatformSecExtr...
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / Library / ArmVExpressLibCTA9x4 / ArmVExpressSecLib.inf
CommitLineData
1d5d0ae9 1#/* @file\r
2# Copyright (c) 2011, 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 = CTA9x4ArmVExpressLib\r
17 FILE_GUID = b16c63a0-f417-11df-b3af-0002a5d5c51b\r
18 MODULE_TYPE = BASE\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = ArmPlatformLib\r
21\r
22[Packages]\r
23 MdePkg/MdePkg.dec\r
24 MdeModulePkg/MdeModulePkg.dec\r
25 EmbeddedPkg/EmbeddedPkg.dec\r
26 ArmPkg/ArmPkg.dec\r
27 ArmPlatformPkg/ArmPlatformPkg.dec\r
28\r
29[LibraryClasses]\r
1d5d0ae9 30 ArmLib\r
31 ArmTrustZoneLib\r
bf276b45 32 ArmPlatformSysConfigLib\r
a6caee65 33 DebugSecExtraActionLib\r
bf276b45 34 IoLib\r
8e06b586 35 L2X0CacheLib\r
bf276b45 36 PL301AxiLib\r
37 PL341DmcLib\r
c52e2dca 38 PL35xSmcLib\r
bf276b45 39 SerialPortLib\r
1d5d0ae9 40\r
41[Sources.common]\r
bf276b45 42 CTA9x4Sec.c\r
1d5d0ae9 43 CTA9x4.c\r
44 CTA9x4Helper.asm | RVCT\r
45 CTA9x4Helper.S | GCC\r
c52e2dca 46 CTA9x4Boot.asm | RVCT\r
47 CTA9x4Boot.S | GCC\r
1d5d0ae9 48\r
1d5d0ae9 49[FeaturePcd]\r
50 gEmbeddedTokenSpaceGuid.PcdCacheEnable\r
d6b5f236 51 gArmPlatformTokenSpaceGuid.PcdNorFlashRemapping\r
1d5d0ae9 52\r
53[FixedPcd]\r
8e06b586 54 gArmTokenSpaceGuid.PcdL2x0ControllerBase\r