]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.inf
add in MiscSubClassPlatformDxe
[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 #
83 # Includes Section - list of Include locations that are required for
84 # this module.
85 #
86 ################################################################################
87
88 [Includes]
89 $(WORKSPACE)/MdePkg/Include/Library
90
91 ################################################################################
92 #
93 # Package Dependency Section - list of Package files that are required for
94 # this module.
95 #
96 ################################################################################
97
98 [Packages]
99 MdePkg/MdePkg.dec
100 #MdeModulePkg/MdeModulePkg.dec
101 IntelFrameworkPkg/IntelFrameworkPkg.dec
102 Nt32Pkg/Nt32Pkg.dec
103
104
105 ################################################################################
106 #
107 # Library Class Section - list of Library Classes that are required for
108 # this module.
109 #
110 ################################################################################
111
112 [LibraryClasses]
113 DevicePathLib
114 UefiBootServicesTableLib
115 MemoryAllocationLib
116 BaseMemoryLib
117 UefiDriverEntryPoint
118 UefiLib
119 HiiLib
120 DebugLib
121 BaseLib
122
123
124 ################################################################################
125 #
126 # Guid C Name Section - list of Guids that this module uses or produces.
127 #
128 ################################################################################
129
130 [Guids]
131 gEfiWinNtMemoryGuid # SOMETIMES_CONSUMED
132
133
134 ################################################################################
135 #
136 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
137 # that this module uses or produces.
138 #
139 ################################################################################
140
141 [Protocols]
142 gEfiWinNtIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
143 gEfiHiiProtocolGuid # PROTOCOL ALWAYS_CONSUMED
144 gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED
145