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: Project specification file for CM Metadata Harvester client |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 #include <platform_paths.hrh> |
|
24 #include "../inc/mdhuids.hrh" |
|
25 |
|
26 TARGET cmmdhclient.dll |
|
27 TARGETTYPE dll |
|
28 UID 0x1000008D KCmMdhClientUid |
|
29 |
|
30 CAPABILITY CAP_GENERAL_DLL |
|
31 |
|
32 SOURCEPATH ../src/client |
|
33 SOURCE mdhclientsession.cpp |
|
34 SOURCE mdhclient.cpp |
|
35 SOURCE mdhclientfactory.cpp |
|
36 |
|
37 USERINCLUDE ../inc/client |
|
38 USERINCLUDE ../inc |
|
39 USERINCLUDE ../../../inc |
|
40 |
|
41 MW_LAYER_SYSTEMINCLUDE |
|
42 |
|
43 LIBRARY euser.lib |
|
44 LIBRARY estor.lib |
|
45 LIBRARY efsrv.lib |
|
46 |
|
47 DEBUGLIBRARY flogger.lib |
|
48 |
|
49 // End of File |