]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
EmbeddedPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmbeddedPkg / Library / PrePiHobLib / PrePiHobLib.inf
1 #/** @file
2 # Hob lib that does not contain the APIs as they are already in the PrePiLib
3 #
4 # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
5 # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 #**/
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = PrePiHobLib
15 FILE_GUID = 1F3A3278-82EB-4C0D-86F1-5BCDA5846CB2
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = HobLib
19
20
21 #
22 # VALID_ARCHITECTURES = IA32 X64 EBC
23 #
24
25 [Sources.common]
26 Hob.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 MdeModulePkg/MdeModulePkg.dec
31 EmbeddedPkg/EmbeddedPkg.dec
32
33
34 [LibraryClasses]
35 BaseLib
36 BaseMemoryLib
37 DebugLib
38 PrePiHobListPointerLib
39
40 [Guids]
41 gEfiHobMemoryAllocModuleGuid
42 gEfiHobMemoryAllocStackGuid
43
44 [FixedPcd.common]
45 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory
46 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS
47 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType
48 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData
49 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode
50 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode
51 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData
52 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode
53 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData
54
55 [FeaturePcd]
56 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob
57