homescreensrv_plat/sapi_contentpublishing/group/cpclient.mmp
changeset 93 82b66994846c
parent 92 782e3408c2ab
child 94 dbb8300717f7
equal deleted inserted replaced
92:782e3408c2ab 93:82b66994846c
     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          cpclient.dll
       
    22 TARGETTYPE              PLUGIN
       
    23 UID                     0x10009D8D 0x20016B7D
       
    24 
       
    25 CAPABILITY              CAP_ECOM_PLUGIN
       
    26 
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 LANG            SC
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          cpclient.cpp
       
    33 SOURCE          cpclientsession.cpp
       
    34 SOURCE          cpclientactivenotifier.cpp
       
    35 SOURCE          cdatasourceinterface.cpp
       
    36 SOURCE          ccontentpublishinginterface.cpp
       
    37 SOURCE          cpclientiterable.cpp
       
    38 SOURCE          cpclientservice.cpp
       
    39 
       
    40 
       
    41 SOURCEPATH              ../data
       
    42 START RESOURCE           cpclient.rss
       
    43 TARGET                   cpclient.rsc
       
    44 TARGETPATH               /resource/plugins
       
    45 END // RESOURCE
       
    46 
       
    47 USERINCLUDE     .
       
    48 USERINCLUDE     ../inc
       
    49 USERINCLUDE     ../../../inc
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         estor.lib
       
    55 LIBRARY         efsrv.lib
       
    56 LIBRARY     liwservicehandler.lib
       
    57 LIBRARY     cputils.lib
       
    58 
       
    59 #ifdef CONTENT_PUBLISHER_DEBUG
       
    60 LIBRARY         cpdebug.lib
       
    61 #endif
       
    62 
       
    63 //end of file
       
    64 
       
    65