pimprotocols/phonebooksync/group/phbksyncsvrexe.mmp
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // MMP file for the Phonebook Synchroniser Server executable.
       
    15 // phbksyncsvrexe.exe Phonebook synchroniser server
       
    16 // 
       
    17 //
       
    18 
       
    19 TARGET          phbksyncsvrexe.exe
       
    20 CAPABILITY      ProtServ ReadUserData WriteUserData ReadDeviceData WriteDeviceData
       
    21 TARGETTYPE      EXE
       
    22 UID             0x1000007A 0x102030A1
       
    23 VENDORID        0x70000001
       
    24 
       
    25 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    26 
       
    27 USERINCLUDE     ../inc
       
    28 
       
    29 SOURCEPATH	../Server
       
    30 SOURCE          phbksyncsvr.cpp
       
    31 SOURCE          SyncContactICCEntry.cpp
       
    32 SOURCE          PhonebookManager.cpp
       
    33 SOURCE          PhonebookIniFile.cpp
       
    34 SOURCE          Phonebook.cpp
       
    35 SOURCE          phbksyncsess.cpp
       
    36 SOURCE          ActiveNotifications.cpp
       
    37 SOURCE          SyncEngineRequest.cpp
       
    38 SOURCE          SyncEngineClient.cpp
       
    39 SOURCE          SyncEngineSession.cpp
       
    40 SOURCE          SyncEngineServer.cpp
       
    41 SOURCE          SyncContactsWithICC.cpp
       
    42 SOURCE          WriteContactToICC.cpp
       
    43 SOURCE          DeleteContactFromICC.cpp
       
    44 
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY         efsrv.lib
       
    47 LIBRARY         etel.lib
       
    48 LIBRARY         etelmm.lib
       
    49 LIBRARY         cntmodel.lib
       
    50 LIBRARY         etelsat.lib
       
    51 LIBRARY         estor.lib
       
    52 LIBRARY         commsdat.lib
       
    53 DEBUGLIBRARY    comsdbgutil.lib
       
    54 
       
    55 SMPSAFE
       
    56