]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
UefiCpuPkg: Remove double \r
[mirror_edk2.git] / Nt32Pkg / WinNtFlashMapPei / WinNtFlashMapPei.inf
1 ## @file
2 # Component description file for FlashMap PEI module
3 #
4 # This module installs FlashMap PPI which is used to get flash layout information.
5 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
6 # (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = WinNtFlashMapPei
16 FILE_GUID = 681F3771-6F1D-42DE-9AA2-F82BBCDBC5F9
17 MODULE_TYPE = PEIM
18 VERSION_STRING = 1.0
19
20 ENTRY_POINT = PeimInitializeFlashMap
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27
28 [Sources]
29 FlashMap.c
30
31 [Packages]
32 Nt32Pkg/Nt32Pkg.dec
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35
36 [LibraryClasses]
37 PcdLib
38 PeiServicesLib
39 PeimEntryPoint
40 DebugLib
41
42 [Ppis]
43 gNtFwhPpiGuid # PPI ALWAYS_CONSUMED
44
45 [Pcd]
46 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
47 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
48 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64
49 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
50 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
51 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64
52 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
53 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
54 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64
55
56 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase
57 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase
58 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase
59
60 [Depex]
61 gNtFwhPpiGuid