contentpublishingsrv/contentpublishingserver/cpserver/group/cpserver.mmp
changeset 73 4bc7b118b3df
parent 66 32469d7d46ff
child 80 397d00875918
child 81 5ef31a21fdd5
equal deleted inserted replaced
66:32469d7d46ff 73:4bc7b118b3df
     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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          cpserver.exe
       
    22 TARGETTYPE      exe
       
    23 CAPABILITY      CAP_SERVER
       
    24 
       
    25 UID             0 0x20016B7B
       
    26 
       
    27 SOURCEPATH      ../src
       
    28 SOURCE          cpserver.cpp
       
    29 SOURCE          cpserversession.cpp
       
    30 SOURCE          cpserverdatamanager.cpp
       
    31 SOURCE          cpserveractionmanager.cpp
       
    32 SOURCE			cpnotificationhandler.cpp
       
    33 SOURCE			cpserverburlistener.cpp
       
    34 SOURCE          cpactionhandlerthread.cpp
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../../cpsqlitestorage/inc
       
    38 USERINCLUDE     ../../../contentpublishingutils/contentpublishingdebug/inc
       
    39 USERINCLUDE     ../../../contentpublishingutils/contentpublishingmap/inc
       
    40 
       
    41 // Default system include paths for application layer modules.
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 LIBRARY         euser.lib 
       
    45 LIBRARY         efsrv.lib
       
    46 LIBRARY         ecom.lib
       
    47 LIBRARY			liwservicehandler.lib
       
    48 LIBRARY         eikcore.lib
       
    49 LIBRARY         cone.lib
       
    50 LIBRARY 		estor.lib
       
    51 LIBRARY 		cputils.lib
       
    52 LIBRARY         cpstorage.lib
       
    53 LIBRARY		    inetprotutil.lib
       
    54 #ifdef CONTENT_PUBLISHER_DEBUG
       
    55 LIBRARY			cpdebug.lib
       
    56 #endif
       
    57 
       
    58 
       
    59 //end of file