]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
UefiCpuPkg: Remove double \r
[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 - 2010, Intel Corporation. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = MiscSubclass
18 FILE_GUID = 4A9B9DB8-EC62-4A92-818F-8AA0246D246E
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = MiscSubclassDriverEntryPoint
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32
27 #
28
29 [Sources]
30 MiscBaseBoardManufacturerData.c
31 MiscBaseBoardManufacturerFunction.c
32 MiscBiosVendorData.c
33 MiscBiosVendorFunction.c
34 MiscBootInformationData.c
35 MiscBootInformationFunction.c
36 MiscChassisManufacturerData.c
37 MiscChassisManufacturerFunction.c
38 MiscNumberOfInstallableLanguagesData.c
39 MiscNumberOfInstallableLanguagesFunction.c
40 MiscOemStringData.c
41 MiscOemStringFunction.c
42 MiscPortInternalConnectorDesignatorData.c
43 MiscPortInternalConnectorDesignatorFunction.c
44 MiscResetCapabilitiesData.c
45 MiscResetCapabilitiesFunction.c
46 MiscSystemLanguageStringData.c
47 MiscSystemLanguageStringFunction.c
48 MiscSystemManufacturerData.c
49 MiscSystemManufacturerFunction.c
50 MiscSystemOptionStringData.c
51 MiscSystemOptionStringFunction.c
52 MiscSystemSlotDesignationData.c
53 MiscSystemSlotDesignationFunction.c
54 MiscDevicePath.h
55 MiscSubclassDriver.h
56 MiscSubclassDriver.uni
57 MiscSubclassDriverDataTable.c
58 MiscSubclassDriverEntryPoint.c
59
60 [Packages]
61 MdePkg/MdePkg.dec
62 MdeModulePkg/MdeModulePkg.dec
63 IntelFrameworkPkg/IntelFrameworkPkg.dec
64 Nt32Pkg/Nt32Pkg.dec
65
66 [LibraryClasses]
67 DevicePathLib
68 UefiBootServicesTableLib
69 BaseMemoryLib
70 UefiDriverEntryPoint
71 UefiLib
72 HiiLib
73 DebugLib
74 BaseLib
75 MemoryAllocationLib
76 PcdLib
77
78 [Protocols]
79 gEfiWinNtIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
80 gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
81
82 [Pcd]
83 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString
84 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString
85 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize
86 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang
87
88 [Depex]
89 gEfiSmbiosProtocolGuid