engine/collectionframework/plugins/glxcollectionplugincamera/group/glxcollectionplugincamera.mmp
changeset 23 74c9f037fd5d
child 45 863223ea6961
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     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:   
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include   <bldvariant.hrh>
       
    21 #include   <data_caging_paths.hrh>
       
    22 #include   <platform_paths.hrh> //APP_LAYER_SYSTEMINCLUDE
       
    23 
       
    24 #include "../../../../../group/glxbuildcommon.mmh"
       
    25 
       
    26 TARGET          glxcollectionplugincamera.dll
       
    27 TARGETTYPE      PLUGIN
       
    28 UID             0x10009D8D 0x2000a766
       
    29 #ifndef WINSCW
       
    30 EPOCALLOWDLLDATA
       
    31 #endif 
       
    32 
       
    33 CAPABILITY      CAP_ECOM_PLUGIN
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          glxcollectionplugincamera.cpp
       
    37 SOURCE          glxcollectionplugincameraproxy.cpp
       
    38 
       
    39 USERINCLUDE     ../inc
       
    40 
       
    41 
       
    42 
       
    43 // System includes from the source tree
       
    44 SYSTEMINCLUDE   ../../../../../commonutilities/common/inc
       
    45 SYSTEMINCLUDE   ../../../../../inc
       
    46 SYSTEMINCLUDE   ../../../../../gallery/loc
       
    47 SYSTEMINCLUDE   ../../../datasource/manager/inc
       
    48 SYSTEMINCLUDE   ../../../thumbnailcreator/inc
       
    49 
       
    50 // System includes from epoc32/include
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 SYSTEMINCLUDE   /epoc32/include/ecom
       
    54 
       
    55 
       
    56 SOURCEPATH      ../data
       
    57 START RESOURCE  2000a766.rss
       
    58 TARGET          glxcollectionplugincamera.rsc
       
    59 END
       
    60 
       
    61 SOURCEPATH      ../data
       
    62 START RESOURCE  glxplugincamera.rss
       
    63 HEADER
       
    64 TARGETPATH      ECOM_RESOURCE_DIR
       
    65 LANGUAGE_IDS
       
    66 END
       
    67 
       
    68 LIBRARY         commonengine.lib
       
    69 LIBRARY         ecom.lib
       
    70 LIBRARY         efsrv.lib
       
    71 LIBRARY         estor.lib
       
    72 LIBRARY         euser.lib
       
    73 LIBRARY         glxdatasourcemanager.lib
       
    74 LIBRARY         mpxcommon.lib
       
    75 LIBRARY         glxcommon.lib
       
    76 LIBRARY         flogger.lib
       
    77 
       
    78 // End of File