Last change
on this file since 69429 was 69429, checked in by vboxsync, 7 years ago |
efi: scm updates
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.9 KB
|
Line | |
---|
1 | # $Id: VBoxDebugLib.inf 69429 2017-10-27 13:27:03Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # VBoxDebugLib - Debug logging and assertions support routines using DevEFI.
|
---|
4 | #
|
---|
5 |
|
---|
6 |
|
---|
7 | #
|
---|
8 | # Copyright (C) 2009-2016 Oracle Corporation
|
---|
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 | # The contents of this file may alternatively be used under the terms
|
---|
19 | # of the Common Development and Distribution License Version 1.0
|
---|
20 | # (CDDL) only, as it comes in the "COPYING.CDDL" file of the
|
---|
21 | # VirtualBox OSE distribution, in which case the provisions of the
|
---|
22 | # CDDL are applicable instead of those of the GPL.
|
---|
23 | #
|
---|
24 | # You may elect to license modified versions of this file under the
|
---|
25 | # terms and conditions of either the GPL or the CDDL or both.
|
---|
26 | #
|
---|
27 |
|
---|
28 |
|
---|
29 |
|
---|
30 | [Defines]
|
---|
31 | INF_VERSION = 0x00010005
|
---|
32 | BASE_NAME = VBoxDebugLib
|
---|
33 | FILE_GUID = 549306AB-75C1-4585-8681-556EBB34C60C
|
---|
34 | MODULE_TYPE = BASE
|
---|
35 | VERSION_STRING = 1.0
|
---|
36 | LIBRARY_CLASS = DebugLib
|
---|
37 |
|
---|
38 | [Sources.common]
|
---|
39 | VBoxDebugLib.c
|
---|
40 | VBoxPrintChar.c
|
---|
41 | VBoxPrintGuid.c
|
---|
42 | VBoxPrintHex.c
|
---|
43 | VBoxPrintHexDump.c
|
---|
44 | VBoxPrintString.c
|
---|
45 |
|
---|
46 | [Packages]
|
---|
47 | MdePkg/MdePkg.dec
|
---|
48 | VBoxPkg/VBoxPkg.dec
|
---|
49 |
|
---|
50 | [LibraryClasses]
|
---|
51 | BaseLib
|
---|
52 | BaseMemoryLib
|
---|
53 | PrintLib
|
---|
54 |
|
---|
55 | [Protocols]
|
---|
56 | gEfiDevicePathToTextProtocolGuid
|
---|
57 |
|
---|
58 | [Guids]
|
---|
59 | # none
|
---|
60 |
|
---|
61 | [Ppis]
|
---|
62 | # none
|
---|
63 |
|
---|
64 | [Guids]
|
---|
65 | # none
|
---|
66 |
|
---|
67 | [Pcd.common]
|
---|
68 | # none
|
---|
69 |
|
---|
70 | [FixedPcd.common]
|
---|
71 | # none
|
---|
72 |
|
---|
73 | [FeaturePcd.common]
|
---|
74 | # none
|
---|
75 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.