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