|
1 /* |
|
2 * Copyright (c) 2007-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: Project file for Account Creation Plugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 #include "../inc/accountcreationpluginuids.hrh" |
|
22 |
|
23 TARGET accountcreationplugin.dll |
|
24 CAPABILITY CAP_ECOM_PLUGIN |
|
25 TARGETTYPE PLUGIN |
|
26 |
|
27 UID 0x10009D8D KAccountCreationPluginDllUid |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE accountcreationplugin.cpp |
|
32 SOURCE acpproviderlistview.cpp |
|
33 SOURCE acpproviderlistcontainer.cpp |
|
34 SOURCE acpproviderspecificview.cpp |
|
35 SOURCE acpproviderspecificcontainer.cpp |
|
36 SOURCE acpdialog.cpp |
|
37 SOURCE acptimer.cpp |
|
38 SOURCE accountcreationpluginGroupProxy.cpp |
|
39 |
|
40 START RESOURCE ../data/accountcreationplugin.rss |
|
41 HEADER |
|
42 TARGETPATH RESOURCE_FILES_DIR |
|
43 LANGUAGE_IDS |
|
44 END // RESOURCE |
|
45 |
|
46 START RESOURCE ../data/2000bef1.rss |
|
47 TARGET accountcreationplugin.rsc |
|
48 END // RESOURCE |
|
49 |
|
50 USERINCLUDE ../inc |
|
51 USERINCLUDE ../engine/inc |
|
52 |
|
53 APP_LAYER_SYSTEMINCLUDE |
|
54 SYSTEMINCLUDE /epoc32/include/ecom |
|
55 |
|
56 |
|
57 LIBRARY bafl.lib |
|
58 LIBRARY cone.lib |
|
59 LIBRARY avkon.lib |
|
60 LIBRARY euser.lib |
|
61 LIBRARY efsrv.lib |
|
62 LIBRARY eikcore.lib |
|
63 LIBRARY eikcoctl.lib |
|
64 LIBRARY aknskins.lib |
|
65 LIBRARY aknnotify.lib |
|
66 LIBRARY platformenv.lib |
|
67 LIBRARY commonengine.lib |
|
68 LIBRARY servicehandler.lib |
|
69 LIBRARY accountcreationengine.lib |
|
70 LIBRARY browserlauncher.lib |
|
71 LIBRARY apparc.lib |
|
72 LIBRARY apgrfx.lib |
|
73 LIBRARY centralrepository.lib |
|
74 LIBRARY fbscli.lib |
|
75 LIBRARY egul.lib |
|
76 LIBRARY aknicon.lib |
|
77 LIBRARY eikctl.lib |
|
78 LIBRARY inetprotutil.lib |
|
79 LIBRARY hlplch.lib |
|
80 LIBRARY xspviewservices.lib |
|
81 LIBRARY serviceprovidersettings.lib |
|
82 LIBRARY cmmanager.lib |
|
83 LIBRARY connectionuiutilities.lib |
|
84 LIBRARY wepsecuritysettingsui.lib |
|
85 LIBRARY wpasecuritysettingsui.lib |
|
86 LIBRARY commsdat.lib |
|
87 LIBRARY eikdlg.lib |
|
88 LIBRARY rcse.lib |
|
89 LIBRARY featmgr.lib |
|
90 LIBRARY etext.lib |
|
91 LIBRARY swinstcli.lib |
|
92 |