]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
552aaf3cfe34d989d23a269aa597b09f67d94151
[mirror_edk2.git] / Nt32Pkg / MiscSubClassPlatformDxe / MiscSubClassPlatformDxe.inf
1 #/** @file
2 # Misc Sub class driver
3 #
4 # Parses the MiscSubclassDataTable and reports any generated data to the DataHub.
5 # All .uni file who tagged with "ToolCode="DUMMY"" in following file list is included by
6 # MiscSubclassDriver.uni file, the StrGather tool will expand MiscSubclassDriver.uni file
7 # and parse all .uni file.
8 # Copyright (c) 2006 - 2007, Intel Corporation
9 #
10 # All rights reserved. This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 #**/
19
20 ################################################################################
21 #
22 # Defines Section - statements that will be processed to create a Makefile.
23 #
24 ################################################################################
25 [Defines]
26 INF_VERSION = 0x00010005
27 BASE_NAME = MiscSubclass
28 FILE_GUID = 4A9B9DB8-EC62-4A92-818F-8AA0246D246E
29 MODULE_TYPE = DXE_DRIVER
30 VERSION_STRING = 1.0
31 EDK_RELEASE_VERSION = 0x00020000
32 EFI_SPECIFICATION_VERSION = 0x00020000
33
34 ENTRY_POINT = MiscSubclassDriverEntryPoint
35
36 #
37 # The following information is for reference only and not required by the build tools.
38 #
39 # VALID_ARCHITECTURES = IA32
40 #
41
42 ################################################################################
43 #
44 # Sources Section - list of files that are required for the build to succeed.
45 #
46 ################################################################################
47
48 [Sources.common]
49 MiscPortInternalConnectorDesignatorFunction.c
50 MiscSystemSlotDesignationData.c
51 MiscSystemOptionStringData.c
52 MiscSystemManufacturerFunction.c
53 MiscSystemManufacturerData.c
54 MiscSystemLanguageStringData.c
55 MiscResetCapabilitiesData.c
56 MiscPortInternalConnectorDesignatorData.c
57 MiscOemStringData.c
58 MiscNumberOfInstallableLanguagesData.c
59 MiscChassisManufacturerData.c
60 MiscBootInformationData.c
61 MiscBiosVendorData.c
62 MiscBaseBoardManufacturerData.c
63 MiscSubclassDriverDataTable.c
64 MiscSubclassDriverEntryPoint.c
65 MiscSubclassDriver.h
66 MiscDevicePath.h
67 MiscSubclassDriver.uni
68 MiscSystemSlotDesignation.uni
69 MiscSystemOptionString.uni
70 MiscSystemManufacturer.uni
71 MiscSystemLanguageString.uni
72 MiscPortInternalConnectorDesignator.uni
73 MiscOemString.uni
74 MiscChassisManufacturer.uni
75 MiscBiosVendor.uni
76 MiscBaseBoardManufacturer.uni
77 CommonHeader.h
78
79 ################################################################################
80 #
81 # Package Dependency Section - list of Package files that are required for
82 # this module.
83 #
84 ################################################################################
85
86 [Packages]
87 MdePkg/MdePkg.dec
88 IntelFrameworkPkg/IntelFrameworkPkg.dec
89 Nt32Pkg/Nt32Pkg.dec
90
91
92 ################################################################################
93 #
94 # Library Class Section - list of Library Classes that are required for
95 # this module.
96 #
97 ################################################################################
98
99 [LibraryClasses]
100 DevicePathLib
101 UefiBootServicesTableLib
102 MemoryAllocationLib
103 BaseMemoryLib
104 UefiDriverEntryPoint
105 UefiLib
106 HiiLibFramework
107 DebugLib
108 BaseLib
109
110
111 ################################################################################
112 #
113 # Guid C Name Section - list of Guids that this module uses or produces.
114 #
115 ################################################################################
116
117 [Guids]
118 gEfiWinNtMemoryGuid # SOMETIMES_CONSUMED
119 gEfiProcessorSubClassGuid # SOMETIMES_CONSUMED
120 gEfiMiscSubClassGuid # SOMETIMES_CONSUMED
121 gEfiMemoryProducerGuid # SOMETIMES_CONSUMED
122 gEfiMemorySubClassGuid # SOMETIMES_CONSUMED
123 gEfiWinNtMemoryGuid # SOMETIMES_CONSUMED
124
125 ################################################################################
126 #
127 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
128 # that this module uses or produces.
129 #
130 ################################################################################
131
132 [Protocols]
133 gEfiWinNtIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
134 gEfiHiiProtocolGuid # PROTOCOL ALWAYS_CONSUMED
135 gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED
136
137 ################################################################################
138 #
139 # Dependency Expression Section - list of Dependency expressions that are required for
140 # this module.
141 #
142 ################################################################################
143
144 [Depex]
145 gEfiDataHubProtocolGuid AND gEfiHiiProtocolGuid