]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/HelloWorld/HelloWorld.inf
MdePkg: Convert all .uni files to utf-8
[mirror_edk2.git] / MdeModulePkg / Application / HelloWorld / HelloWorld.inf
index e3a665b7e06047a0989f2b7640c9248d0d50f18c..6514ef32ec1c91d2e8e03b3080c9172c3a2c2fe0 100644 (file)
@@ -1,10 +1,14 @@
-#/** @file\r
-# Sample UEFI Application Reference Module\r
+## @file\r
+#  Sample UEFI Application Reference EDKII Module.\r
 #\r
-# This is a shell application that will display Hello World.\r
-# Copyright (c) 2007, 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
-#  All rights reserved. This program and the accompanying materials\r
+#  It demos how to use EDKII PCD mechanism to make code more flexible.\r
+#\r
+#  Copyright (c) 2008 - 2014, 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
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = HelloWorld\r
+  MODULE_UNI_FILE                = HelloWorld.uni\r
   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
   UefiLib\r
   PcdLib\r
 \r
-[Guids]\r
-\r
-[Ppis]\r
-\r
-[Protocols]\r
-\r
 [FeaturePcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable   ## CONSUMES\r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintString\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintTimes\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintString || gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable    ## SOMETIMES_CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintTimes  || gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable    ## SOMETIMES_CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  HelloWorldExtra.uni\r