|
1 /* |
|
2 * Copyright (c) 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <defaultcaps.hrh> |
|
20 |
|
21 |
|
22 TARGET AspPreSyncDefault.dll |
|
23 TARGETTYPE PLUGIN |
|
24 |
|
25 // ECom Dll recognition UID followed by the unique UID for this dll |
|
26 UID 0x10009D8D 0x2001955E |
|
27 //SECUREID 0xE01F614F |
|
28 |
|
29 |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 CAPABILITY CAP_ECOM_PLUGIN |
|
33 |
|
34 START RESOURCE ../data/AspPreSyncDefault.rss |
|
35 TARGET AspPreSyncDefault.rsc |
|
36 END |
|
37 |
|
38 SOURCEPATH ../src |
|
39 SOURCE proxy.cpp |
|
40 SOURCE AspPreSyncDefaultPlugin.cpp |
|
41 |
|
42 USERINCLUDE ../inc |
|
43 USERINCLUDE ../../AspSyncUtil/inc |
|
44 APP_LAYER_SYSTEMINCLUDE |
|
45 |
|
46 |
|
47 LIBRARY avkon.lib |
|
48 LIBRARY commonengine.lib //For String loader |
|
49 LIBRARY centralrepository.lib //For Centralrepository |
|
50 LIBRARY euser.lib ECom.lib |
|
51 LIBRARY cone.lib // Symbian OS framework libraries |
|
52 LIBRARY bafl.lib // Basic Application Framework Library |
|
53 LIBRARY charconv.lib // Character conversion library |
|
54 LIBRARY eikcoctl.lib eiksrv.lib // Eikon libraries |
|
55 LIBRARY eikdlg.lib // Eikon libraries |
|
56 LIBRARY eikcore.lib // Library for eikonEnv static functions (BringForwards) |
|
57 LIBRARY eiksrvui.lib // Eikon server ui (for suppressing app -key) |
|
58 LIBRARY esock.lib // Sockects library for host resolver |
|
59 LIBRARY AknSkins.lib // Skinned icons |
|
60 LIBRARY aknNotifierWrapper.lib |
|
61 LIBRARY ConnMon.lib |
|
62 LIBRARY aknnotify.lib efsrv.lib |