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