2010-02-24 01:21:16 +01:00
|
|
|
## @file
|
2008-10-28 10:45:52 +01:00
|
|
|
# Module entry point library for UEFI Application.
|
2007-06-22 08:57:39 +02:00
|
|
|
#
|
2018-07-02 03:21:05 +02:00
|
|
|
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
|
2007-06-22 08:57:39 +02:00
|
|
|
#
|
2019-04-04 01:06:00 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-06-22 08:57:39 +02:00
|
|
|
#
|
|
|
|
#
|
2010-02-24 01:21:16 +01:00
|
|
|
##
|
2007-06-22 08:57:39 +02:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = UefiApplicationEntryPoint
|
2014-08-27 11:33:09 +02:00
|
|
|
MODULE_UNI_FILE = UefiApplicationEntryPoint.uni
|
2007-06-22 08:57:39 +02:00
|
|
|
FILE_GUID = DADE8301-CB29-4fd5-8148-56FD246C5B88
|
|
|
|
MODULE_TYPE = UEFI_APPLICATION
|
|
|
|
VERSION_STRING = 1.0
|
2008-11-25 03:36:57 +01:00
|
|
|
LIBRARY_CLASS = UefiApplicationEntryPoint|UEFI_APPLICATION
|
2007-06-22 08:57:39 +02:00
|
|
|
|
|
|
|
#
|
2018-07-02 03:21:05 +02:00
|
|
|
# VALID_ARCHITECTURES = IA32 X64 EBC
|
2007-06-22 08:57:39 +02:00
|
|
|
#
|
|
|
|
|
2010-02-24 01:21:16 +01:00
|
|
|
[Sources]
|
2007-06-22 08:57:39 +02:00
|
|
|
ApplicationEntryPoint.c
|
|
|
|
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
UefiBootServicesTableLib
|
2010-10-18 11:59:55 +02:00
|
|
|
DebugLib
|
|
|
|
BaseLib
|
2007-06-22 08:57:39 +02:00
|
|
|
|