]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf
MdeModulePkg/FaultTolerantWriteDxe: implement standalone MM version
[mirror_edk2.git] / ArmPkg / Library / ArmSvcLib / ArmSvcLib.inf
1 #/** @file
2 #
3 # Copyright (c) 2016 - 2017, ARM Ltd. All rights reserved.<BR>
4 # This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
8 #
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 #**/
13
14 [Defines]
15 INF_VERSION = 0x0001001A
16 BASE_NAME = ArmSvcLib
17 FILE_GUID = 8e3618d7-f01d-4d65-b32b-4c70aacc8e49
18 MODULE_TYPE = BASE
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = ArmSvcLib
21
22 [Sources.ARM]
23 Arm/ArmSvc.asm | RVCT
24 Arm/ArmSvc.S | GCC
25
26 [Sources.AARCH64]
27 AArch64/ArmSvc.S
28
29 [Packages]
30 ArmPkg/ArmPkg.dec
31 MdePkg/MdePkg.dec