idlefw/plugins/sapidataplugin/group/sapidataplugin.mmp
changeset 0 79c6a41cd166
child 12 502e5d91ad42
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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 definition file for project sapidataplugin
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 #include "../inc/sapidatapluginuids.hrh"
       
    22 
       
    23 TARGET          sapidataplugin.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D  SAPIDP_UID_ECOM_DLL_CONTENTPUBLISHER_DATAPLUGIN
       
    26 
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 
       
    31 USERINCLUDE     ../inc
       
    32 
       
    33 
       
    34 APP_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 
       
    37 SOURCEPATH      ../data
       
    38 START RESOURCE  sapidataplugin.rss
       
    39 TARGET          sapidataplugin.rsc
       
    40 END
       
    41 
       
    42 
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY    	    bafl.lib
       
    45 LIBRARY         efsrv.lib
       
    46 LIBRARY    	    liwservicehandler.lib 
       
    47 LIBRARY         ecom.lib
       
    48 LIBRARY         aiutils.lib
       
    49 LIBRARY         cone.lib
       
    50 LIBRARY         avkon.lib
       
    51 LIBRARY         fbscli.lib
       
    52 LIBRARY         egul.lib
       
    53 LIBRARY         aknskins.lib  
       
    54 LIBRARY         charconv.lib 
       
    55 // End of File
       
    56 SOURCEPATH ../src
       
    57 
       
    58 SOURCE sapidataplugin.cpp
       
    59 SOURCE sapidata.cpp 
       
    60 SOURCE sapidataobserver.cpp