blob: b0952870dc817b66cac114370320f55782022be4 [file] [log] [blame]
Vishal Bhoj82c80712015-12-15 21:13:33 +05301## @file
2# A simple, basic, application showing how the Hello application could be
3# built using the "Standard C Libraries" from StdLib.
4#
5# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
6# This program and the accompanying materials
7# are licensed and made available under the terms and conditions of the BSD License
8# which accompanies this distribution. The full text of the license may be found at
9# http://opensource.org/licenses/bsd-license.
10#
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13##
14
15[Defines]
16 INF_VERSION = 0x00010006
17 BASE_NAME = Main
18 FILE_GUID = 4ea97c46-7491-4dfd-b442-747010f3ce5f
19 MODULE_TYPE = UEFI_APPLICATION
20 VERSION_STRING = 0.1
21 ENTRY_POINT = ShellCEntryLib
22
23#
24# VALID_ARCHITECTURES = IA32 X64
25#
26
27[Sources]
28 Main.c
29
30[Packages]
31 StdLib/StdLib.dec
32 MdePkg/MdePkg.dec
33 ShellPkg/ShellPkg.dec
34
35[LibraryClasses]
36 LibC
37 LibStdio