predictivesearch/adapters/contacts/group/pscontactdatastore.mmp
branchRCL_3
changeset 20 f4a778e096c2
child 21 9da50d567e3c
equal deleted inserted replaced
19:5b6f26637ad3 20:f4a778e096c2
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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:  PCS Data Adapter
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh> 
       
    21 
       
    22 CAPABILITY      CAP_ECOM_PLUGIN
       
    23 VENDORID        VID_DEFAULT
       
    24 TARGET          pscontactdatastore.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x2000B5C2
       
    27 
       
    28 // RESOURCE
       
    29 START  RESOURCE ../data/pscontactdatastore.rss
       
    30 TARGET          pscontactdatastore.rsc
       
    31 END
       
    32 
       
    33 // RESOURCE
       
    34 START  RESOURCE ../data/contactsort.rss
       
    35 HEADER
       
    36 TARGETPATH      RESOURCE_FILES_DIR
       
    37 LANG            SC
       
    38 END
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          proxy.cpp
       
    42 SOURCE          cpcscontactfetch.cpp
       
    43 SOURCE          CPsContactDataAdapter.cpp
       
    44 SOURCE          cpcscontactstore.cpp
       
    45 
       
    46 USERINCLUDE     ../inc
       
    47 USERINCLUDE     ../../../PcsServer/inc
       
    48 USERINCLUDE     ../../../PcsUtils/inc
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         eCom.lib
       
    53 LIBRARY         efsrv.lib 
       
    54 
       
    55 LIBRARY         flogger.lib
       
    56 LIBRARY         bafl.lib
       
    57 LIBRARY         PcsUtils.lib
       
    58 LIBRARY         VPbkEng.lib
       
    59 LIBRARY         centralrepository.lib
       
    60 LIBRARY         FeatMgr.lib
       
    61 LIBRARY         pbk2presentation.lib
       
    62