]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmiCr3" with PatchInstructionX86()
[mirror_edk2.git] / Nt32Pkg / WinNtFlashMapPei / WinNtFlashMapPei.inf
CommitLineData
7b202cb0 1## @file\r
56a71b55 2# Component description file for FlashMap PEI module\r
3#\r
4# This module installs FlashMap PPI which is used to get flash layout information.\r
8f2a5f80 5# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
4e502412 6# (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
56a71b55 7#\r
8f2a5f80 8# This program and the accompanying materials\r
56a71b55 9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
7b202cb0 16##\r
56a71b55 17\r
56a71b55 18[Defines]\r
19 INF_VERSION = 0x00010005\r
03e9fdbe 20 BASE_NAME = WinNtFlashMapPei\r
56a71b55 21 FILE_GUID = 681F3771-6F1D-42DE-9AA2-F82BBCDBC5F9\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
56a71b55 24\r
25 ENTRY_POINT = PeimInitializeFlashMap\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
7b202cb0 33[Sources]\r
56a71b55 34 FlashMap.c\r
35\r
56a71b55 36[Packages]\r
37 Nt32Pkg/Nt32Pkg.dec\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
56a71b55 41[LibraryClasses]\r
42 PcdLib\r
56a71b55 43 PeiServicesLib\r
56a71b55 44 PeimEntryPoint\r
45 DebugLib\r
46\r
56a71b55 47[Ppis]\r
48 gNtFwhPpiGuid # PPI ALWAYS_CONSUMED\r
56a71b55 49\r
7b202cb0 50[Pcd]\r
b3af5df6 51 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
52 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase\r
4e502412 53 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64\r
b3af5df6 54 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
4e502412 56 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64\r
b3af5df6 57 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
58 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
4e502412 59 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64\r
b3af5df6 60\r
61 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase\r
62 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase\r
63 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase\r
6d3aa33e 64\r
c9eb1bae 65[Depex]\r
66 gNtFwhPpiGuid\r