]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41...
[mirror_edk2.git] / Nt32Pkg / WinNtFlashMapPei / WinNtFlashMapPei.inf
CommitLineData
56a71b55 1#/** @file\r
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
5# Copyright (c) 2006 - 2007, Intel Corporation\r
6#\r
7# All rights reserved. This program and the accompanying materials\r
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
56a71b55 17[Defines]\r
18 INF_VERSION = 0x00010005\r
03e9fdbe 19 BASE_NAME = WinNtFlashMapPei\r
56a71b55 20 FILE_GUID = 681F3771-6F1D-42DE-9AA2-F82BBCDBC5F9\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
26 ENTRY_POINT = PeimInitializeFlashMap\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
56a71b55 34[Sources.common]\r
35 FlashMap.c\r
36\r
56a71b55 37[Packages]\r
38 Nt32Pkg/Nt32Pkg.dec\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
56a71b55 42[LibraryClasses]\r
43 PcdLib\r
44 BaseMemoryLib\r
45 PeiServicesLib\r
46 HobLib\r
47 PeimEntryPoint\r
48 DebugLib\r
49\r
50\r
56a71b55 51[Guids]\r
52 gEfiFlashMapHobGuid # ALWAYS_CONSUMED Hob: GUID_EXTENSION\r
53 gEfiFirmwareFileSystem2Guid # ALWAYS_CONSUMED\r
54\r
55\r
56a71b55 56[Protocols]\r
57 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
58\r
59\r
56a71b55 60[Ppis]\r
61 gNtFwhPpiGuid # PPI ALWAYS_CONSUMED\r
62 gPeiFlashMapPpiGuid # PPI ALWAYS_PRODUCED\r
63\r
64\r
b3af5df6 65[Pcd.common]\r
66 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
67 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase\r
68 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
70 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
72\r
73 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase\r
74 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase\r
75 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase\r
6d3aa33e 76\r