sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
* All rights reserved.
|
sl@0
|
4 |
* This component and the accompanying materials are made available
|
sl@0
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
* which accompanies this distribution, and is available
|
sl@0
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Initial Contributors:
|
sl@0
|
10 |
* Nokia Corporation - initial contribution.
|
sl@0
|
11 |
*
|
sl@0
|
12 |
* Contributors:
|
sl@0
|
13 |
*
|
sl@0
|
14 |
* Description:
|
sl@0
|
15 |
*
|
sl@0
|
16 |
*/
|
sl@0
|
17 |
#ifndef __DBUS_IBY__
|
sl@0
|
18 |
#define __DBUS_IBY__
|
sl@0
|
19 |
|
sl@0
|
20 |
//MRT Gaming DLLs
|
sl@0
|
21 |
file=ABI_DIR\UDEB\libxml2.dll SHARED_LIB_DIR\libxml2.dll
|
sl@0
|
22 |
|
sl@0
|
23 |
|
sl@0
|
24 |
//DBus dlls
|
sl@0
|
25 |
file=ABI_DIR\UDEB\libdbus.dll SHARED_LIB_DIR\libdbus.dll
|
sl@0
|
26 |
file=ABI_DIR\UDEB\dbusdaemon.exe PROGRAMS_DIR\dbusdaemon.exe
|
sl@0
|
27 |
file=ABI_DIR\UDEB\libdbus-glib.dll SHARED_LIB_DIR\libdbus-glib.dll
|
sl@0
|
28 |
file=ABI_DIR\UDEB\libdbus-utils.dll SHARED_LIB_DIR\libdbus-utils.dll
|
sl@0
|
29 |
|
sl@0
|
30 |
//dbus test dll's
|
sl@0
|
31 |
file=ABI_DIR\UDEB\example-service.exe PROGRAMS_DIR\example-service.exe
|
sl@0
|
32 |
file=ABI_DIR\UDEB\method.exe PROGRAMS_DIR\method.exe
|
sl@0
|
33 |
file=ABI_DIR\UDEB\method1.exe PROGRAMS_DIR\method1.exe
|
sl@0
|
34 |
file=ABI_DIR\UDEB\test-service.exe PROGRAMS_DIR\test-service.exe
|
sl@0
|
35 |
file=ABI_DIR\UDEB\dbus_glib_server1.exe PROGRAMS_DIR\dbus_glib_server1.exe
|
sl@0
|
36 |
file=ABI_DIR\UDEB\file-transfer-server.exe PROGRAMS_DIR\file-transfer-server.exe
|
sl@0
|
37 |
|
sl@0
|
38 |
|
sl@0
|
39 |
file=ABI_DIR\UDEB\dbus_glib_server2.exe PROGRAMS_DIR\dbus_glib_server2.exe
|
sl@0
|
40 |
|
sl@0
|
41 |
|
sl@0
|
42 |
|
sl@0
|
43 |
data=\EPOC32\WINSCW\C\data\dbus\dbus1\services\debug-method.service data\dbus\dbus1\services\debug-method.service
|
sl@0
|
44 |
data=\EPOC32\WINSCW\C\data\dbus\dbus1\services\dbus-glib-server1.service data\dbus\dbus1\services\dbus-glib-server1.service
|
sl@0
|
45 |
data=\EPOC32\WINSCW\C\data\dbus\dbus1\services\dbus-glib-server2.service data\dbus\dbus1\services\dbus-glib-server2.service
|
sl@0
|
46 |
data=\EPOC32\WINSCW\C\data\dbus\dbus1\services\debug-echo.service data\dbus\dbus1\services\debug-echo.service
|
sl@0
|
47 |
data=\EPOC32\WINSCW\C\data\dbus\dbus1\services\debug-method1.service data\dbus\dbus1\services\debug-method1.service
|
sl@0
|
48 |
data=\EPOC32\WINSCW\C\data\dbus\dbus1\services\example.service data\dbus\dbus1\services\example.service
|
sl@0
|
49 |
data=\EPOC32\WINSCW\C\data\dbus\dbus1\services\file-transfer-server.service data\dbus\dbus1\services\file-transfer-server.service
|
sl@0
|
50 |
|
sl@0
|
51 |
|
sl@0
|
52 |
//data=\EPOC32\WINSCW\C\data\dbus\system.conf data\dbus\system.conf
|
sl@0
|
53 |
|
sl@0
|
54 |
#endif |