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