]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.msa
Enable MiscSubclassDriver.inf in Nt32Pkg
[mirror_edk2.git] / Nt32Pkg / MiscSubClassPlatformDxe / MiscSubclassDriver.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
3 <MsaHeader>
4 <ModuleName>MiscSubclass</ModuleName>
5 <ModuleType>DXE_DRIVER</ModuleType>
6 <GuidValue>4A9B9DB8-EC62-4A92-818F-8AA0246D246E</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Misc Sub class driver</Abstract>
9 <Description>
10 Parses the MiscSubclassDataTable and reports any generated data to the DataHub.
11 All .uni file who tagged with "ToolCode="DUMMY"" in following file list is included by
12 MiscSubclassDriver.uni file, the StrGather tool will expand MiscSubclassDriver.uni file
13 and parse all .uni file.
14 </Description>
15 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
16 <License>All rights reserved. This program and the accompanying materials
17 are licensed and made available under the terms and conditions of the BSD License
18 which accompanies this distribution. The full text of the license may be found at
19 http://opensource.org/licenses/bsd-license.php
20 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
21 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
22 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
23 </MsaHeader>
24 <ModuleDefinitions>
25 <SupportedArchitectures>IA32</SupportedArchitectures>
26 <BinaryModule>false</BinaryModule>
27 <OutputFileBasename>MiscSubclass</OutputFileBasename>
28 </ModuleDefinitions>
29 <LibraryClassDefinitions>
30 <LibraryClass Usage="ALWAYS_CONSUMED">
31 <Keyword>BaseLib</Keyword>
32 </LibraryClass>
33 <LibraryClass Usage="ALWAYS_CONSUMED">
34 <Keyword>DebugLib</Keyword>
35 </LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">
37 <Keyword>HiiLib</Keyword>
38 </LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">
40 <Keyword>UefiLib</Keyword>
41 </LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">
43 <Keyword>UefiDriverEntryPoint</Keyword>
44 </LibraryClass>
45 <LibraryClass Usage="ALWAYS_CONSUMED">
46 <Keyword>BaseMemoryLib</Keyword>
47 </LibraryClass>
48 <LibraryClass Usage="ALWAYS_CONSUMED">
49 <Keyword>MemoryAllocationLib</Keyword>
50 </LibraryClass>
51 <LibraryClass Usage="ALWAYS_CONSUMED">
52 <Keyword>UefiBootServicesTableLib</Keyword>
53 </LibraryClass>
54 <LibraryClass Usage="ALWAYS_CONSUMED">
55 <Keyword>DevicePathLib</Keyword>
56 </LibraryClass>
57 </LibraryClassDefinitions>
58 <SourceFiles>
59 <Filename ToolCode="DUMMY">MiscBaseBoardManufacturer.uni</Filename>
60 <Filename ToolCode="DUMMY">MiscBiosVendor.uni</Filename>
61 <Filename ToolCode="DUMMY">MiscChassisManufacturer.uni</Filename>
62 <Filename ToolCode="DUMMY">MiscOemString.uni</Filename>
63 <Filename ToolCode="DUMMY">MiscPortInternalConnectorDesignator.uni</Filename>
64 <Filename ToolCode="DUMMY">MiscSystemLanguageString.uni</Filename>
65 <Filename ToolCode="DUMMY">MiscSystemManufacturer.uni</Filename>
66 <Filename ToolCode="DUMMY">MiscSystemOptionString.uni</Filename>
67 <Filename ToolCode="DUMMY">MiscSystemSlotDesignation.uni</Filename>
68 <Filename>MiscSubclassDriver.uni</Filename>
69 <Filename>MiscDevicePath.h</Filename>
70 <Filename>MiscSubclassDriver.h</Filename>
71 <Filename>MiscSubclassDriverEntryPoint.c</Filename>
72 <Filename>MiscSubclassDriverDataTable.c</Filename>
73 <Filename>MiscBaseBoardManufacturerData.c</Filename>
74 <Filename>MiscBiosVendorData.c</Filename>
75 <Filename>MiscBootInformationData.c</Filename>
76 <Filename>MiscChassisManufacturerData.c</Filename>
77 <Filename>MiscNumberOfInstallableLanguagesData.c</Filename>
78 <Filename>MiscOemStringData.c</Filename>
79 <Filename>MiscPortInternalConnectorDesignatorData.c</Filename>
80 <Filename>MiscResetCapabilitiesData.c</Filename>
81 <Filename>MiscSystemLanguageStringData.c</Filename>
82 <Filename>MiscSystemManufacturerData.c</Filename>
83 <Filename>MiscSystemManufacturerFunction.c</Filename>
84 <Filename>MiscSystemOptionStringData.c</Filename>
85 <Filename>MiscSystemSlotDesignationData.c</Filename>
86 <Filename>MiscPortInternalConnectorDesignatorFunction.c</Filename>
87 <Filename>MiscSubclassDriver.dxs</Filename>
88 </SourceFiles>
89 <PackageDependencies>
90 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
91 <Package PackageGuid="2759ded5-bb57-4b06-af4f-c398fa552719"/>
92 </PackageDependencies>
93 <Protocols>
94 <Protocol Usage="ALWAYS_CONSUMED">
95 <ProtocolCName>gEfiDataHubProtocolGuid</ProtocolCName>
96 </Protocol>
97 <Protocol Usage="ALWAYS_CONSUMED">
98 <ProtocolCName>gEfiHiiProtocolGuid</ProtocolCName>
99 </Protocol>
100 <ProtocolNotify Usage="SOMETIMES_CONSUMED">
101 <ProtocolNotifyCName>gEfiWinNtIoProtocolGuid</ProtocolNotifyCName>
102 </ProtocolNotify>
103 </Protocols>
104 <Guids>
105 <GuidCNames Usage="ALWAYS_CONSUMED">
106 <GuidCName>gEfiMiscSubClassGuid</GuidCName>
107 </GuidCNames>
108 <GuidCNames Usage="SOMETIMES_CONSUMED">
109 <GuidCName>gEfiProcessorSubClassGuid</GuidCName>
110 </GuidCNames>
111 <GuidCNames Usage="SOMETIMES_CONSUMED">
112 <GuidCName>gEfiMemoryProducerGuid</GuidCName>
113 </GuidCNames>
114 <GuidCNames Usage="SOMETIMES_CONSUMED">
115 <GuidCName>gEfiMemorySubClassGuid</GuidCName>
116 </GuidCNames>
117 <GuidCNames Usage="SOMETIMES_CONSUMED">
118 <GuidCName>gEfiWinNtMemoryGuid</GuidCName>
119 </GuidCNames>
120 </Guids>
121 <Externs>
122 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
123 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
124 <Extern>
125 <ModuleEntryPoint>MiscSubclassDriverEntryPoint</ModuleEntryPoint>
126 </Extern>
127 </Externs>
128 </ModuleSurfaceArea>