VBoxSysTables.inf revision 4fd606d1f5abe38e1f42c38de1d2e895166bd0f4
269473047d747f7815af570197e4ef7322d3632cEvan Yan# $Id$
269473047d747f7815af570197e4ef7322d3632cEvan Yan## @file
269473047d747f7815af570197e4ef7322d3632cEvan Yan# VBoxSysTables - VBox system tables.
269473047d747f7815af570197e4ef7322d3632cEvan Yan#
269473047d747f7815af570197e4ef7322d3632cEvan Yan
269473047d747f7815af570197e4ef7322d3632cEvan Yan#
269473047d747f7815af570197e4ef7322d3632cEvan Yan# Copyright (C) 2010 Oracle Corporation
269473047d747f7815af570197e4ef7322d3632cEvan Yan#
269473047d747f7815af570197e4ef7322d3632cEvan Yan# This file is part of VirtualBox Open Source Edition (OSE), as
269473047d747f7815af570197e4ef7322d3632cEvan Yan# available from http://www.virtualbox.org. This file is free software;
269473047d747f7815af570197e4ef7322d3632cEvan Yan# you can redistribute it and/or modify it under the terms of the GNU
269473047d747f7815af570197e4ef7322d3632cEvan Yan# General Public License (GPL) as published by the Free Software
269473047d747f7815af570197e4ef7322d3632cEvan Yan# Foundation, in version 2 as it comes in the "COPYING" file of the
269473047d747f7815af570197e4ef7322d3632cEvan Yan# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
269473047d747f7815af570197e4ef7322d3632cEvan Yan# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
269473047d747f7815af570197e4ef7322d3632cEvan Yan#
269473047d747f7815af570197e4ef7322d3632cEvan Yan# The contents of this file may alternatively be used under the terms
269473047d747f7815af570197e4ef7322d3632cEvan Yan# of the Common Development and Distribution License Version 1.0
269473047d747f7815af570197e4ef7322d3632cEvan Yan# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
269473047d747f7815af570197e4ef7322d3632cEvan Yan# VirtualBox OSE distribution, in which case the provisions of the
269473047d747f7815af570197e4ef7322d3632cEvan Yan# CDDL are applicable instead of those of the GPL.
269473047d747f7815af570197e4ef7322d3632cEvan Yan#
269473047d747f7815af570197e4ef7322d3632cEvan Yan# You may elect to license modified versions of this file under the
269473047d747f7815af570197e4ef7322d3632cEvan Yan# terms and conditions of either the GPL or the CDDL or both.
269473047d747f7815af570197e4ef7322d3632cEvan Yan#
269473047d747f7815af570197e4ef7322d3632cEvan Yan
269473047d747f7815af570197e4ef7322d3632cEvan Yan[Defines]
269473047d747f7815af570197e4ef7322d3632cEvan Yan INF_VERSION = 0x00010005
269473047d747f7815af570197e4ef7322d3632cEvan Yan BASE_NAME = VBoxSysTables
269473047d747f7815af570197e4ef7322d3632cEvan Yan FILE_GUID = 3749CF40-9086-4488-BB8E-44C9400D260F
269473047d747f7815af570197e4ef7322d3632cEvan Yan MODULE_TYPE = UEFI_DRIVER
269473047d747f7815af570197e4ef7322d3632cEvan Yan VERSION_STRING = 1.0
269473047d747f7815af570197e4ef7322d3632cEvan Yan# SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC
269473047d747f7815af570197e4ef7322d3632cEvan Yan EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
ENTRY_POINT = DxeInitializeVBoxSysTables
UNLOAD_IMAGE = DxeUninitializeVBoxSysTables
[Sources.common]
VBoxSysTables.c
TableConversion.c
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
IntelFrameworkPkg/IntelFrameworkPkg.dec
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
VBoxPkg/VBoxPkg.dec
[LibraryClasses]
UefiRuntimeServicesTableLib
UefiBootServicesTableLib
MemoryAllocationLib
BaseMemoryLib
BaseLib
UefiLib
UefiDriverEntryPoint
DebugLib
PcdLib
DevicePathLib
[Guids]
gEfiSmbiosTableGuid
gEfiAcpiTableGuid
gEfiAcpi20TableGuid
gEfiProcessorSubClassGuid
gEfiMpsTableGuid
[Protocols]
gEfiDevicePathToTextProtocolGuid
[BuildOptions.common]
GCC:*_*_*_CC_FLAGS =
INTEL:*_*_*_CC_FLAGS =
MSFT:*_*_*_CC_FLAGS =