Home | History | Annotate | Download | only in UiApp
      1 #
      2 #
      3 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
      4 #                                                                                  

      6 # This program and the accompanying materials are licensed and made available under

      8 # the terms and conditions of the BSD License that accompanies this distribution.  

     10 # The full text of the license may be found at                                     

     12 # http://opensource.org/licenses/bsd-license.php.                                  

     14 #                                                                                  

     16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            

     18 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    

     20 #                                                                                  

     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