uiacceltk/hitchcock/plugins/alfcrpplugin/group/alfcrpplugin.mmp
branchRCL_3
changeset 3 d8a3531bc6b8
equal deleted inserted replaced
0:15bf7259bb7c 3:d8a3531bc6b8
       
     1 /*
       
     2 * Copyright (c) 2010 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:  MMP file for alf crp ECOM plugin
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <defaultcaps.hrh>
       
    20 
       
    21 TARGET          alfcrpplugin.dll
       
    22 TARGETTYPE      PLUGIN 
       
    23 UID             0x10009D8D 0x2002C358
       
    24 CAPABILITY      CAP_ECOM_PLUGIN
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 USERINCLUDE     ../inc
       
    28 USERINCLUDE     ../../../CommonInc
       
    29 MW_LAYER_SYSTEMINCLUDE
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          alfcrpplugin.cpp
       
    33 SOURCE          alfsynchronizer.cpp
       
    34 
       
    35 START RESOURCE  alfcrpplugin.rss
       
    36 TARGET          alfcrpplugin.rsc
       
    37 END
       
    38 
       
    39 LIBRARY         ecom.lib
       
    40 LIBRARY         euser.lib
       
    41 LIBRARY         wsgraphicdrawer.lib
       
    42 LIBRARY         fbscli.lib
       
    43 LIBRARY         estor.lib
       
    44 LIBRARY         gdi.lib
       
    45