1 | /* $Id: VBoxTray.rdef 69496 2017-10-28 14:55:58Z vboxsync $ */
|
---|
2 | /** @file
|
---|
3 | * VBoxApp - Resource definition file containing version info and icon, Haiku Guest Additions.
|
---|
4 | */
|
---|
5 |
|
---|
6 | /*
|
---|
7 | * Copyright (C) 2012-2017 Oracle Corporation
|
---|
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 | * This code is based on:
|
---|
18 | *
|
---|
19 | * VirtualBox Guest Additions for Haiku.
|
---|
20 | * Copyright (c) 2011 Mike Smith <mike@scgtrp.net>
|
---|
21 | * François Revol <revol@free.fr>
|
---|
22 | *
|
---|
23 | * Permission is hereby granted, free of charge, to any person
|
---|
24 | * obtaining a copy of this software and associated documentation
|
---|
25 | * files (the "Software"), to deal in the Software without
|
---|
26 | * restriction, including without limitation the rights to use,
|
---|
27 | * copy, modify, merge, publish, distribute, sublicense, and/or sell
|
---|
28 | * copies of the Software, and to permit persons to whom the
|
---|
29 | * Software is furnished to do so, subject to the following
|
---|
30 | * conditions:
|
---|
31 | *
|
---|
32 | * The above copyright notice and this permission notice shall be
|
---|
33 | * included in all copies or substantial portions of the Software.
|
---|
34 | *
|
---|
35 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
---|
36 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
---|
37 | * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
---|
38 | * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
---|
39 | * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
---|
40 | * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
---|
41 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
---|
42 | * OTHER DEALINGS IN THE SOFTWARE.
|
---|
43 | */
|
---|
44 |
|
---|
45 | #include "VBoxGuestInternal.h"
|
---|
46 |
|
---|
47 | resource(1, "BEOS:APP_SIG") #'MIMS' VBOX_GUEST_APP_SIG;
|
---|
48 |
|
---|
49 | resource app_flags B_SINGLE_LAUNCH;
|
---|
50 |
|
---|
51 | /* This is done for all binaries with VBOX_HAIKU_XRES_SETVER_CMDS
|
---|
52 | resource app_version {
|
---|
53 | major = VBOX_VERSION_MAJOR,
|
---|
54 | middle = VBOX_VERSION_MINOR,
|
---|
55 | minor = VBOX_VERSION_BUILD,
|
---|
56 |
|
---|
57 | variety = B_APPV_DEVELOPMENT,
|
---|
58 | internal = VBOX_SVN_REV,
|
---|
59 |
|
---|
60 | short_info = VBOX_PRODUCT,
|
---|
61 | long_info = VBOX_PRODUCT " " VBOX_VERSION_STRING " ©2009-" VBOX_C_YEAR " " VBOX_VENDOR
|
---|
62 | };
|
---|
63 | */
|
---|
64 |
|
---|
65 | /* Maybe one day ? */
|
---|
66 | //resource(1, "BEOS:FILE_TYPES") message {
|
---|
67 | // "types" = "application/x-vnd.Be.URL.vboxsf"
|
---|
68 | //};
|
---|
69 |
|
---|
70 | resource vector_icon {
|
---|
71 | $"6E636966060500020006023B55F13C5CD2BE755C3D78974A454E48FFCB000EB3"
|
---|
72 | $"B5FF003BFF020006023CD471BA2F923B0FF33DF6F048DA184417BB0000FBFFFF"
|
---|
73 | $"0000FF020006023C318B3A487CBD09B43EEB2D4B485C48176F0000AAFFFF0537"
|
---|
74 | $"C704016D05FF070A062231224E3E5C5248522D37260A042231224E3E5C3E3A0A"
|
---|
75 | $"0422313E3A522D37260A043E5C5248522D3E3A0A043E5E4E5E60485444080835"
|
---|
76 | $"3A393B3C4442384441493A4B444F460A04352E503750533547060A040104000A"
|
---|
77 | $"0001001001178400040A010101000A020102000A030103000A05020506123F45"
|
---|
78 | $"D10000000000003F45D1C70BA246F45D0117820004"
|
---|
79 | };
|
---|
80 |
|
---|
81 | resource(400, "DeskbarShelfIcon.png") #'data' import VBOX_HAIKU_DESKBAR_ICON_PNG;
|
---|
82 |
|
---|