]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
Update USB init code to do a softreset.
[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
7b202cb0 5# Copyright (c) 2006 - 2010, Intel Corporation\r
56a71b55 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
7b202cb0 15##\r
56a71b55 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
56a71b55 23\r
24 ENTRY_POINT = PeimInitializeFlashMap\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
7b202cb0 32[Sources]\r
56a71b55 33 FlashMap.c\r
34\r
56a71b55 35[Packages]\r
36 Nt32Pkg/Nt32Pkg.dec\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
56a71b55 40[LibraryClasses]\r
41 PcdLib\r
56a71b55 42 PeiServicesLib\r
56a71b55 43 PeimEntryPoint\r
44 DebugLib\r
45\r
56a71b55 46[Ppis]\r
47 gNtFwhPpiGuid # PPI ALWAYS_CONSUMED\r
56a71b55 48\r
7b202cb0 49[Pcd]\r
b3af5df6 50 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
51 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase\r
52 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
53 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
54 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
56\r
57 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase\r
58 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase\r
59 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase\r
6d3aa33e 60\r
c9eb1bae 61[Depex]\r
62 gNtFwhPpiGuid\r