25
|
1 |
/*
|
|
2 |
* Copyright (c) 2002-2005 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: This is project specification file for PhoneCntFinder.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include <platform_paths.hrh>
|
|
19 |
|
|
20 |
// Capability assignment.
|
|
21 |
CAPABILITY CAP_GENERAL_DLL
|
|
22 |
|
|
23 |
// Assign Vendor ID.
|
|
24 |
VENDORID VID_DEFAULT
|
|
25 |
|
|
26 |
TARGET phonecntfinder.dll
|
|
27 |
TARGETTYPE dll
|
|
28 |
UID 0x1000008d 0x10005998
|
|
29 |
|
|
30 |
SOURCEPATH ../src
|
|
31 |
SOURCE CPhoneCntFactoryImpl.cpp
|
|
32 |
SOURCE CPhoneRawMatchNumberExtractor.cpp
|
|
33 |
SOURCE CPhoneCntPbkOwner.cpp
|
|
34 |
SOURCE CPhoneCntSaveAddToName.cpp
|
|
35 |
SOURCE CPhoneCntNumberParser.cpp
|
|
36 |
SOURCE cphcntthumbnailloaderbase.cpp
|
|
37 |
SOURCE PhCntPanic.cpp
|
|
38 |
|
|
39 |
SOURCEPATH ../src/Misc
|
|
40 |
SOURCE CPhCntThumbnailLoaderImpl.cpp
|
|
41 |
SOURCE CPhCntRfsHandlerImpl.cpp
|
|
42 |
SOURCE CPhCntMmiSecurityImpl.cpp
|
|
43 |
SOURCE CPhCntProfileEngineImpl.cpp
|
|
44 |
|
|
45 |
SOURCEPATH ../ContactService/src
|
|
46 |
SOURCE CPhCntSingleItemFetchService.cpp
|
|
47 |
SOURCE CPhCntContactStores.cpp
|
|
48 |
SOURCE CPhCntService.cpp
|
|
49 |
SOURCE CPhCntAIWService.cpp
|
|
50 |
SOURCE tphcntaiwserviceobserver.cpp
|
|
51 |
SOURCE CPhCntContactManager.cpp
|
|
52 |
SOURCE CPhCntMatcherImpl.cpp
|
|
53 |
SOURCE tphcntcontactutil.cpp
|
|
54 |
SOURCE cphcntmatchervoipimpl.cpp
|
|
55 |
SOURCE tphcntsipuri.cpp
|
|
56 |
SOURCE cphcntvoipcontactmatchstrategy.cpp
|
|
57 |
SOURCE tphcntvoipmatchArray.cpp
|
|
58 |
SOURCE CPhCntContact.cpp
|
|
59 |
SOURCE cphcntcontactfieldsresolver.cpp
|
|
60 |
SOURCE tphcntcontactfield.cpp
|
|
61 |
SOURCE cphcntmatchcontact.cpp
|
|
62 |
SOURCE cphcntcontactmatchstrategy.cpp
|
|
63 |
SOURCE cphcntfetchcontact.cpp
|
|
64 |
SOURCE cphcntasynctosync.cpp
|
|
65 |
SOURCE cphcntfoundcontacts.cpp
|
|
66 |
SOURCE cphcntspeeddialimpl.cpp
|
|
67 |
SOURCE cphcntcontactlinkarrayfetch.cpp
|
|
68 |
SOURCE cphcntspeeddialcontactlinkfetch.cpp
|
|
69 |
SOURCE cphcntvpbkthumbnailloader.cpp
|
|
70 |
SOURCE cphcntvpbkcontactid.cpp
|
|
71 |
SOURCE tphcntservicerequestparams.cpp
|
|
72 |
SOURCE tphcntservicerequestparamfactory.cpp
|
|
73 |
SOURCE tphcntcontactlinkresult.cpp
|
|
74 |
SOURCE tphcnttxttospeech.cpp
|
|
75 |
SOURCE tphcntnumber.cpp
|
|
76 |
SOURCE cphcntphonebookservices.cpp
|
|
77 |
SOURCE tphcntnullserviceresult.cpp
|
|
78 |
SOURCE cphcntcontactstoreuris.cpp
|
|
79 |
SOURCE tphcntcontactstorestate.cpp
|
|
80 |
SOURCE cphcntcontactdataselectionimpl.cpp
|
|
81 |
SOURCE cphcntstoreloaderimpl.cpp
|
|
82 |
SOURCE tphcntcontactselectionstrategy.cpp
|
|
83 |
|
|
84 |
USERINCLUDE ../ContactService/inc
|
|
85 |
USERINCLUDE ../inc
|
|
86 |
USERINCLUDE ../inc/Misc
|
|
87 |
|
|
88 |
APP_LAYER_SYSTEMINCLUDE
|
|
89 |
SYSTEMINCLUDE ../../inc // talogger
|
|
90 |
SYSTEMINCLUDE ../../../inc
|
|
91 |
SYSTEMINCLUDE /epoc32/include/ecom
|
|
92 |
|
|
93 |
LIBRARY euser.lib
|
|
94 |
LIBRARY pbkview.lib // PhonebookUI.
|
|
95 |
LIBRARY pbk2presentation.lib // Phonebook2.
|
|
96 |
LIBRARY vpbkeng.lib // Virtula Phonebook.
|
|
97 |
LIBRARY spdctrl.lib // Speeddial.
|
|
98 |
LIBRARY rfs.lib // Restore factory settings.
|
|
99 |
LIBRARY eikcoctl.lib // CEikImage.
|
|
100 |
LIBRARY secui.lib // Security.
|
|
101 |
LIBRARY fbscli.lib // Speeddial bitmap/icon handling.
|
|
102 |
LIBRARY cone.lib // CCoeEnv.
|
|
103 |
LIBRARY profileeng.lib // Profile.
|
|
104 |
LIBRARY cenrepnotifhandler.lib // CenRep notifyhandler.
|
|
105 |
LIBRARY centralrepository.lib // CenRep.
|
|
106 |
LIBRARY ecom.lib // ECOM plugin usage.
|
|
107 |
LIBRARY servicehandler.lib // AIW framework.
|
|
108 |
LIBRARY bafl.lib // Descriptor arrays
|
|
109 |
|
|
110 |
LIBRARY featmgr.lib // Feature manager
|
|
111 |
// End of File
|