photosgallery/viewframework/plugins/metadataviewplugin/group/glxmetadataviewplugin.mmp
branchRCL_3
changeset 18 bcb43dc84c44
parent 14 ce1c7ad1f18b
child 22 2dac0fdba72b
equal deleted inserted replaced
14:ce1c7ad1f18b 18:bcb43dc84c44
     1 /*
       
     2 * Copyright (c) 2008-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 definition file 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include "../../../../group/glxbuildcommon.mmh"
       
    23 #include "../../../../inc/glxalfhelper.mmh"
       
    24 
       
    25 TARGET          glxunifiedmetadataviewplugin.dll
       
    26 TARGETTYPE      PLUGIN
       
    27 UID             0x10009D8D 0x200071AF
       
    28 
       
    29 #ifndef WINSCW
       
    30 EPOCALLOWDLLDATA
       
    31 #endif 
       
    32 CAPABILITY      CAP_ECOM_PLUGIN
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 SOURCE          glxmetadataviewpluginproxy.cpp
       
    36 SOURCE          glxmetadataviewplugin.cpp
       
    37 
       
    38 START RESOURCE  ../data/200071AF.rss
       
    39 //TARGET          200071AF.rsc
       
    40 TARGET          glxunifiedmetadataviewplugin.rsc
       
    41 END // RESOURCE
       
    42 
       
    43 USERINCLUDE     ../inc
       
    44 SYSTEMINCLUDE		../../../views/viewbase/inc
       
    45 SYSTEMINCLUDE     ../../../medialists/inc
       
    46 SYSTEMINCLUDE     ../../../../inc
       
    47 SYSTEMINCLUDE     ../../../inc
       
    48 SYSTEMINCLUDE     ../../../uiutilities/inc
       
    49 SYSTEMINCLUDE     ../../../commandhandlers/commandhandlerbase/inc
       
    50 SYSTEMINCLUDE     ../../../commandhandlers/commoncommandhandlers/inc
       
    51 SYSTEMINCLUDE     ../../../commandhandlers/inc
       
    52 SYSTEMINCLUDE		../../../views/metadataview/inc
       
    53 
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY         euser.lib					// for RAllocator
       
    57 LIBRARY         mpxviewplugin.lib			// for CMPXViewPlugin
       
    58 LIBRARY			glxunifiedmetadataview.lib	// for CGlxMetadataView
       
    59 LIBRARY			glxviewbase.lib				// for CGlxViewBase
       
    60 LIBRARY			glxcommoncommandhandlers.lib
       
    61 
       
    62 
       
    63 //EXPORTUNFROZEN
       
    64 
       
    65 // End of File