diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-25 09:13:18 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-25 09:13:18 +0000 |
commit | 86a3ad445ecd494f3616b9884b196ec7d44fc4b1 (patch) | |
tree | 6adbc9963b425878f7a005889a913cc578ea2fdc /MdeModulePkg/Application | |
parent | f806dd277eb32d04e268c08620d619bfcae723be (diff) | |
download | edk2-platforms-86a3ad445ecd494f3616b9884b196ec7d44fc4b1.tar.xz |
Refine the INF's comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7679 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Application')
-rw-r--r-- | MdeModulePkg/Application/HelloWorld/HelloWorld.inf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MdeModulePkg/Application/HelloWorld/HelloWorld.inf b/MdeModulePkg/Application/HelloWorld/HelloWorld.inf index 2ee77d91c4..6ce0bbb5e5 100644 --- a/MdeModulePkg/Application/HelloWorld/HelloWorld.inf +++ b/MdeModulePkg/Application/HelloWorld/HelloWorld.inf @@ -1,8 +1,10 @@ #/** @file
# Sample UEFI Application Reference EDKII Module
#
-# This is a shell application that will display Hello World.
-# It uses EDKII PCD feature to show PCD usage and configuration.
+# This is a sample shell application that will print "UEFI Hello World!" to the
+# UEFI Console based on PCD setting.
+#
+# It demo how to use EDKII PCD mechnism to make code more flexible.
#
# Copyright (c) 2008, Intel Corporation.
#
|