photosgallery/viewframework/texturemanager/group/glxtexturemanager.mmp
changeset 0 4e91876724a2
child 32 78ad99c24f08
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 <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 #include "../../../group/glxbuildcommon.mmh"
       
    25 
       
    26 
       
    27 TARGET          glxtexturemanager.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008d 0x200071a7 
       
    30 CAPABILITY      CAP_GENERAL_DLL
       
    31 
       
    32 #ifndef WINSCW
       
    33 EPOCALLOWDLLDATA
       
    34 #endif 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          glxtexturemanager.cpp
       
    37 SOURCE          glxtexturemanagerimpl.cpp
       
    38 SOURCE          glxbitmapdecoderwrapper.cpp
       
    39 
       
    40 USERINCLUDE     ../inc
       
    41 // System includes from the source tree
       
    42 SYSTEMINCLUDE   ../../../inc
       
    43 SYSTEMINCLUDE   ../../medialists/inc 
       
    44 SYSTEMINCLUDE   ../../drmutility/inc
       
    45 SYSTEMINCLUDE   ../../../commonui/inc
       
    46 SYSTEMINCLUDE   ../../uiutilities/inc
       
    47 SYSTEMINCLUDE	../../inc
       
    48 
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 LIBRARY         aknicon.lib 
       
    52 LIBRARY         aknskins.lib
       
    53 LIBRARY         bafl.lib
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         fbscli.lib 
       
    56 LIBRARY         bitgdi.lib 
       
    57 LIBRARY		gdi.lib 
       
    58 LIBRARY         glxdrmutility.lib
       
    59 LIBRARY         glxmedialists.lib
       
    60 LIBRARY         hitchcock.lib       // HUI framework
       
    61 LIBRARY         mpxcommon.lib
       
    62 LIBRARY         glxcommonui.lib     // for CGlxResolutionUtility
       
    63 LIBRARY         alfclient.lib           // For Alfred Hitchcock framework
       
    64 LIBRARY		glxuiutilities.lib
       
    65 LIBRARY    	imageconversion.lib 
       
    66 LIBRARY  	bitmaptransforms.lib 
       
    67 LIBRARY         iclextjpegapi.lib
       
    68 LIBRARY efsrv.lib
       
    69 LIBRARY hal.lib              // HAL, HALData
       
    70 LIBRARY         exiflib.lib
       
    71 LIBRARY         oommonitor.lib       // For Requesting RAM
       
    72 // End of File