srsf/nssvascontacthdlr/group/nssvascontacthdlr.mmp
branchRCL_3
changeset 18 cad71a31b7fc
parent 17 8ce15fced3a6
child 19 e36f3802f733
equal deleted inserted replaced
17:8ce15fced3a6 18:cad71a31b7fc
     1 /*
       
     2 * Copyright (c) 2004-2006 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 NssVAS Contact Handler
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "data_caging_paths.hrh"
       
    21 
       
    22 target          nssvascontacthdlr.dll
       
    23 targettype      dll
       
    24 uid             0x1000008d 0x10201aef // UID: 270539503
       
    25 
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 SOURCEPATH      ../data
       
    29 START RESOURCE  nssvascontacthandler.rss
       
    30 HEADER
       
    31 
       
    32 TARGETPATH      RESOURCE_FILES_DIR
       
    33 LANGUAGE_IDS
       
    34 END
       
    35 
       
    36 sourcepath      ../src
       
    37 
       
    38 
       
    39 USERINCLUDE     ../inc  ../group  ../src ../../inc
       
    40 USERINCLUDE	    ../../group  // for srsfbldvariant.hrh
       
    41 
       
    42 // This is a SYSTEMINCLUDE macro containing the application
       
    43 // layer specific include directories
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 SYSTEMINCLUDE   /epoc32/include/connect
       
    47 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    48 
       
    49 SOURCE          nssvasccontacthandler.cpp
       
    50 SOURCE          nssvasccontacthandlerimpl.cpp
       
    51 SOURCE          nssvasdatasyncwatcher.cpp
       
    52 SOURCE          nsschbackupobserver.cpp
       
    53 
       
    54 USERINCLUDE     ../../rubydebug
       
    55 
       
    56 LIBRARY         euser.lib  
       
    57 LIBRARY         cntmodel.lib 
       
    58 LIBRARY         nssvasapi.lib
       
    59 LIBRARY         pbkeng.lib
       
    60 LIBRARY         featmgr.lib
       
    61 LIBRARY         efsrv.lib
       
    62 LIBRARY         bafl.lib
       
    63 LIBRARY         sysutil.lib
       
    64 LIBRARY         centralrepository.lib
       
    65 LIBRARY         cenrepnotifhandler.lib
       
    66 
       
    67 CAPABILITY      CAP_GENERAL_DLL