|
1 /* |
|
2 * Copyright (c) 2005 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: DM tree etc. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include "defaultcaps.hrh" |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 CAPABILITY CAP_GENERAL_DLL |
|
24 VENDORID VID_DEFAULT |
|
25 TARGET nsmldmmodule.dll |
|
26 TARGETTYPE dll |
|
27 UID 0x1000008d 268437795 |
|
28 |
|
29 #if defined(ARMCC) |
|
30 DEFFILE ./DEF/eabi |
|
31 #elif defined(WINSCW) |
|
32 DEFFILE ./DEF/bwinscw |
|
33 #elif defined(WINS) |
|
34 DEFFILE ./def/bwins |
|
35 #else |
|
36 DEFFILE ./def/bmarm |
|
37 #endif |
|
38 |
|
39 SOURCEPATH ../src |
|
40 |
|
41 SOURCE nsmldmmodule.cpp |
|
42 SOURCE nsmldmddf.cpp |
|
43 SOURCE nsmldmcommandbuffer.cpp |
|
44 SOURCE nsmldmhostclient.cpp |
|
45 |
|
46 MW_LAYER_SYSTEMINCLUDE |
|
47 SYSTEMINCLUDE /epoc32/include/libc |
|
48 SYSTEMINCLUDE /epoc32/include/ecom |
|
49 USERINCLUDE ../inc |
|
50 USERINCLUDE ../../inc |
|
51 USERINCLUDE ../inc/exported |
|
52 USERINCLUDE ../../dmutils/inc |
|
53 USERINCLUDE ../../dmutils/inc/exported |
|
54 USERINCLUDE ../../treedbclient/inc |
|
55 // FOTA |
|
56 USERINCLUDE ../../adapters/inc |
|
57 // FOTA end |
|
58 |
|
59 |
|
60 LIBRARY euser.lib |
|
61 LIBRARY nsmldebug.lib |
|
62 LIBRARY estor.lib |
|
63 LIBRARY efsrv.lib |
|
64 LIBRARY ecom.lib |
|
65 LIBRARY nsmldmhostserver.lib |
|
66 LIBRARY nsmldmclientserverutils.lib |
|
67 LIBRARY nsmldmtreedbclient.lib |
|
68 LIBRARY featmgr.lib |
|
69 |
|
70 SMPSAFE |