]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/HelloWorld/HelloWorld.inf
Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII and...
[mirror_edk2.git] / MdeModulePkg / Application / HelloWorld / HelloWorld.inf
CommitLineData
b7d286b6 1#/** @file\r
109e9a61 2# Sample UEFI Application Reference EDKII Module\r
b7d286b6 3#\r
109e9a61
LG
4# This is a shell application that will display Hello World.\r
5# It uses EDKII PCD feature to show PCD usage and configuration.\r
6#\r
7# Copyright (c) 2008, Intel Corporation.\r
b7d286b6 8#\r
9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17#**/\r
18\r
b7d286b6 19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = HelloWorld\r
22 FILE_GUID = 6987936E-ED34-44db-AE97-1FA5E4ED2116\r
23 MODULE_TYPE = UEFI_APPLICATION\r
24 VERSION_STRING = 1.0\r
b7d286b6 25 ENTRY_POINT = UefiMain\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
223c22d8 33[Sources]\r
b7d286b6 34 HelloWorld.c\r
b7d286b6 35\r
b7d286b6 36[Packages]\r
0dea993c 37 MdePkg/MdePkg.dec\r
223c22d8 38 MdeModulePkg/MdeModulePkg.dec\r
b7d286b6 39\r
b7d286b6 40[LibraryClasses]\r
b7d286b6 41 UefiApplicationEntryPoint\r
42 UefiLib\r
223c22d8
LG
43 PcdLib\r
44\r
45[Guids]\r
46\r
47[Ppis]\r
48\r
49[Protocols]\r
b7d286b6 50\r
223c22d8
LG
51[FeaturePcd]\r
52 gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable\r
b7d286b6 53\r
223c22d8 54[Pcd]\r
e5618791
LG
55 gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintString ## Valid when gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable\r
56 gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintTimes ## Valid when gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable\r