]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.inf
clean up
[mirror_edk2.git] / Nt32Pkg / MiscSubClassPlatformDxe / MiscSubclassDriver.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 MiscSubclassDriver.dxs
50 MiscPortInternalConnectorDesignatorFunction.c
51 MiscSystemSlotDesignationData.c
52 MiscSystemOptionStringData.c
53 MiscSystemManufacturerFunction.c
54 MiscSystemManufacturerData.c
55 MiscSystemLanguageStringData.c
56 MiscResetCapabilitiesData.c
57 MiscPortInternalConnectorDesignatorData.c
58 MiscOemStringData.c
59 MiscNumberOfInstallableLanguagesData.c
60 MiscChassisManufacturerData.c
61 MiscBootInformationData.c
62 MiscBiosVendorData.c
63 MiscBaseBoardManufacturerData.c
64 MiscSubclassDriverDataTable.c
65 MiscSubclassDriverEntryPoint.c
66 MiscSubclassDriver.h
67 MiscDevicePath.h
68 MiscSubclassDriver.uni
69 MiscSystemSlotDesignation.uni
70 MiscSystemOptionString.uni
71 MiscSystemManufacturer.uni
72 MiscSystemLanguageString.uni
73 MiscPortInternalConnectorDesignator.uni
74 MiscOemString.uni
75 MiscChassisManufacturer.uni
76 MiscBiosVendor.uni
77 MiscBaseBoardManufacturer.uni
78 CommonHeader.h
79
80 ################################################################################
81 #
82 # Package Dependency Section - list of Package files that are required for
83 # this module.
84 #
85 ################################################################################
86
87 [Packages]
88 MdePkg/MdePkg.dec
89 IntelFrameworkPkg/IntelFrameworkPkg.dec
90 Nt32Pkg/Nt32Pkg.dec
91
92
93 ################################################################################
94 #
95 # Library Class Section - list of Library Classes that are required for
96 # this module.
97 #
98 ################################################################################
99
100 [LibraryClasses]
101 DevicePathLib
102 UefiBootServicesTableLib
103 MemoryAllocationLib
104 BaseMemoryLib
105 UefiDriverEntryPoint
106 UefiLib
107 HiiLibFramework
108 DebugLib
109 BaseLib
110
111
112 ################################################################################
113 #
114 # Guid C Name Section - list of Guids that this module uses or produces.
115 #
116 ################################################################################
117
118 [Guids]
119 gEfiWinNtMemoryGuid # SOMETIMES_CONSUMED
120 gEfiProcessorSubClassGuid # SOMETIMES_CONSUMED
121 gEfiMiscSubClassGuid # SOMETIMES_CONSUMED
122 gEfiMemoryProducerGuid # SOMETIMES_CONSUMED
123 gEfiMemorySubClassGuid # SOMETIMES_CONSUMED
124 gEfiWinNtMemoryGuid # SOMETIMES_CONSUMED
125
126 ################################################################################
127 #
128 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
129 # that this module uses or produces.
130 #
131 ################################################################################
132
133 [Protocols]
134 gEfiWinNtIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
135 gEfiHiiProtocolGuid # PROTOCOL ALWAYS_CONSUMED
136 gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED
137
138 ################################################################################
139 #
140 # Dependency Expression Section - list of Dependency expressions that are required for
141 # this module.
142 #
143 ################################################################################
144
145 [Depex]
146 gEfiDataHubProtocolGuid AND gEfiHiiProtocolGuid