]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Library/ArmSmcLibNull/ArmSmcLibNull.inf
ArmPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / ArmPkg / Library / ArmSmcLibNull / ArmSmcLibNull.inf
1 #/** @file
2 #
3 # ArmSmcLib when no SMC support is desired (might be the case for CPU without the
4 # Trustzone support / ARM Security Extension)
5 #
6 # Copyright (c) 2012-2013, ARM Ltd. All rights reserved.<BR>
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #**/
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = ArmSmcLibNull
14 FILE_GUID = 140e8004-16e1-4de1-a352-c6ef51110ecf
15 MODULE_TYPE = BASE
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = ArmSmcLib
18
19 [Sources]
20 ArmSmcLibNull.c
21
22 [Packages]
23 MdePkg/MdePkg.dec
24 ArmPkg/ArmPkg.dec