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