• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2#
3# Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
4#
5
6# This program and the accompanying materials are licensed and made available under
7
8# the terms and conditions of the BSD License that accompanies this distribution.
9
10# The full text of the license may be found at
11
12# http://opensource.org/licenses/bsd-license.php.
13
14#
15
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17
18# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
19
20#
21
22#
23##
24
25[Defines]
26  INF_VERSION                    = 0x00010005
27  BASE_NAME                      = UiApp
28  FILE_GUID                      = 462CAA21-7614-4503-836E-8AB6F4662331
29  MODULE_TYPE                    = UEFI_APPLICATION
30  VERSION_STRING                 = 1.0
31  ENTRY_POINT                    = InitializeUserInterface
32
33#
34# The following information is for reference only and not required by the build tools.
35#
36#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
37#
38
39[Sources]
40  FrontPage.c
41
42[Packages]
43  MdePkg/MdePkg.dec
44
45[LibraryClasses]
46  UefiApplicationEntryPoint
47