photosgallery/commonui/group/glxcommonui.mmp
changeset 0 4e91876724a2
child 13 71da52165949
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 definition file for project glxdatasourcemanager.
       
    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          glxcommonui.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008d 0x2000A7C2
       
    30 
       
    31 #ifndef WINSCW
       
    32 EPOCALLOWDLLDATA
       
    33 #endif 
       
    34 CAPABILITY      CAP_GENERAL_DLL
       
    35 
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 
       
    39 SYSTEMINCLUDE   ../../inc
       
    40 SYSTEMINCLUDE   ../../common/inc
       
    41 
       
    42 
       
    43 USERINCLUDE     ../inc
       
    44 
       
    45 SOURCEPATH      ../src
       
    46 SOURCE          glxerrorposter.cpp
       
    47 SOURCE          glxresolutionmanager.cpp
       
    48 SOURCE          glxresolutionutility.cpp
       
    49 SOURCE          glxzoomstatepublisher.cpp
       
    50 SOURCE          glxnavigationalstate.cpp
       
    51 
       
    52 SOURCE          glxbackservicewrapper.cpp
       
    53 
       
    54 
       
    55 LIBRARY         bafl.lib
       
    56 LIBRARY         efsrv.lib
       
    57 LIBRARY         estor.lib
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         glxcommon.lib
       
    60 LIBRARY         avkon.lib
       
    61 LIBRARY         cone.lib 
       
    62 LIBRARY         eikcore.lib 
       
    63 LIBRARY         mpxcollectionutility.lib        //for MMPXCollectionUtility
       
    64 LIBRARY         mpxcommon.lib                   // CMPXCollectionPath
       
    65 LIBRARY         mpxviewutility.lib              //for MMPXViewUtility
       
    66 
       
    67 LIBRARY 		        liwservicehandler.lib //CLiwVariant
       
    68 
       
    69 LIBRARY         flogger.lib
       
    70 // if photos need to publish zooming state, include the context framework
       
    71 #ifdef GLX_PUBLISH_ZOOMING_STATE
       
    72 LIBRARY			cfclient.lib // for CCFClient
       
    73 LIBRARY			cfservices.lib // for CCFContextObject
       
    74 #endif
       
    75 
       
    76 //EXPORTUNFROZEN
       
    77 
       
    78 // End of file