]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Library/ArmMtlNullLib/ArmMtlNullLib.inf
ArmPkg/OpteeLib: Fix compilation issues for ARM (32-bit)
[mirror_edk2.git] / ArmPkg / Library / ArmMtlNullLib / ArmMtlNullLib.inf
1 #/** @file
2 # Copyright (c) 2017-2018, Arm Limited. All rights reserved.
3 #
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 [Defines]
14 INF_VERSION = 0x00010019
15 BASE_NAME = ArmMtlNullLib
16 FILE_GUID = 05810525-FDEC-4006-9F1F-37609B3675FA
17 MODULE_TYPE = BASE
18 VERSION_STRING = 1.0
19 LIBRARY_CLASS = ArmMtlLib
20
21 [Sources.common]
22 ArmMtlNullLib.c
23
24 [Packages]
25 ArmPkg/ArmPkg.dec
26 MdePkg/MdePkg.dec