~ubuntu-branches/ubuntu/vivid/virtualbox-ose/vivid

« back to all changes in this revision

Viewing changes to src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.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: VBoxOemHookStatusCodeLib.inf $
 
2
## @file
 
3
# VBoxOemHookStatusCodeLib - Logging.
 
4
#
 
5
 
 
6
#
 
7
# Copyright (C) 2009-2010 Sun Microsystems, Inc.
 
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
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
 
18
# Clara, CA 95054 USA or visit http://www.sun.com if you need
 
19
# additional information or have any questions.
 
20
#
 
21
#/
 
22
 
 
23
[Defines]
 
24
        INF_VERSION                = 0x00010005
 
25
        BASE_NAME                  = VBoxOemHookStatusCodeLib
 
26
        FILE_GUID                  = 2199AC76-067A-4DFC-B09F-9E8C02CE05B3
 
27
        MODULE_TYPE                = BASE
 
28
        VERSION_STRING             = 1.0
 
29
        LIBRARY_CLASS              = OemHookStatusCodeLib
 
30
        EDK_RELEASE_VERSION        = 0x00020000
 
31
        EFI_SPECIFICATION_VERSION  = 0x00020000
 
32
 
 
33
[Sources.common]
 
34
        VBoxOemHookStatusCodeLib.c
 
35
 
 
36
[Packages]
 
37
        MdePkg/MdePkg.dec
 
38
        IntelFrameworkPkg/IntelFrameworkPkg.dec
 
39
        IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
 
40
        VBoxPkg/VBoxPkg.dec
 
41
 
 
42
[LibraryClasses]
 
43
        DebugLib
 
44
        BaseLib
 
45
        BaseMemoryLib
 
46
        ReportStatusCodeLib
 
47
        PrintLib
 
48
 
 
49
[Guids]
 
50
        # none
 
51
 
 
52
[Ppis]
 
53
        # none
 
54
 
 
55
[Guids]
 
56
        # none
 
57
 
 
58
[Pcd.common]
 
59
        # none
 
60
 
 
61
[FixedPcd.common]
 
62
        # none
 
63
 
 
64
[FeaturePcd.common]
 
65
        # none
 
66