]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
remove some comments introduced by tools.
[mirror_edk2.git] / Nt32Pkg / MiscSubClassPlatformDxe / MiscSubClassPlatformDxe.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 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = MiscSubclass
23 FILE_GUID = 4A9B9DB8-EC62-4A92-818F-8AA0246D246E
24 MODULE_TYPE = DXE_DRIVER
25 VERSION_STRING = 1.0
26 EDK_RELEASE_VERSION = 0x00020000
27 EFI_SPECIFICATION_VERSION = 0x00020000
28
29 ENTRY_POINT = MiscSubclassDriverEntryPoint
30
31 #
32 # The following information is for reference only and not required by the build tools.
33 #
34 # VALID_ARCHITECTURES = IA32
35 #
36
37 [Sources.common]
38 MiscPortInternalConnectorDesignatorFunction.c
39 MiscSystemSlotDesignationData.c
40 MiscSystemOptionStringData.c
41 MiscSystemManufacturerFunction.c
42 MiscSystemManufacturerData.c
43 MiscSystemLanguageStringData.c
44 MiscResetCapabilitiesData.c
45 MiscPortInternalConnectorDesignatorData.c
46 MiscOemStringData.c
47 MiscNumberOfInstallableLanguagesData.c
48 MiscChassisManufacturerData.c
49 MiscBootInformationData.c
50 MiscBiosVendorData.c
51 MiscBaseBoardManufacturerData.c
52 MiscSubclassDriverDataTable.c
53 MiscSubclassDriverEntryPoint.c
54 MiscSubclassDriver.h
55 MiscDevicePath.h
56 MiscSubclassDriver.uni
57 MiscSystemSlotDesignation.uni
58 MiscSystemOptionString.uni
59 MiscSystemManufacturer.uni
60 MiscSystemLanguageString.uni
61 MiscPortInternalConnectorDesignator.uni
62 MiscOemString.uni
63 MiscChassisManufacturer.uni
64 MiscBiosVendor.uni
65 MiscBaseBoardManufacturer.uni
66 CommonHeader.h
67
68 [Packages]
69 MdePkg/MdePkg.dec
70 IntelFrameworkPkg/IntelFrameworkPkg.dec
71 Nt32Pkg/Nt32Pkg.dec
72
73
74 [LibraryClasses]
75 DevicePathLib
76 UefiBootServicesTableLib
77 MemoryAllocationLib
78 BaseMemoryLib
79 UefiDriverEntryPoint
80 UefiLib
81 HiiLibFramework
82 DebugLib
83 BaseLib
84
85
86 [Guids]
87 gEfiWinNtMemoryGuid # SOMETIMES_CONSUMED
88 gEfiProcessorSubClassGuid # SOMETIMES_CONSUMED
89 gEfiMiscSubClassGuid # SOMETIMES_CONSUMED
90 gEfiMemoryProducerGuid # SOMETIMES_CONSUMED
91 gEfiMemorySubClassGuid # SOMETIMES_CONSUMED
92 gEfiWinNtMemoryGuid # SOMETIMES_CONSUMED
93
94 [Protocols]
95 gEfiWinNtIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
96 gEfiHiiProtocolGuid # PROTOCOL ALWAYS_CONSUMED
97 gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED
98
99 [Depex]
100 gEfiDataHubProtocolGuid AND gEfiHiiProtocolGuid