photosgallery/viewframework/commandhandlers/commandhandlerdrm/group/glxcommandhandlerdrm.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:    DRM command handler mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include "../../../../group/glxbuildcommon.mmh"
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET                  glxcommandhandlerdrm.dll
       
    25 TARGETTYPE              DLL
       
    26 UID                     0x1000008d 0x2000A7B5
       
    27 
       
    28 #ifndef WINSCW
       
    29 EPOCALLOWDLLDATA
       
    30 #endif 
       
    31 CAPABILITY              CAP_GENERAL_DLL
       
    32 
       
    33 SOURCEPATH              ../src
       
    34 
       
    35 SOURCE                  glxcommandhandlerdrm.cpp
       
    36 SOURCE                  glxdrmiconmanager.cpp
       
    37 
       
    38 USERINCLUDE             ../inc
       
    39 
       
    40 
       
    41 //System Includes
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 SYSTEMINCLUDE           ../../../../inc
       
    45 SYSTEMINCLUDE           ../../../inc
       
    46 SYSTEMINCLUDE           ../../inc
       
    47 SYSTEMINCLUDE           ../../commandhandlerbase/inc
       
    48 SYSTEMINCLUDE           ../../../medialists/inc
       
    49 SYSTEMINCLUDE           ../../../drmutility/inc
       
    50 SYSTEMINCLUDE           ../../../texturemanager/inc
       
    51 SYSTEMINCLUDE           ../../../uiutilities/inc
       
    52 SYSTEMINCLUDE           ../../../visuallistmanager/inc
       
    53 
       
    54 LIBRARY                 euser.lib
       
    55 LIBRARY         		flogger.lib						// For Logging Tracer
       
    56 
       
    57 LIBRARY                 glxcommandhandlerbase.lib
       
    58 LIBRARY                 glxdrmutility.lib
       
    59 LIBRARY                 glxmedialists.lib
       
    60 LIBRARY                 glxtexturemanager.lib
       
    61 LIBRARY                 glxuiutilities.lib
       
    62 LIBRARY		        	glxvisuallistmanager.lib
       
    63 
       
    64 // HUI
       
    65 LIBRARY                 hitchcock.lib
       
    66 LIBRARY                 mpxcommon.lib
       
    67 
       
    68