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