VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxConsoleDxe/VBoxConsoleDxe.inf@ 55365

Last change on this file since 55365 was 48674, checked in by vboxsync, 12 years ago

EFI: Export newly imported tinaocore UEFI sources to OSE.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1# $Id: VBoxConsoleDxe.inf 48674 2013-09-25 08:26:15Z vboxsync $
2## @file
3# VBoxConsole.inf - VBoxConsoleDxe module declarations.
4#
5
6#
7# Copyright (C) 2009-2010 Oracle Corporation
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17# The contents of this file may alternatively be used under the terms
18# of the Common Development and Distribution License Version 1.0
19# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
20# VirtualBox OSE distribution, in which case the provisions of the
21# CDDL are applicable instead of those of the GPL.
22#
23# You may elect to license modified versions of this file under the
24# terms and conditions of either the GPL or the CDDL or both.
25#
26#/
27
28
29
30[Defines]
31 INF_VERSION = 0x00010005
32 BASE_NAME = VBoxConsoleDxe
33 FILE_GUID = 63330037-c9a0-498f-a539-b54c9141f4ca
34 MODULE_TYPE = UEFI_DRIVER
35 VERSION_STRING = 1.0
36 ENTRY_POINT = VBoxConsoleInit
37 UNLOAD_IMAGE = VBoxConsoleFini
38
39#
40# The following information is for reference only and not required by the build tools.
41#
42# VALID_ARCHITECTURES = IA32 X64 IPF EBC
43#
44
45[Sources.common]
46 VBoxConsole.c
47[Packages]
48 VBoxPkg/VBoxPkg.dec
49 MdePkg/MdePkg.dec
50 MdeModulePkg/MdeModulePkg.dec
51
52
53[LibraryClasses]
54 BaseLib
55 MemoryAllocationLib
56 UefiBootServicesTableLib
57 UefiDriverEntryPoint
58 UefiRuntimeServicesTableLib
59 BaseMemoryLib
60 DebugLib
61 HiiLib
62 PrintLib
63
64[Guids]
65 gEfiEventExitBootServicesGuid
66[Protocols]
67 gEfiSimpleTextOutProtocolGuid ## CONSUMES
68 gEfiVariableArchProtocolGuid ## CONSUMES
69 gEfiGraphicsOutputProtocolGuid
70 gEfiUgaDrawProtocolGuid
71
72
73[Depex]
74 gEfiSimpleTextOutProtocolGuid AND gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid
75
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette