|
1 /* |
|
2 * Copyright (c) 2002 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 definition file for ProfileAiwProvider |
|
15 * |
|
16 */ |
|
17 |
|
18 #include "ProfileAiwProviderUid.h" |
|
19 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
20 #include <platform_paths.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 |
|
23 TARGET profileaiwprovider.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID KEComRecognitionUID2 KProfileAiwProviderDllUid |
|
26 CAPABILITY CAP_ECOM_PLUGIN |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE Dllmain.cpp |
|
31 SOURCE CProfileAiwProvider.cpp |
|
32 SOURCE CPapPopupList.cpp |
|
33 |
|
34 USERINCLUDE ../rss |
|
35 USERINCLUDE ../group |
|
36 USERINCLUDE ../../ProfileApp/SettingsViewInc |
|
37 USERINCLUDE ../../ProfileApp/group |
|
38 SYSTEMINCLUDE ../../../inc |
|
39 |
|
40 APP_LAYER_SYSTEMINCLUDE |
|
41 SYSTEMINCLUDE /epoc32/include/ecom |
|
42 |
|
43 SOURCEPATH ../rss |
|
44 |
|
45 START RESOURCE ProfileAiwProviderResource.rss |
|
46 HEADER |
|
47 TARGETPATH RESOURCE_FILES_DIR |
|
48 LANGUAGE_IDS |
|
49 END |
|
50 |
|
51 // ECom resource |
|
52 START RESOURCE 10281F18.rss |
|
53 TARGET profileaiwprovider.rsc |
|
54 END |
|
55 |
|
56 |
|
57 LIBRARY euser.lib |
|
58 LIBRARY cone.lib |
|
59 LIBRARY commonengine.lib |
|
60 LIBRARY avkon.lib |
|
61 LIBRARY servicehandler.lib |
|
62 LIBRARY efsrv.lib |
|
63 LIBRARY bafl.lib |
|
64 LIBRARY profilesettingsview.lib |
|
65 LIBRARY aknskins.lib |
|
66 LIBRARY eikcoctl.lib |
|
67 LIBRARY centralrepository.lib |
|
68 LIBRARY featmgr.lib // Feature Manager |
|
69 LIBRARY egul.lib // CGulIcon |
|
70 LIBRARY eikcore.lib |
|
71 LIBRARY platformenv.lib |
|
72 |
|
73 #ifdef RD_DRM_COMMON_INTERFACE_FOR_OMA_AND_WMDRM |
|
74 LIBRARY drmutility.lib |
|
75 #endif |
|
76 |
|
77 // End of File |