40
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 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: Client side of sconsyncserver
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
// To get the APP_LAYER_SYSTEMINCLUDE-definition
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
#include <data_caging_paths.hrh>
|
|
22 |
|
|
23 |
TARGET sconsyncclient.dll
|
|
24 |
TARGETTYPE dll
|
|
25 |
|
|
26 |
CAPABILITY CAP_CLIENT_DLL
|
|
27 |
|
|
28 |
UID 0x1000008d 0x2001A963
|
|
29 |
VENDORID VID_DEFAULT
|
|
30 |
|
|
31 |
SOURCEPATH ../src
|
|
32 |
SOURCE sconsyncclient.cpp
|
|
33 |
SOURCE scondataproviderinfo.cpp
|
|
34 |
|
|
35 |
USERINCLUDE ../inc
|
|
36 |
USERINCLUDE ../../../inc
|
|
37 |
|
|
38 |
// Server
|
|
39 |
USERINCLUDE ../../../servers/syncserver/inc
|
|
40 |
|
|
41 |
|
|
42 |
// Default system include paths for middleware layer modules.
|
|
43 |
APP_LAYER_SYSTEMINCLUDE
|
|
44 |
|
|
45 |
LIBRARY euser.lib
|
|
46 |
LIBRARY estor.lib
|
|
47 |
LIBRARY bafl.lib
|
|
48 |
LIBRARY charconv.lib
|
|
49 |
LIBRARY smlstoreformat.lib
|
|
50 |
DEBUGLIBRARY flogger.lib
|
54
|
51 |
|
|
52 |
|
|
53 |
SMPSAFE
|