syncmlfw/syncservice/group/SyncService.mmp
branchRCL_3
changeset 62 19bba8228ff0
parent 0 b497e44ab2fc
equal deleted inserted replaced
61:b183ec05bd8c 62:19bba8228ff0
       
     1 /*
       
     2 * Copyright (c) 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:  Project specification file for SyncService
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include  <platform_paths.hrh>
       
    21 
       
    22 TARGET          syncservice.dll
       
    23 TARGETTYPE      DLL
       
    24 UID             0x1000008d 0x101F8769
       
    25 
       
    26 VENDORID    VID_DEFAULT
       
    27 CAPABILITY  CAP_CLIENT_DLL
       
    28 
       
    29 SOURCEPATH      ../SRC
       
    30 
       
    31 USERINCLUDE     ../INC
       
    32 // Default system include paths for app layer modules.
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 SOURCE          SyncService.cpp
       
    36 SOURCE          SyncServiceSession.cpp
       
    37 
       
    38 LIBRARY         avkon.lib
       
    39 LIBRARY         euser.lib
       
    40 LIBRARY         estor.lib
       
    41 LIBRARY         apparc.lib
       
    42 LIBRARY         cone.lib
       
    43 LIBRARY         bafl.lib
       
    44 LIBRARY         apgrfx.lib
       
    45 LIBRARY         mtur.lib
       
    46 LIBRARY         eikcore.lib
       
    47 LIBRARY         centralrepository.lib 
       
    48 
       
    49 DEBUGLIBRARY    flogger.lib
       
    50 
       
    51 
       
    52 SMPSAFE
       
    53 //End of file
       
    54