photosgallery/common/group/glxcommon.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 definition file for project glxdatasourcemanager.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 #include        <bldvariant.hrh>
       
    25 #include        <data_caging_paths.hrh>
       
    26 #include        <platform_paths.hrh>
       
    27 
       
    28 #include        "../../group/glxbuildcommon.mmh"
       
    29 
       
    30 
       
    31  
       
    32 TARGET          glxcommon.dll
       
    33 TARGETTYPE      dll
       
    34 UID             0x1000008d 0x200071C8
       
    35 
       
    36 #ifndef WINSCW
       
    37 EPOCALLOWDLLDATA
       
    38 #endif 
       
    39 CAPABILITY      CAP_GENERAL_DLL
       
    40 
       
    41 USERINCLUDE     ../inc
       
    42 
       
    43 SYSTEMINCLUDE   ../../inc
       
    44 SYSTEMINCLUDE   ../../collectionframework/plugins/glxcollectionpluginalbums/inc
       
    45 SYSTEMINCLUDE   ../../collectionframework/plugins/glxcollectionpluginall/inc
       
    46 
       
    47 APP_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 
       
    50 SOURCEPATH      ../src
       
    51 SOURCE          glxcommandfactory.cpp
       
    52 SOURCE          glxcommandparser.cpp
       
    53 SOURCE          glxfilterfactory.cpp
       
    54 SOURCE          glxresourceutilities.cpp
       
    55 SOURCE          glxsettingsmodel.cpp
       
    56 SOURCE          glxsingletonstore.cpp
       
    57 SOURCE          glxiadupdate.cpp
       
    58 
       
    59 
       
    60 LIBRARY         bafl.lib
       
    61 LIBRARY         centralrepository.lib
       
    62 LIBRARY         efsrv.lib
       
    63 LIBRARY         estor.lib
       
    64 LIBRARY         euser.lib
       
    65 LIBRARY         featmgr.lib
       
    66 LIBRARY         lbs.lib                    // For TCoordinate
       
    67 LIBRARY         mpxcommon.lib
       
    68 LIBRARY         flogger.lib
       
    69 LIBRARY         iaupdateapi.lib			//for IAD update
       
    70 
       
    71 // End of file