1#/* @file
2#
3#  Copyright (c) 2012, ARM Limited. All rights reserved.
4#
5#  This program and the accompanying materials
6#  are licensed and made available under the terms and conditions of the BSD License
7#  which accompanies this distribution.  The full text of the license may be found at
8#  http://opensource.org/licenses/bsd-license.php
9#
10#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12#
13#*/
14
15[Defines]
16  INF_VERSION                    = 0x00010005
17  BASE_NAME                      = ArmPlatformStackLib
18  FILE_GUID                      = 5e2e44af-53c1-44c2-a801-9c149f3d6ba0
19  MODULE_TYPE                    = BASE
20  VERSION_STRING                 = 1.0
21  LIBRARY_CLASS                  = ArmPlatformStackLib
22
23[Packages]
24  MdePkg/MdePkg.dec
25  MdeModulePkg/MdeModulePkg.dec
26  ArmPkg/ArmPkg.dec
27  ArmPlatformPkg/ArmPlatformPkg.dec
28
29[Sources.ARM]
30  Arm/ArmPlatformStackLib.asm     | RVCT
31  Arm/ArmPlatformStackLib.S       | GCC
32
33[Sources.AARCH64]
34  AArch64/ArmPlatformStackLib.S
35
36[LibraryClasses]
37  ArmPlatformLib
38
39[FixedPcd]
40  gArmPlatformTokenSpaceGuid.PcdCoreCount
41