photosgallery/viewframework/commandhandlers/commandhandlerbase/group/glxcommandhandlerbase.mmp
changeset 0 4e91876724a2
child 57 ea65f74e6de4
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 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include "../../../../group/glxbuildcommon.mmh"
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          glxcommandhandlerbase.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008d 0x2000A76D
       
    27 
       
    28 #ifndef WINSCW
       
    29 EPOCALLOWDLLDATA
       
    30 #endif 
       
    31 CAPABILITY      CAP_GENERAL_DLL
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          glxmedialistcommandhandler.cpp
       
    35 SOURCE          glxmpxcommandcommandhandler.cpp
       
    36 SOURCE 		      glxcommandhandler.cpp
       
    37 
       
    38 //System Includes for epoc32
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 USERINCLUDE     ../inc
       
    42 
       
    43 SYSTEMINCLUDE   ../../../../gallery/loc
       
    44 SYSTEMINCLUDE   ../../../../inc
       
    45 SYSTEMINCLUDE   ../../../inc
       
    46 SYSTEMINCLUDE   ../../inc
       
    47 SYSTEMINCLUDE   ../../../medialists/inc
       
    48 SYSTEMINCLUDE   ../../../uiutilities/inc
       
    49 SYSTEMINCLUDE	../../../../common/inc            // for CGlxResourceUtilities
       
    50 
       
    51 
       
    52 LIBRARY         aknicon.lib
       
    53 LIBRARY         aknlayout2.lib
       
    54 LIBRARY         aknlayout2scalable.lib
       
    55 LIBRARY         aknskins.lib
       
    56 LIBRARY         apparc.lib
       
    57 LIBRARY         avkon.lib
       
    58 LIBRARY         bafl.lib
       
    59 LIBRARY         bitgdi.lib
       
    60 LIBRARY         cdlengine.lib
       
    61 LIBRARY         cone.lib
       
    62 LIBRARY         efsrv.lib
       
    63 LIBRARY         egul.lib
       
    64 LIBRARY         eikcoctl.lib
       
    65 LIBRARY         eikcore.lib 
       
    66 LIBRARY         eikctl.lib
       
    67 LIBRARY         estor.lib
       
    68 LIBRARY         euser.lib
       
    69 LIBRARY         fbscli.lib 
       
    70 LIBRARY         gdi.lib
       
    71 LIBRARY         glxlayouts.lib
       
    72 LIBRARY         glxmedialists.lib
       
    73 LIBRARY         glxuiutilities.lib
       
    74 LIBRARY         glxvisuallistmanager.lib
       
    75 LIBRARY         glxcommon.lib                   // for CResourceUtilities
       
    76 
       
    77 LIBRARY         hlplch.lib
       
    78 
       
    79 LIBRARY         hitchcock.lib // HUI framework
       
    80 
       
    81 LIBRARY         mpxcollectionutility.lib
       
    82 LIBRARY         mpxcommon.lib
       
    83 LIBRARY         mpxviewutility.lib
       
    84 LIBRARY         ws32.lib 
       
    85 LIBRARY         commonengine.lib
       
    86 
       
    87 LIBRARY					libpthread.lib
       
    88 // End of File
       
    89