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