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