/* $Id$ */
/** @file
* VBoxMimicry.c - Mimic table entry.
*/
/*
* Copyright (C) 2009-2010 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* General Public License (GPL) as published by the Free Software
* Foundation, in version 2 as it comes in the "COPYING" file of the
* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
*
* The contents of this file may alternatively be used under the terms
* of the Common Development and Distribution License Version 1.0
* (CDDL) only, as it comes in the "COPYING.CDDL" file of the
* VirtualBox OSE distribution, in which case the provisions of the
* CDDL are applicable instead of those of the GPL.
*
* You may elect to license modified versions of this file under the
* terms and conditions of either the GPL or the CDDL or both.
*/
#include "VBoxMimicry.h"
/*610467a0-d8a7-11de-a911-87667af93b7d*/
static EFI_GUID gVBoxMimicryVarGuid = { 0x610467a0, 0xd8a7, 0x11de, {0xa9, 0x11, 0x87, 0x66, 0x7a, 0xf9, 0x3b, 0x7d}};
#include "mimic_tbl.h"
static void *gFuncArray_ ## name [] = \
{ \
name ## _fake_impl0, \
name ## _fake_impl1, \
name ## _fake_impl2, \
name ## _fake_impl3, \
name ## _fake_impl4, \
name ## _fake_impl5, \
name ## _fake_impl6, \
name ## _fake_impl7, \
name ## _fake_impl8, \
name ## _fake_impl9 \
};
#include "mimic_tbl.h"
#include "mimic_tbl.h"
{
/* Set'n'check intercept variable */
EFI_STATUS r;
if ( EFI_ERROR(r)
&& r == EFI_NOT_FOUND)
{
val = 1;
r = gRT->SetVariable(VBOX_MIMICRY_VAR, &gVBoxMimicryVarGuid, EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS, size, &val);
if (EFI_ERROR(r))
{
return r;
}
r = install_mimic_interfaces();
if(EFI_ERROR(r))
{
return r;
}
return r;
}
if (!EFI_ERROR(r))
{
return EFI_ALREADY_STARTED;
}
return r;
}
{
EFI_STATUS r;
r = gRT->SetVariable(VBOX_MIMICRY_VAR, &gVBoxMimicryVarGuid, EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS, 0, NULL);
if (EFI_ERROR(r))
{
return r;
}
return EFI_SUCCESS;
}
{
#include "mimic_tbl.h"
NULL);
return Status;
}
{
#include "mimic_tbl.h"
NULL);
return Status;
}