]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
1. PI SMBIOS Checkin. Major change include:
[mirror_edk2.git] / Nt32Pkg / MiscSubClassPlatformDxe / MiscSubClassPlatformDxe.inf
CommitLineData
8879d432 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
1fdd39d3 8# Copyright (c) 2006 - 2009, Intel Corporation\r
8879d432 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
8879d432 20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = MiscSubclass\r
23 FILE_GUID = 4A9B9DB8-EC62-4A92-818F-8AA0246D246E\r
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
26 EDK_RELEASE_VERSION = 0x00020000\r
27 EFI_SPECIFICATION_VERSION = 0x00020000\r
28\r
29 ENTRY_POINT = MiscSubclassDriverEntryPoint\r
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32\r
35#\r
36\r
8879d432 37[Sources.common]\r
1fdd39d3 38 MiscBaseBoardManufacturerData.c\r
39 MiscBaseBoardManufacturerFunction.c\r
40 MiscBiosVendorData.c\r
41 MiscBiosVendorFunction.c\r
42 MiscBootInformationData.c \r
43 MiscBootInformationFunction.c\r
44 MiscChassisManufacturerData.c\r
45 MiscChassisManufacturerFunction.c\r
46 MiscNumberOfInstallableLanguagesData.c\r
47 MiscNumberOfInstallableLanguagesFunction.c\r
48 MiscOemStringData.c \r
49 MiscOemStringFunction.c \r
50 MiscPortInternalConnectorDesignatorData.c \r
8879d432 51 MiscPortInternalConnectorDesignatorFunction.c\r
8879d432 52 MiscResetCapabilitiesData.c\r
1fdd39d3 53 MiscResetCapabilitiesFunction.c\r
54 MiscSystemLanguageStringData.c\r
55 MiscSystemLanguageStringFunction.c\r
56 MiscSystemManufacturerData.c\r
57 MiscSystemManufacturerFunction.c\r
58 MiscSystemOptionStringData.c\r
59 MiscSystemOptionStringFunction.c\r
60 MiscSystemSlotDesignationData.c\r
61 MiscSystemSlotDesignationFunction.c\r
8879d432 62 MiscDevicePath.h\r
1fdd39d3 63 MiscSubclassDriver.h\r
8879d432 64 MiscSubclassDriver.uni\r
1fdd39d3 65 MiscSubclassDriverDataTable.c\r
66 MiscSubclassDriverEntryPoint.c\r
8879d432 67\r
8879d432 68[Packages]\r
69 MdePkg/MdePkg.dec\r
7cfb679a 70 MdeModulePkg/MdeModulePkg.dec\r
8879d432 71 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
f3f0c2f9 72 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
8879d432 73 Nt32Pkg/Nt32Pkg.dec\r
74\r
75\r
8879d432 76[LibraryClasses]\r
77 DevicePathLib\r
78 UefiBootServicesTableLib\r
8879d432 79 BaseMemoryLib\r
80 UefiDriverEntryPoint\r
81 UefiLib\r
5fd5fcd3 82 HiiLib\r
8879d432 83 DebugLib\r
84 BaseLib\r
1fdd39d3 85 MemoryAllocationLib\r
b397fbbb 86 PcdLib\r
8879d432 87\r
8879d432 88[Protocols]\r
89 gEfiWinNtIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED\r
1fdd39d3 90 gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
91\r
92[FixedPcd.common]\r
93 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString\r
94 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
8879d432 95\r
b3af5df6 96[Pcd.common]\r
97 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize\r
1fdd39d3 98 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
b397fbbb 99\r
4bd1b0f1 100[Depex]\r
1fdd39d3 101 gEfiSmbiosProtocolGuid\r