helix_ren/helixrfsplugin/group/RfsHelixPlugin.mmp
changeset 0 d7e778ce6e8e
child 6 bc6a0ba6193d
equal deleted inserted replaced
-1:000000000000 0:d7e778ce6e8e
       
     1 /*
       
     2 * Copyright (c) 2009 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 helix rfs plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET      RfsHelixPlugin.dll
       
    21 
       
    22 TARGETTYPE	PLUGIN
       
    23 
       
    24 CAPABILITY	CAP_ECOM_PLUGIN
       
    25 VENDORID	VID_DEFAULT
       
    26                
       
    27 UID 0x10009D8D 0x10207471
       
    28 
       
    29 SOURCEPATH  ../src
       
    30 SOURCE      RfsHelixPlugin.cpp 
       
    31 SOURCE      proxy.cpp
       
    32 
       
    33 START RESOURCE 10207471.RSS
       
    34 #ifdef SYMBIAN_SECURE_ECOM 
       
    35   TARGET RfsHelixPlugin.rsc
       
    36 #endif 
       
    37 END
       
    38 
       
    39 LANG            SC
       
    40 
       
    41 USERINCLUDE ../inc
       
    42 
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 SYSTEMINCLUDE /epoc32/include/ecom 
       
    45 
       
    46 LIBRARY euser.lib       // Base library
       
    47 LIBRARY ECom.lib	      // ECom library
       
    48 LIBRARY efsrv.lib       // File library
       
    49