]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
a8e64720181451955bc7f46d0bdc5a3ca104a49f
[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 - 2009, 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 MiscBaseBoardManufacturerData.c
39 MiscBaseBoardManufacturerFunction.c
40 MiscBiosVendorData.c
41 MiscBiosVendorFunction.c
42 MiscBootInformationData.c
43 MiscBootInformationFunction.c
44 MiscChassisManufacturerData.c
45 MiscChassisManufacturerFunction.c
46 MiscNumberOfInstallableLanguagesData.c
47 MiscNumberOfInstallableLanguagesFunction.c
48 MiscOemStringData.c
49 MiscOemStringFunction.c
50 MiscPortInternalConnectorDesignatorData.c
51 MiscPortInternalConnectorDesignatorFunction.c
52 MiscResetCapabilitiesData.c
53 MiscResetCapabilitiesFunction.c
54 MiscSystemLanguageStringData.c
55 MiscSystemLanguageStringFunction.c
56 MiscSystemManufacturerData.c
57 MiscSystemManufacturerFunction.c
58 MiscSystemOptionStringData.c
59 MiscSystemOptionStringFunction.c
60 MiscSystemSlotDesignationData.c
61 MiscSystemSlotDesignationFunction.c
62 MiscDevicePath.h
63 MiscSubclassDriver.h
64 MiscSubclassDriver.uni
65 MiscSubclassDriverDataTable.c
66 MiscSubclassDriverEntryPoint.c
67
68 [Packages]
69 MdePkg/MdePkg.dec
70 MdeModulePkg/MdeModulePkg.dec
71 IntelFrameworkPkg/IntelFrameworkPkg.dec
72 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
73 Nt32Pkg/Nt32Pkg.dec
74
75
76 [LibraryClasses]
77 DevicePathLib
78 UefiBootServicesTableLib
79 BaseMemoryLib
80 UefiDriverEntryPoint
81 UefiLib
82 HiiLib
83 DebugLib
84 BaseLib
85 MemoryAllocationLib
86 PcdLib
87
88 [Protocols]
89 gEfiWinNtIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
90 gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
91
92 [FixedPcd.common]
93 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString
94 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString
95
96 [Pcd.common]
97 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize
98 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang
99
100 [Depex]
101 gEfiSmbiosProtocolGuid