VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxSysTables/VBoxSysTables.inf

Last change on this file was 98103, checked in by vboxsync, 17 months ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1# $Id: VBoxSysTables.inf 98103 2023-01-17 14:15:46Z vboxsync $
2## @file
3# VBoxSysTables - VBox system tables.
4#
5
6#
7# Copyright (C) 2010-2023 Oracle and/or its affiliates.
8#
9# This file is part of VirtualBox base platform packages, as
10# available from https://www.virtualbox.org.
11#
12# This program is free software; you can redistribute it and/or
13# modify it under the terms of the GNU General Public License
14# as published by the Free Software Foundation, in version 3 of the
15# License.
16#
17# This program is distributed in the hope that it will be useful, but
18# WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20# General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with this program; if not, see <https://www.gnu.org/licenses>.
24#
25# The contents of this file may alternatively be used under the terms
26# of the Common Development and Distribution License Version 1.0
27# (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
28# in the VirtualBox distribution, in which case the provisions of the
29# CDDL are applicable instead of those of the GPL.
30#
31# You may elect to license modified versions of this file under the
32# terms and conditions of either the GPL or the CDDL or both.
33#
34# SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
35#
36
37[Defines]
38 INF_VERSION = 0x00010005
39 BASE_NAME = VBoxSysTables
40 FILE_GUID = 3749CF40-9086-4488-BB8E-44C9400D260F
41 MODULE_TYPE = UEFI_DRIVER
42 VERSION_STRING = 1.0
43# SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC
44 EDK_RELEASE_VERSION = 0x00020000
45 EFI_SPECIFICATION_VERSION = 0x00020000
46 ENTRY_POINT = DxeInitializeVBoxSysTables
47 UNLOAD_IMAGE = DxeUninitializeVBoxSysTables
48
49[Sources.common]
50 VBoxSysTables.c
51 TableConversion.c
52
53[Packages]
54 MdePkg/MdePkg.dec
55 MdeModulePkg/MdeModulePkg.dec
56 VBoxPkg/VBoxPkg.dec
57
58[LibraryClasses]
59 UefiRuntimeServicesTableLib
60 UefiBootServicesTableLib
61 MemoryAllocationLib
62 BaseMemoryLib
63 BaseLib
64 UefiLib
65 UefiDriverEntryPoint
66 DebugLib
67 PcdLib
68 DevicePathLib
69
70[Guids]
71 gEfiSmbiosTableGuid
72 gEfiAcpiTableGuid
73 gEfiAcpi20TableGuid
74 gEfiMpsTableGuid
75
76[Protocols]
77 gEfiDevicePathToTextProtocolGuid
78
79[BuildOptions.common]
80
81 GCC:*_*_*_CC_FLAGS =
82 INTEL:*_*_*_CC_FLAGS =
83 MSFT:*_*_*_CC_FLAGS =
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use