]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/UiApp/FrontPage.c
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / UiApp / FrontPage.c
1 /** @file
2
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
4
5 This program and the accompanying materials are licensed and made available under
6 the terms and conditions of the BSD License that accompanies this distribution.
7 The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php.
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13
14
15
16 **/
17
18 /**
19 The user Entry Point for Application. The user code starts with this function
20 as the real entry point for the image goes into a library that calls this
21 function.
22
23 @param[in] ImageHandle The firmware allocated handle for the EFI image.
24 @param[in] SystemTable A pointer to the EFI System Table.
25
26 @retval EFI_SUCCESS The entry point is executed successfully.
27 @retval other Some error occurs when executing this entry point.
28
29 **/
30 EFI_STATUS
31 EFIAPI
32 InitializeUserInterface (
33 IN EFI_HANDLE ImageHandle,
34 IN EFI_SYSTEM_TABLE *SystemTable
35 )
36 {
37 return EFI_SUCCESS;
38 }