]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/WinNtFirmwareVolumePei/WinNtFwh.inf
Remove the EDK prefix from library instance folder's name
[mirror_edk2.git] / Nt32Pkg / WinNtFirmwareVolumePei / WinNtFwh.inf
1 #/** @file
2 # Component description file for WinNtFwh module
3 #
4 # This PEIM will produce the HOB to describe Firmware Volume, Firmware Devices
5 # on the NT32 emulator.
6 # Copyright (c) 2006 - 2007, Intel Corporation
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 ################################################################################
19 #
20 # Defines Section - statements that will be processed to create a Makefile.
21 #
22 ################################################################################
23 [Defines]
24 INF_VERSION = 0x00010005
25 BASE_NAME = WinNtFwh
26 FILE_GUID = F0384FFD-8633-452f-9010-F6B7D2EAE2F1
27 MODULE_TYPE = PEIM
28 VERSION_STRING = 1.0
29 EDK_RELEASE_VERSION = 0x00020000
30 EFI_SPECIFICATION_VERSION = 0x00020000
31
32 ENTRY_POINT = PeimInitializeWinNtFwh
33
34 #
35 # The following information is for reference only and not required by the build tools.
36 #
37 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
38 #
39
40 ################################################################################
41 #
42 # Sources Section - list of files that are required for the build to succeed.
43 #
44 ################################################################################
45
46 [Sources.common]
47 WinntFwh.c
48
49
50 ################################################################################
51 #
52 # Includes Section - list of Include locations that are required for
53 # this module.
54 #
55 ################################################################################
56
57 [Includes]
58 $(WORKSPACE)/MdePkg/Include/Library
59
60 ################################################################################
61 #
62 # Package Dependency Section - list of Package files that are required for
63 # this module.
64 #
65 ################################################################################
66
67 [Packages]
68 Nt32Pkg/Nt32Pkg.dec
69 MdePkg/MdePkg.dec
70
71
72 ################################################################################
73 #
74 # Library Class Section - list of Library Classes that are required for
75 # this module.
76 #
77 ################################################################################
78
79 [LibraryClasses]
80 HobLib
81 PeimEntryPoint
82 DebugLib
83
84
85 ################################################################################
86 #
87 # PPI C Name Section - list of PPI and PPI Notify C Names that this module
88 # uses or produces.
89 #
90 ################################################################################
91
92 [Ppis]
93 gNtFwhPpiGuid # PPI ALWAYS_CONSUMED
94
95 [depex]
96 gNtFwhPpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid