]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf
Port EdkUnixPkg to UnixPkg. The changes are listed as follows:
[mirror_edk2.git] / UnixPkg / MiscSubClassPlatformDxe / MiscSubClassDriver.inf
CommitLineData
804405e7 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
8# Copyright (c) 2006, Intel Corporation\r
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
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = MiscSubclass\r
23 FILE_GUID = f2fbd108-8985-11db-b06a-0040d02b1835\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 X64 IPF EBC\r
35#\r
36\r
37[Sources.common]\r
38 MiscPortInternalConnectorDesignatorFunction.c\r
39 MiscSystemSlotDesignationData.c\r
40 MiscSystemOptionStringData.c\r
41 MiscSystemManufacturerFunction.c\r
42 MiscSystemManufacturerData.c\r
43 MiscSystemLanguageStringData.c\r
44 MiscResetCapabilitiesData.c\r
45 MiscPortInternalConnectorDesignatorData.c\r
46 MiscOemStringData.c\r
47 MiscNumberOfInstallableLanguagesData.c\r
48 MiscChassisManufacturerData.c\r
49 MiscBootInformationData.c\r
50 MiscBiosVendorData.c\r
51 MiscBaseBoardManufacturerData.c\r
52 MiscSubclassDriverDataTable.c\r
53 MiscSubclassDriverEntryPoint.c\r
54 MiscSubClassDriver.uni\r
55 MiscSystemSlotDesignation.uni\r
56 MiscSystemOptionString.uni\r
57 MiscSystemManufacturer.uni\r
58 MiscSystemLanguageString.uni\r
59 MiscPortInternalConnectorDesignator.uni\r
60 MiscOemString.uni\r
61 MiscChassisManufacturer.uni\r
62 MiscBiosVendor.uni\r
63 MiscBaseBoardManufacturer.uni\r
64\r
65\r
66[Packages]\r
67 MdePkg/MdePkg.dec\r
68 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
69 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
70 UnixPkg/UnixPkg.dec\r
71\r
72[LibraryClasses]\r
73 DevicePathLib\r
74 UefiBootServicesTableLib\r
75 MemoryAllocationLib\r
76 BaseMemoryLib\r
77 UefiDriverEntryPoint\r
78 UefiLib\r
79 HiiLib\r
80 DebugLib\r
81 BaseLib\r
82\r
83\r
84[Guids]\r
85 gEfiMemorySubClassGuid # SOMETIMES_CONSUMED\r
86 gEfiMemoryProducerGuid # SOMETIMES_CONSUMED\r
87 gEfiProcessorSubClassGuid # SOMETIMES_CONSUMED\r
88 gEfiMiscSubClassGuid # ALWAYS_CONSUMED\r
89\r
90\r
91[Protocols]\r
92 gEfiUnixIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED\r
93 gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
94\r
95[Pcd.common]\r
96 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySize\r
97\r
98[Depex]\r
99 gEfiDataHubProtocolGuid\r
100\r