From 808def96aa4589fba9c2d0ea55837754a3b7a4f7 Mon Sep 17 00:00:00 2001 From: lhauch Date: Wed, 31 Dec 2008 16:26:40 +0000 Subject: Retiring the ANT/JAVA build and removing the older EDK II packages that required ANT/JAVA. Last Ant/Java build was r7166 Developers requiring the Java/Ant packages should checkout the branch from: https://edk2.tianocore.org/svn/edk2/branches/AntJava git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7168 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/EdkGenericPlatformBdsLib/FrontPage.h | 94 ---------------------- 1 file changed, 94 deletions(-) delete mode 100644 EdkModulePkg/Library/EdkGenericPlatformBdsLib/FrontPage.h (limited to 'EdkModulePkg/Library/EdkGenericPlatformBdsLib/FrontPage.h') diff --git a/EdkModulePkg/Library/EdkGenericPlatformBdsLib/FrontPage.h b/EdkModulePkg/Library/EdkGenericPlatformBdsLib/FrontPage.h deleted file mode 100644 index 2899125428..0000000000 --- a/EdkModulePkg/Library/EdkGenericPlatformBdsLib/FrontPage.h +++ /dev/null @@ -1,94 +0,0 @@ -/*++ - -Copyright (c) 2006, Intel Corporation -All rights reserved. This program and the accompanying materials -are licensed and made available under the terms and conditions of the BSD License -which accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - -Module Name: - - FrontPage.h - -Abstract: - - FrontPage routines to handle the callbacks and browser calls - -Revision History - ---*/ - -#ifndef _FRONT_PAGE_H -#define _FRONT_PAGE_H - -#include "DeviceMngr/DeviceManager.h" -#include "BootMaint/BootMaint.h" -#include "BootMngr/BootManager.h" - -// -// This is the VFR compiler generated header file which defines the -// string identifiers. -// -#include "EdkGenericPlatformBdsLibStrDefs.h" -#define EFI_DISK_DEVICE_CLASS 0x01 -#define EFI_VIDEO_DEVICE_CLASS 0x02 -#define EFI_NETWORK_DEVICE_CLASS 0x04 -#define EFI_INPUT_DEVICE_CLASS 0x08 -#define EFI_ON_BOARD_DEVICE_CLASS 0x10 -#define EFI_OTHER_DEVICE_CLASS 0x20 -#define EFI_VBIOS_CLASS 0x40 - -#define SET_VIDEO_BIOS_TYPE_QUESTION_ID 0x00 - -#pragma pack(1) -typedef struct { - UINT8 VideoBIOS; -} MyDevMgrIfrNVData; -#pragma pack() - -#define EFI_FP_CALLBACK_DATA_SIGNATURE EFI_SIGNATURE_32 ('F', 'P', 'C', 'B') -#define EFI_FP_CALLBACK_DATA_FROM_THIS(a) \ - CR (a, \ - EFI_FRONTPAGE_CALLBACK_INFO, \ - DevMgrCallback, \ - EFI_FP_CALLBACK_DATA_SIGNATURE \ - ) - -typedef struct { - UINTN Signature; - MyDevMgrIfrNVData Data; - EFI_HII_HANDLE DevMgrHiiHandle; - EFI_HANDLE CallbackHandle; - EFI_FORM_CALLBACK_PROTOCOL DevMgrCallback; -} EFI_FRONTPAGE_CALLBACK_INFO; - -// -// These are the VFR compiler generated data representing our VFR data. -// -// BugBug: we should put g in front of these tool generated globals. -// maybe even gVrf would be a better prefix -// -extern UINT8 FrontPageVfrBin[]; -extern UINT8 FrontPageStringsStr[]; -extern UINT8 DeviceManagerVfrBin[]; -extern UINT8 DeviceManagerStringsStr[]; - -#define FRONT_PAGE_QUESTION_ID 0x0000 -#define FRONT_PAGE_DATA_WIDTH 0x01 - -EFI_STATUS -InitializeFrontPage ( - IN BOOLEAN ReInitializeStrings - ); - -BOOLEAN -TimeCompare ( - IN EFI_TIME *FirstTime, - IN EFI_TIME *SecondTime - ); - -#endif // _FRONT_PAGE_H_ - -- cgit v1.2.3