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