diff options
Diffstat (limited to 'EdkNt32Pkg/Dxe/Nt32Platform')
-rw-r--r-- | EdkNt32Pkg/Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/EdkNt32Pkg/Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa b/EdkNt32Pkg/Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa index db7373a8d5..d4e99c049c 100644 --- a/EdkNt32Pkg/Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa +++ b/EdkNt32Pkg/Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa @@ -13,8 +13,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> <ModuleType>DXE_DRIVER</ModuleType>
<GuidValue>4A9B9DB8-EC62-4A92-818F-8AA0246D246E</GuidValue>
<Version>1.0</Version>
- <Abstract>Component description file for MiscSubclass Driver module</Abstract>
- <Description>FIX ME!</Description>
+ <Abstract>Misc Sub class driver</Abstract>
+ <Description>
+ Parses the MiscSubclassDataTable and reports any generated data to the DataHub
+ </Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License>All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -59,15 +61,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> </LibraryClass>
</LibraryClassDefinitions>
<SourceFiles>
- <Filename ToolCode="DUMMY">MiscBaseBoardManufacturer.uni</Filename>
- <Filename ToolCode="DUMMY">MiscBiosVendor.uni</Filename>
- <Filename ToolCode="DUMMY">MiscChassisManufacturer.uni</Filename>
- <Filename ToolCode="DUMMY">MiscOemString.uni</Filename>
- <Filename ToolCode="DUMMY">MiscPortInternalConnectorDesignator.uni</Filename>
- <Filename ToolCode="DUMMY">MiscSystemLanguageString.uni</Filename>
- <Filename ToolCode="DUMMY">MiscSystemManufacturer.uni</Filename>
- <Filename ToolCode="DUMMY">MiscSystemOptionString.uni</Filename>
- <Filename ToolCode="DUMMY">MiscSystemSlotDesignation.uni</Filename>
<Filename>MiscSubclassDriver.uni</Filename>
<Filename>MiscDevicePath.h</Filename>
<Filename>MiscSubclassDriver.h</Filename>
|