]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/HelloWorld/HelloWorld.inf
fix typo
[mirror_edk2.git] / MdeModulePkg / Application / HelloWorld / HelloWorld.inf
index c284fa4460f40352e5ed6b1ddd06d58cba87ffa3..00a8e63ac4d182fda9ae7e2eeaf88b1b553dc263 100644 (file)
@@ -1,8 +1,12 @@
 #/** @file\r
-# Sample UEFI Application Reference Module\r
+#  Sample UEFI Application Reference EDKII Module\r
 #\r
-# This is a shell application that will display Hello World.\r
-# Copyright (c) 2008, Intel Corporation.\r
+#  This is a sample shell application that will print "UEFI Hello World!" to the \r
+#  UEFI Console based on PCD setting.\r
+#\r
+#  It demos how to use EDKII PCD mechanism to make code more flexible.\r
+#\r
+#  Copyright (c) 2008, Intel Corporation.\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -20,7 +24,6 @@
   FILE_GUID                      = 6987936E-ED34-44db-AE97-1FA5E4ED2116\r
   MODULE_TYPE                    = UEFI_APPLICATION\r
   VERSION_STRING                 = 1.0\r
-\r
   ENTRY_POINT                    = UefiMain\r
 \r
 #\r
@@ -51,5 +54,5 @@
   gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable\r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintString\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintTimes\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintString  ## Valid when gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintTimes   ## Valid when gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable\r