]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41...
[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
58 [Packages]
59 MdePkg/MdePkg.dec
60 IntelFrameworkPkg/IntelFrameworkPkg.dec
61 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
62 Nt32Pkg/Nt32Pkg.dec
63
64
65 [LibraryClasses]
66 DevicePathLib
67 UefiBootServicesTableLib
68 MemoryAllocationLib
69 BaseMemoryLib
70 UefiDriverEntryPoint
71 UefiLib
72 HiiLibFramework
73 DebugLib
74 BaseLib
75 PcdLib
76
77
78 [Guids]
79 gEfiProcessorSubClassGuid # SOMETIMES_CONSUMED
80 gEfiMiscSubClassGuid # SOMETIMES_CONSUMED
81 gEfiMemoryProducerGuid # SOMETIMES_CONSUMED
82 gEfiMemorySubClassGuid # SOMETIMES_CONSUMED
83
84 [Protocols]
85 gEfiWinNtIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
86 gEfiHiiProtocolGuid # PROTOCOL ALWAYS_CONSUMED
87 gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED
88
89 [Pcd.common]
90 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize
91
92 [Depex]
93 gEfiDataHubProtocolGuid AND gEfiHiiProtocolGuid
94