X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FApplication%2FHelloWorld%2FHelloWorld.inf;h=18844ee905fe48ba1bb1081f705511fc2e67db04;hp=50fb686319afcd36925e9eae9b38725a82352c42;hb=0677cc4925d580f7016ac092dc591be0ebe03495;hpb=109e9a6156b2c9540fd4b1b6ce17ac5be1fa03c4 diff --git a/MdeModulePkg/Application/HelloWorld/HelloWorld.inf b/MdeModulePkg/Application/HelloWorld/HelloWorld.inf index 50fb686319..18844ee905 100644 --- a/MdeModulePkg/Application/HelloWorld/HelloWorld.inf +++ b/MdeModulePkg/Application/HelloWorld/HelloWorld.inf @@ -1,12 +1,14 @@ -#/** @file +## @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. # -# Copyright (c) 2008, Intel Corporation. +# It demos how to use EDKII PCD mechanism to make code more flexible. # -# All rights reserved. This program and the accompanying materials +# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.
+# +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -14,7 +16,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -52,5 +54,5 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable [Pcd] - gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintString - gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintTimes + gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintString || gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable ## Valid when gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable + gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintTimes || gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable ## Valid when gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable