~ubuntu-branches/ubuntu/natty/virtualbox-ose/natty-updates

« back to all changes in this revision

Viewing changes to src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2010-03-11 17:16:37 UTC
  • mfrom: (0.3.4 upstream) (0.4.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100311171637-43z64ia3ccpj8vqn
Tags: 3.1.4-dfsg-2ubuntu1
* Merge from Debian unstable (LP: #528561), remaining changes:
  - VirtualBox should go in Accessories, not in System tools (LP: #288590)
    - debian/virtualbox-ose-qt.files/virtualbox-ose.desktop
  - Add Apport hook
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Add Launchpad integration
    - debian/control
    - debian/lpi-bug.xpm
    - debian/patches/u02-lp-integration.dpatch
  - Replace *-source packages with transitional packages for *-dkms
* Fix crash in vboxvideo_drm with kernel 2.6.33 / backported drm code
  (LP: #535297)
* Add a list of linux-headers packages to the apport hook
* Update debian/patches/u02-lp-integration.dpatch with a
  DEP-3 compliant header
* Add ${misc:Depends} to virtualbox-ose-source and virtualbox-ose-guest-source
  Depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: VBoxDebugLib.inf $
 
2
## @file
 
3
# VBoxDebugLib - Debug logging and assertions support routines using DevEFI.
 
4
#
 
5
 
 
6
 
 
7
#
 
8
# Copyright (C) 2009-2010 Sun Microsystems, Inc.
 
9
#
 
10
# This file is part of VirtualBox Open Source Edition (OSE), as
 
11
# available from http://www.virtualbox.org. This file is free software;
 
12
# you can redistribute it and/or modify it under the terms of the GNU
 
13
# General Public License (GPL) as published by the Free Software
 
14
# Foundation, in version 2 as it comes in the "COPYING" file of the
 
15
# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
 
16
# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
 
17
#
 
18
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
 
19
# Clara, CA 95054 USA or visit http://www.sun.com if you need
 
20
# additional information or have any questions.
 
21
#
 
22
#/
 
23
 
 
24
 
 
25
 
 
26
[Defines]
 
27
        INF_VERSION                = 0x00010005
 
28
        BASE_NAME                  = VBoxDebugLib
 
29
        FILE_GUID                  = 549306AB-75C1-4585-8681-556EBB34C60C
 
30
        MODULE_TYPE                = BASE
 
31
        VERSION_STRING             = 1.0
 
32
        LIBRARY_CLASS              = DebugLib
 
33
 
 
34
[Sources.common]
 
35
        VBoxDebugLib.c
 
36
        VBoxPrintChar.c
 
37
        VBoxPrintGuid.c
 
38
        VBoxPrintHex.c
 
39
        VBoxPrintHexDump.c
 
40
        VBoxPrintString.c
 
41
 
 
42
[Packages]
 
43
        MdePkg/MdePkg.dec
 
44
        VBoxPkg/VBoxPkg.dec
 
45
 
 
46
[LibraryClasses]
 
47
        BaseLib
 
48
        BaseMemoryLib
 
49
        PrintLib
 
50
 
 
51
[Guids]
 
52
        # none
 
53
 
 
54
[Ppis]
 
55
        # none
 
56
 
 
57
[Guids]
 
58
        # none
 
59
 
 
60
[Pcd.common]
 
61
        # none
 
62
 
 
63
[FixedPcd.common]
 
64
        # none
 
65
 
 
66
[FeaturePcd.common]
 
67
        # none
 
68