Last change
on this file since 31903 was 28800, checked in by vboxsync, 15 years ago |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
File size:
1.1 KB
|
Line | |
---|
1 | # $Id$
|
---|
2 |
|
---|
3 | #* @file
|
---|
4 | # VBoxOSELogo.inf - Logo module declarations.
|
---|
5 | #
|
---|
6 |
|
---|
7 | #
|
---|
8 | # Copyright (C) 2009.2010 Sun Microsystems, Inc.
|
---|
9 | #
|
---|
10 | # Copyright (C) Oracle Corporation
|
---|
11 | #
|
---|
12 | # This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
13 | # available from http://www.virtualbox.org. This file is free software;
|
---|
14 | # you can redistribute it and/or modify it under the terms of the GNU
|
---|
15 | # General Public License (GPL) as published by the Free Software
|
---|
16 | # Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
17 | # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
18 | # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
19 | #
|
---|
20 | **/
|
---|
21 |
|
---|
22 |
|
---|
23 | [Defines]
|
---|
24 | INF_VERSION = 0x00010005
|
---|
25 | BASE_NAME = VBoxOSELogo
|
---|
26 | FILE_GUID = 323afebe-cc60-11de-af38-4731b4e5bd74
|
---|
27 | MODULE_TYPE = USER_DEFINED
|
---|
28 | VERSION_STRING = 1.0
|
---|
29 |
|
---|
30 | #
|
---|
31 | # The following information is for reference only and not required by the build tools.
|
---|
32 | #
|
---|
33 | # VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
---|
34 | #
|
---|
35 |
|
---|
36 | [Binaries.common]
|
---|
37 | BIN|ose_logo.bmp|*
|
---|
38 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.