equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET dsclient.dll |
|
22 |
|
23 TARGETTYPE DLL |
|
24 UID 0x1000008D 0x101f6efb |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 CAPABILITY CAP_CLIENT_DLL |
|
28 |
|
29 #if defined( ARMCC ) |
|
30 deffile ../eabi/startup_flag/dsclient.DEF |
|
31 #elif defined( WINSCW ) |
|
32 deffile ../bwins/startup_flag/dsclient.DEF |
|
33 #endif |
|
34 |
|
35 LANG SC |
|
36 SOURCEPATH ../src |
|
37 USERINCLUDE ../inc |
|
38 |
|
39 OS_LAYER_SYSTEMINCLUDE |
|
40 |
|
41 SOURCE dosclisubsession.cpp |
|
42 SOURCE doscliserver.cpp |
|
43 |
|
44 SOURCE doscliextension.cpp |
|
45 SOURCE dosclieventrcv.cpp |
|
46 SOURCE dosclieventnotifier.cpp |
|
47 SOURCE dosclieventlistener.cpp |
|
48 |
|
49 SOURCE dosclishareddata.cpp |
|
50 |
|
51 LIBRARY euser.lib |
|
52 LIBRARY featmgr.lib |
|
53 LIBRARY bluetooth.lib // BT type definitions |
|
54 |
|
55 MACRO API_TRACE_FLAG |
|
56 MACRO COMPONENT_TRACE_FLAG |
|
57 |
|
58 SMPSAFE |