]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / UefiApplicationEntryPoint / UefiApplicationEntryPoint.inf
CommitLineData
6bfbb5f0 1## @file\r
85ea851e 2# Module entry point library for UEFI Application.\r
e386b444 3#\r
3cb0a311 4# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
e386b444 5#\r
9344f092 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
e386b444 7#\r
8#\r
6bfbb5f0 9##\r
e386b444 10\r
e386b444 11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = UefiApplicationEntryPoint\r
c92c1790 14 MODULE_UNI_FILE = UefiApplicationEntryPoint.uni\r
e386b444 15 FILE_GUID = DADE8301-CB29-4fd5-8148-56FD246C5B88\r
16 MODULE_TYPE = UEFI_APPLICATION\r
17 VERSION_STRING = 1.0\r
dc8577f2 18 LIBRARY_CLASS = UefiApplicationEntryPoint|UEFI_APPLICATION\r
e386b444 19\r
e386b444 20#\r
3cb0a311 21# VALID_ARCHITECTURES = IA32 X64 EBC\r
e386b444 22#\r
23\r
6bfbb5f0 24[Sources]\r
e386b444 25 ApplicationEntryPoint.c\r
e386b444 26\r
27\r
e386b444 28[Packages]\r
29 MdePkg/MdePkg.dec\r
30\r
e386b444 31[LibraryClasses]\r
32 UefiBootServicesTableLib\r
6517edbe
LG
33 DebugLib\r
34 BaseLib\r
e386b444 35\r