equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008 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: mmp file |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 #include "../../inc/imcacheuids.h" |
|
22 |
|
23 |
|
24 TARGET imcacheserver.exe |
|
25 TARGETTYPE exe |
|
26 |
|
27 UID KStaticInterfaceDllUid2 KIMCacheServerUid3 |
|
28 VENDORID VID_DEFAULT |
|
29 CAPABILITY CAP_SERVER |
|
30 TARGETPATH /system/libs |
|
31 |
|
32 VERSION 10.0 |
|
33 |
|
34 SOURCEPATH ../src |
|
35 |
|
36 SOURCE cimcacheserver.cpp |
|
37 SOURCE cimcachesession.cpp |
|
38 SOURCE ccacheserveractivehelper.cpp |
|
39 SOURCE timcachemessagefactory.cpp |
|
40 SOURCE cimcachemessageheader.cpp |
|
41 SOURCE cimcachemessagebase.cpp |
|
42 SOURCE cimcachebufferarray.cpp |
|
43 |
|
44 USERINCLUDE ../inc |
|
45 USERINCLUDE ../../inc |
|
46 |
|
47 APP_LAYER_SYSTEMINCLUDE |
|
48 |
|
49 LIBRARY euser.lib |
|
50 LIBRARY flogger.lib |
|
51 LIBRARY charconv.lib |
|
52 LIBRARY commonengine.lib |
|
53 LIBRARY rsfwmountman.lib |
|
54 LIBRARY estor.lib |
|
55 LIBRARY ecom.lib |
|
56 |
|
57 // end of file |
|
58 |