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 /EdkShellBinPkg | |
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 'EdkShellBinPkg')
-rw-r--r-- | EdkShellBinPkg/bin/Shell.msa | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/EdkShellBinPkg/bin/Shell.msa b/EdkShellBinPkg/bin/Shell.msa index d8d31a9655..0293686040 100644 --- a/EdkShellBinPkg/bin/Shell.msa +++ b/EdkShellBinPkg/bin/Shell.msa @@ -6,7 +6,11 @@ <GuidValue>c57ad6b7-0515-40a8-9d21-551652854e37</GuidValue>
<Version>1.0</Version>
<Abstract>Component description file for EFI Shell module.</Abstract>
- <Description>This is a binary module containing multiple binary shell applications.</Description>
+ <Description>
+ This is a binary module containing multiple binary shell applications.
+ All .efi file tagged with "ToolCode="DUMMY"" in following file list are raw EFI application
+ file, and they are can be run in shell environment.
+ </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
|