]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/UiApp/UiApp.inf
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / UiApp / UiApp.inf
1 #
2 #
3 # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
4 #
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = UiApp
14 FILE_GUID = 462CAA21-7614-4503-836E-8AB6F4662331
15 MODULE_TYPE = UEFI_APPLICATION
16 VERSION_STRING = 1.0
17 ENTRY_POINT = InitializeUserInterface
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64 EBC
23 #
24
25 [Sources]
26 FrontPage.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30
31 [LibraryClasses]
32 UefiApplicationEntryPoint