]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/UiApp/FrontPage.c
3e58a6d22a78b7c72a943ad818421d15b3b82043
[mirror_edk2.git] / Vlv2TbltDevicePkg / UiApp / FrontPage.c
1 /** @file
2
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7
8
9
10
11 **/
12
13 /**
14 The user Entry Point for Application. The user code starts with this function
15 as the real entry point for the image goes into a library that calls this
16 function.
17
18 @param[in] ImageHandle The firmware allocated handle for the EFI image.
19 @param[in] SystemTable A pointer to the EFI System Table.
20
21 @retval EFI_SUCCESS The entry point is executed successfully.
22 @retval other Some error occurs when executing this entry point.
23
24 **/
25 EFI_STATUS
26 EFIAPI
27 InitializeUserInterface (
28 IN EFI_HANDLE ImageHandle,
29 IN EFI_SYSTEM_TABLE *SystemTable
30 )
31 {
32 return EFI_SUCCESS;
33 }