]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.inf
a26d6f761ca8e00d21605325390b440b236876da
[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 #MdeModulePkg/MdeModulePkg.dec
90 IntelFrameworkPkg/IntelFrameworkPkg.dec
91 Nt32Pkg/Nt32Pkg.dec
92
93
94 ################################################################################
95 #
96 # Library Class Section - list of Library Classes that are required for
97 # this module.
98 #
99 ################################################################################
100
101 [LibraryClasses]
102 DevicePathLib
103 UefiBootServicesTableLib
104 MemoryAllocationLib
105 BaseMemoryLib
106 UefiDriverEntryPoint
107 UefiLib
108 HiiLib
109 DebugLib
110 BaseLib
111
112
113 ################################################################################
114 #
115 # Guid C Name Section - list of Guids that this module uses or produces.
116 #
117 ################################################################################
118
119 [Guids]
120 gEfiWinNtMemoryGuid # SOMETIMES_CONSUMED
121
122
123 ################################################################################
124 #
125 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
126 # that this module uses or produces.
127 #
128 ################################################################################
129
130 [Protocols]
131 gEfiWinNtIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
132 gEfiHiiProtocolGuid # PROTOCOL ALWAYS_CONSUMED
133 gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED
134