equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2005-2006 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: Project definition file for project RSFW common definitions |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 CAPABILITY ALL -TCB |
|
21 |
|
22 TARGET rsfwcommon.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008d 0x101F9776 |
|
25 |
|
26 SOURCEPATH ../src |
|
27 SOURCE rsfwremoteaccess.cpp |
|
28 SOURCE rsfwdirent.cpp |
|
29 SOURCE rsfwdirentattr.cpp |
|
30 SOURCE rsfwconnectionmanager.cpp |
|
31 SOURCEPATH ../../MDebug/src |
|
32 SOURCE mdebug.cpp |
|
33 |
|
34 MW_LAYER_SYSTEMINCLUDE |
|
35 SYSTEMINCLUDE ../../../inc |
|
36 SYSTEMINCLUDE ../../inc |
|
37 SYSTEMINCLUDE /epoc32/include/ecom |
|
38 USERINCLUDE ../inc |
|
39 |
|
40 LIBRARY commdb.lib |
|
41 LIBRARY connmon.lib |
|
42 LIBRARY ecom.lib |
|
43 LIBRARY esock.lib |
|
44 LIBRARY euser.lib |
|
45 LIBRARY flogger.lib |
|
46 |
|
47 DEFFILE rsfwcommon.def |
|
48 |
|
49 LANG SC |
|
50 |
|
51 // End of File |
|