Last change
on this file since 39933 was 32404, checked in by vboxsync, 15 years ago |
missing svn:keywords
|
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.0 KB
|
Line | |
---|
1 | # $Id: VBoxOSELogo.inf 32404 2010-09-10 13:17:42Z vboxsync $
|
---|
2 |
|
---|
3 | #* @file
|
---|
4 | # VBoxOSELogo.inf - Logo module declarations.
|
---|
5 | #
|
---|
6 |
|
---|
7 | #
|
---|
8 | # Copyright (C) 2009-2010 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 | **/
|
---|
19 |
|
---|
20 |
|
---|
21 | [Defines]
|
---|
22 | INF_VERSION = 0x00010005
|
---|
23 | BASE_NAME = VBoxOSELogo
|
---|
24 | FILE_GUID = 323afebe-cc60-11de-af38-4731b4e5bd74
|
---|
25 | MODULE_TYPE = USER_DEFINED
|
---|
26 | VERSION_STRING = 1.0
|
---|
27 |
|
---|
28 | #
|
---|
29 | # The following information is for reference only and not required by the build tools.
|
---|
30 | #
|
---|
31 | # VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
---|
32 | #
|
---|
33 |
|
---|
34 | [Binaries.common]
|
---|
35 | BIN|ose_logo.bmp|*
|
---|
36 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.