phoneengine/PhoneCntFinder/Group/phonecntfinder.mmp
changeset 0 5f000ab63145
child 58 40a3f856b14d
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     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 
       
    83 USERINCLUDE     ../ContactService/inc
       
    84 USERINCLUDE     ../inc
       
    85 USERINCLUDE     ../inc/Misc
       
    86 
       
    87 APP_LAYER_SYSTEMINCLUDE
       
    88 SYSTEMINCLUDE   ../../inc               // talogger
       
    89 SYSTEMINCLUDE   ../../../inc
       
    90 SYSTEMINCLUDE   /epoc32/include/ecom
       
    91 
       
    92 LIBRARY         euser.lib
       
    93 LIBRARY         pbkview.lib             // PhonebookUI.
       
    94 LIBRARY         pbk2presentation.lib    // Phonebook2.
       
    95 LIBRARY         vpbkeng.lib             // Virtula Phonebook.
       
    96 LIBRARY         spdctrl.lib             // Speeddial.
       
    97 LIBRARY         rfs.lib                 // Restore factory settings.
       
    98 LIBRARY         eikcoctl.lib            // CEikImage.
       
    99 LIBRARY         secui.lib               // Security.
       
   100 LIBRARY         fbscli.lib              // Speeddial bitmap/icon handling.
       
   101 LIBRARY         cone.lib                // CCoeEnv.
       
   102 LIBRARY         profileeng.lib          // Profile.
       
   103 LIBRARY         cenrepnotifhandler.lib  // CenRep notifyhandler.
       
   104 LIBRARY         centralrepository.lib   // CenRep.
       
   105 LIBRARY         ecom.lib                // ECOM plugin usage.
       
   106 LIBRARY         servicehandler.lib      // AIW framework.
       
   107 LIBRARY         bafl.lib                // Descriptor arrays
       
   108 
       
   109 LIBRARY         featmgr.lib             // Feature manager
       
   110 // End of File