]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - AppPkg/Applications/Hello/Hello.inf
AppPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / AppPkg / Applications / Hello / Hello.inf
... / ...
CommitLineData
1## @file\r
2# A simple, basic, EDK II native, "hello" application.\r
3#\r
4# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010006\r
17 BASE_NAME = Hello\r
18 FILE_GUID = a912f198-7f0e-4803-b908-b757b806ec83\r
19 MODULE_TYPE = UEFI_APPLICATION\r
20 VERSION_STRING = 0.1\r
21 ENTRY_POINT = ShellCEntryLib\r
22\r
23#\r
24# VALID_ARCHITECTURES = IA32 X64\r
25#\r
26\r
27[Sources]\r
28 Hello.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 ShellPkg/ShellPkg.dec\r
33\r
34[LibraryClasses]\r
35 UefiLib\r
36 ShellCEntryLib\r