coreapplicationuis/Rfs/Plugins/GSRFSPlugin/group/GSRFSPlugin.mmp
branchRCL_3
changeset 62 924385140d98
parent 58 0818dd463d41
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
     1 /*
       
     2 * Copyright (c) 2005-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:  Project specification file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include  <data_caging_paths.hrh>    // For RESOURCE_FILES_DIR
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY          CAP_ECOM_PLUGIN
       
    23 TARGET              GSRFSPlugin.dll
       
    24 TARGETTYPE          PLUGIN
       
    25 UID                 0x10009D8D 0x10275117
       
    26 VENDORID            VID_DEFAULT
       
    27 
       
    28 
       
    29 SOURCEPATH  ../src
       
    30 SOURCE      GSRFSPluginImplementationTable.cpp
       
    31 SOURCE      GSRFSPlugin.cpp
       
    32 SOURCE      GSRFSPluginContainer.cpp
       
    33 
       
    34 //User include paths
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../data         	// For *.rh
       
    37 USERINCLUDE     ../../../inc 		// for gsrfsplugin.loc
       
    38  
       
    39 
       
    40 //System include paths
       
    41 APP_LAYER_SYSTEMINCLUDE   /epoc32/include/ecom
       
    42 APP_LAYER_SYSTEMINCLUDE   /epoc32/include/cshelp
       
    43 
       
    44 //System include paths
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 SOURCEPATH      ../data
       
    48 
       
    49 START RESOURCE  10275117.rss
       
    50 TARGET          GSRFSPlugin.rsc
       
    51 END
       
    52 
       
    53 START RESOURCE  GSRFSPluginRsc.rss
       
    54 TARGETPATH      RESOURCE_FILES_DIR
       
    55 HEADER
       
    56 LANGUAGE_IDS
       
    57 END
       
    58 
       
    59 LIBRARY   euser.lib
       
    60 LIBRARY   ecom.lib
       
    61 LIBRARY   efsrv.lib
       
    62 LIBRARY   avkon.lib
       
    63 LIBRARY   bafl.lib 
       
    64 LIBRARY   cone.lib 
       
    65 LIBRARY   eikcoctl.lib 
       
    66 LIBRARY   eikcore.lib 
       
    67 LIBRARY   egul.lib
       
    68 LIBRARY   ws32.lib
       
    69 LIBRARY   rfs.lib
       
    70 LIBRARY   gsecomplugin.lib
       
    71 LIBRARY   CommonEngine.lib
       
    72 LIBRARY   fbscli.lib
       
    73 LIBRARY   AknIcon.lib
       
    74 LIBRARY   aknskins.lib
       
    75 
       
    76 LIBRARY   hlplch.lib
       
    77 LIBRARY   GSFramework.lib
       
    78 LIBRARY   GSListBox.lib
       
    79 
       
    80 
       
    81 DOCUMENT            10275117.rss
       
    82 
       
    83 // End of File