Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

37 lines
833 B
INI
Raw Permalink Normal View History

2010-02-23 23:58:38 +00:00
## @file
2009-05-07 18:46:18 +00:00
# Sample UEFI Application Reference EDKII Module
#
# This is a simple shell application
#
# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
2009-05-07 18:46:18 +00:00
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
2009-05-07 18:46:18 +00:00
#
#
2010-02-23 23:58:38 +00:00
##
2009-05-07 18:46:18 +00:00
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = EmptyApplication
FILE_GUID = 8F7D7B1D-0E1C-4c98-B12E-4EC99C4081AC
MODULE_TYPE = UEFI_APPLICATION
VERSION_STRING = 1.0
ENTRY_POINT = UefiMain
#
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = IA32 X64 EBC
2009-05-07 18:46:18 +00:00
#
[Sources]
SA.c
2009-05-07 18:46:18 +00:00
[Packages]
MdePkg/MdePkg.dec
2009-05-07 18:46:18 +00:00
[LibraryClasses]
UefiApplicationEntryPoint
UefiLib