]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/HelloWorld/HelloWorld.inf
Clean up DEC files:
[mirror_edk2.git] / MdeModulePkg / Application / HelloWorld / HelloWorld.inf
index 50fb686319afcd36925e9eae9b38725a82352c42..18844ee905fe48ba1bb1081f705511fc2e67db04 100644 (file)
@@ -1,12 +1,14 @@
-#/** @file\r
+## @file\r
 #  Sample UEFI Application Reference EDKII Module\r
 #\r
-#  This is a shell application that will display Hello World.\r
-#  It uses EDKII PCD feature to show PCD usage and configuration.\r
+#  This is a sample shell application that will print "UEFI Hello World!" to the \r
+#  UEFI Console based on PCD setting.\r
 #\r
-#  Copyright (c) 2008, Intel Corporation.\r
+#  It demos how to use EDKII PCD mechanism to make code more flexible.\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
@@ -14,7 +16,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -52,5 +54,5 @@
   gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable\r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintString\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintTimes\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintString || gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable  ## Valid when gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintTimes  || gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable  ## Valid when gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable\r