homesync/contentmanager/cmserver/cmserver/group/cmclient.mmp
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     1 /*
       
     2 * Copyright (c) 2008 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 Content Manager client
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include "../inc/cmuids.hrh"
       
    20 
       
    21 TARGET          cmclient.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D KCmClientUid
       
    24 
       
    25 CAPABILITY CAP_GENERAL_DLL
       
    26 
       
    27 SOURCEPATH      ../src/client
       
    28 SOURCE          cmclientsession.cpp
       
    29 SOURCE          cmactive.cpp
       
    30 
       
    31 USERINCLUDE     ../inc/client
       
    32 USERINCLUDE     ../inc
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 USERINCLUDE   ../../../../../inc
       
    36 
       
    37 LIBRARY         euser.lib
       
    38 LIBRARY         bafl.lib
       
    39 LIBRARY         estor.lib
       
    40 LIBRARY         efsrv.lib
       
    41 LIBRARY         cmcommon.lib
       
    42 
       
    43 DEBUGLIBRARY    flogger.lib
       
    44 
       
    45 //  End of File