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