]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
EmbeddedPkg/PrePiHobLib: drop CreateHobList() from library
[mirror_edk2.git] / EmbeddedPkg / Library / PrePiHobLib / PrePiHobLib.inf
CommitLineData
65568970 1#/** @file\r
2# Hob lib that does not contain the APIs as they are already in the PrePiLib\r
3#\r
cb9ee5a1 4# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
60274cca 5# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
65568970 6#\r
60274cca 7# This program and the accompanying materials\r
65568970 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
05e48e00 19 BASE_NAME = PrePiHobLib\r
65568970 20 FILE_GUID = 1F3A3278-82EB-4C0D-86F1-5BCDA5846CB2\r
21 MODULE_TYPE = BASE\r
22 VERSION_STRING = 1.0\r
3402aac7 23 LIBRARY_CLASS = HobLib\r
65568970 24\r
25\r
26#\r
cb9ee5a1 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
65568970 28#\r
29\r
30[Sources.common]\r
31 Hob.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
05e48e00 35 MdeModulePkg/MdeModulePkg.dec\r
36 EmbeddedPkg/EmbeddedPkg.dec\r
65568970 37\r
38\r
39[LibraryClasses]\r
05e48e00 40 BaseLib\r
41 BaseMemoryLib\r
42 DebugLib\r
43 PrePiHobListPointerLib\r
3402aac7 44\r
05e48e00 45[Guids]\r
46 gEfiHobMemoryAllocModuleGuid\r
47 gEfiHobMemoryAllocStackGuid\r
48\r
49[FixedPcd.common]\r
05e48e00 50 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
51 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
52 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
53 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
54 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
55 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
56 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
57 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
58 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
59\r
60[FeaturePcd]\r
61 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
65568970 62\r