diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-11-13 08:39:49 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-11-13 08:39:49 +0000 |
commit | f588bef0476c059bf6a91570ccc48747e8cffca2 (patch) | |
tree | 148978449e0a8442c9f399f2ce07d9038cf3e47e /EdkNt32Pkg/Dxe/Nt32Platform | |
parent | b3cb8ee7d04b6122e5ed02d0066300801347b42d (diff) | |
download | edk2-platforms-f588bef0476c059bf6a91570ccc48747e8cffca2.tar.xz |
Add comments for all file tagged with "ToolCode="DUMMY"".
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1939 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkNt32Pkg/Dxe/Nt32Platform')
-rw-r--r-- | EdkNt32Pkg/Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/EdkNt32Pkg/Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa b/EdkNt32Pkg/Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa index a9be7cfcce..088ac95603 100644 --- a/EdkNt32Pkg/Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa +++ b/EdkNt32Pkg/Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa @@ -7,7 +7,10 @@ <Version>1.0</Version>
<Abstract>Misc Sub class driver</Abstract>
<Description>
- Parses the MiscSubclassDataTable and reports any generated data to the DataHub
+ Parses the MiscSubclassDataTable and reports any generated data to the DataHub.
+ All .uni file who tagged with "ToolCode="DUMMY"" in following file list is included by
+ MiscSubclassDriver.uni file, the StrGather tool will expand MiscSubclassDriver.uni file
+ and parse all .uni file.
</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License>All rights reserved. This program and the accompanying materials
|