]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Main/Main.inf
Update the license dates
[mirror_edk2.git] / AppPkg / Applications / Main / Main.inf
CommitLineData
2aa62f2b 1## @file\r
2# A simple, basic, application showing how the Hello application could be\r
3# built using the "Standard C Libraries" from StdLib.\r
4#\r
5# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010006\r
17 BASE_NAME = Main\r
18 FILE_GUID = 4ea97c46-7491-4dfd-b442-747010f3ce5f\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 IPF\r
25#\r
26\r
27[Sources]\r
28 Main.c\r
29\r
30[Packages]\r
31 StdLib/StdLib.dec\r
32 MdePkg/MdePkg.dec\r
33 ShellPkg/ShellPkg.dec\r
34\r
35[LibraryClasses]\r
36 LibC\r
37 LibStdio\r
65126b4e 38 DevShell\r
39\r
2aa62f2b 40\r
41[BuildOptions]\r
42 MSFT:*_*_IA32_CC_FLAGS = /Oi-\r