]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
ArmPlatformPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / ArmPlatformPkg / Library / PrePiHobListPointerLib / PrePiHobListPointerLib.inf
1 #/** @file
2 #
3 # Copyright (c) 2011, ARM Limited. All rights reserved.
4 #
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 #**/
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = PrePiHobListPointerLib
12 FILE_GUID = d751d880-5ee2-11e0-b93e-0002a5d5c51b
13 MODULE_TYPE = BASE
14 VERSION_STRING = 1.0
15 LIBRARY_CLASS = PrePiHobListPointerLib
16
17 [Sources]
18 PrePiHobListPointer.c
19
20 [Packages]
21 MdePkg/MdePkg.dec
22 ArmPkg/ArmPkg.dec
23 EmbeddedPkg/EmbeddedPkg.dec
24
25 [LibraryClasses]
26 ArmLib