filedetails/filedetailsplugin/group/filedetailsplugin.mmp
branchRCL_3
changeset 23 befca0ec475f
equal deleted inserted replaced
22:839377eedc2b 23:befca0ec475f
       
     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 the License "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:   This is a project specification file for filedetailsplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 #include "../inc/filedetailsplugin.hrh"
       
    23 
       
    24 TARGET          filedetailsplugin.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D KFileDetailsPluginDllUid
       
    27 CAPABILITY      CAP_ECOM_PLUGIN DRM
       
    28 
       
    29 USERINCLUDE     ../inc
       
    30 
       
    31 APP_LAYER_SYSTEMINCLUDE 
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          filedetailsimplementationproxy.cpp
       
    35 SOURCE          filedetailsplugin.cpp
       
    36 
       
    37 SOURCEPATH      ../data
       
    38 START RESOURCE  filedetailsplugin.rss
       
    39 END
       
    40 
       
    41 LIBRARY         ecom.lib
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY         efsrv.lib
       
    44 LIBRARY         bafl.lib
       
    45 LIBRARY         flogger.lib
       
    46 LIBRARY         estor.lib
       
    47 LIBRARY         mpxcommon.lib
       
    48 LIBRARY         mpfiledetailsdialog.lib
       
    49