photosgallery/viewframework/commandhandlers/commandhandlermarking/group/glxcommandhandlermarking.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:    commandhandler marking
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 /**
       
    22  *  @internal reviewed 12/06/2007 by Alex Birkett
       
    23  */
       
    24  
       
    25 #include <data_caging_paths.hrh>
       
    26 #include <platform_paths.hrh>
       
    27 
       
    28 #include "../../../../group/glxbuildcommon.mmh"
       
    29 
       
    30 TARGET          glxcommandhandlermarking.dll
       
    31 TARGETTYPE      dll
       
    32 UID             0x1000008d 0x25000000
       
    33 
       
    34 #ifndef WINSCW
       
    35 EPOCALLOWDLLDATA
       
    36 #endif 
       
    37 CAPABILITY      CAP_GENERAL_DLL
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          glxcommandhandlermarking.cpp
       
    41 SOURCE          glxmarkediconmanager.cpp
       
    42 
       
    43 SOURCEPATH      ../data
       
    44 
       
    45 START RESOURCE  glxcommandhandlermarking.rss
       
    46 HEADER
       
    47 TARGETPATH      /resource/apps
       
    48 LANGUAGE_IDS
       
    49 END       // RESOURCE
       
    50 
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 USERINCLUDE     ../inc
       
    54 USERINCLUDE     ../../inc
       
    55 
       
    56 SYSTEMINCLUDE   ../../../../inc
       
    57 SYSTEMINCLUDE   ../../../inc
       
    58 SYSTEMINCLUDE   ../../../medialists/inc
       
    59 SYSTEMINCLUDE   ../../../texturemanager/inc
       
    60 SYSTEMINCLUDE   ../../../uiutilities/inc
       
    61 SYSTEMINCLUDE   ../../../views/viewbase/inc
       
    62 SYSTEMINCLUDE   ../../../visuallistmanager/inc
       
    63 SYSTEMINCLUDE   ../../commandhandlerbase/inc
       
    64 SYSTEMINCLUDE	../../../../common/inc          // for CGlxResourceUtilities
       
    65 SYSTEMINCLUDE   ../../../../gallery/loc
       
    66 
       
    67 LIBRARY         aknicon.lib
       
    68 LIBRARY         aknlayout2.lib
       
    69 LIBRARY         aknlayout2scalable.lib
       
    70 LIBRARY         aknskins.lib
       
    71 LIBRARY         apparc.lib
       
    72 LIBRARY         avkon.lib
       
    73 LIBRARY         bafl.lib
       
    74 LIBRARY         bitgdi.lib
       
    75 LIBRARY         cdlengine.lib
       
    76 LIBRARY         commonengine.lib
       
    77 LIBRARY         cone.lib
       
    78 LIBRARY         efsrv.lib
       
    79 LIBRARY         egul.lib
       
    80 LIBRARY         eikcoctl.lib
       
    81 LIBRARY         eikcore.lib 
       
    82 LIBRARY         eikctl.lib
       
    83 LIBRARY         estor.lib
       
    84 LIBRARY         euser.lib
       
    85 LIBRARY         fbscli.lib 
       
    86 LIBRARY         gdi.lib
       
    87 LIBRARY         glxcommandhandlerbase.lib
       
    88 LIBRARY         glxmedialists.lib
       
    89 LIBRARY         glxtexturemanager.lib
       
    90 LIBRARY         glxuiutilities.lib
       
    91 LIBRARY         glxvisuallistmanager.lib
       
    92 LIBRARY         glxcommon.lib                   // for CResourceUtilities
       
    93 
       
    94 LIBRARY         hitchcock.lib // HUI
       
    95 LIBRARY         hlplch.lib
       
    96 LIBRARY         mpxcollectionutility.lib
       
    97 LIBRARY         mpxcommon.lib
       
    98 LIBRARY         ws32.lib
       
    99 LIBRARY					libpthread.lib
       
   100 LIBRARY         flogger.lib						// For Logging Tracer
       
   101 
       
   102 // End of File