photosgallery/viewframework/uiutilities/group/glxuiutilities.mmp
changeset 0 4e91876724a2
child 14 ce1c7ad1f18b
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 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 #include "../../../group/glxbuildcommon.mmh"
       
    26 
       
    27 TARGET          glxuiutilities.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008d 0x20000A08
       
    30 
       
    31 #ifndef WINSCW
       
    32 EPOCALLOWDLLDATA
       
    33 #endif 
       
    34 CAPABILITY      CAP_GENERAL_DLL
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 
       
    38 SOURCE          glxactivemedialistregistry.cpp
       
    39 SOURCE          glxanimationfactory.cpp
       
    40 SOURCE          glxanimationimageloading.cpp
       
    41 SOURCE          glxanimationtimed.cpp
       
    42 SOURCE          glxanimationview.cpp
       
    43 SOURCE          glxattributeretriever.cpp
       
    44 SOURCE          glxgeneraluiutilities.cpp
       
    45 SOURCE          glxuiutility.cpp
       
    46 SOURCE 		glxscreenfurniture.cpp
       
    47 SOURCE          glxsetappstate.cpp
       
    48 SOURCE          glxtextentrypopup.cpp
       
    49 SOURCE          mglxactivemedialistresolver.cpp
       
    50 SOURCE          glxskinchangemonitor.cpp
       
    51 
       
    52 // System includes from epoc32/include
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 USERINCLUDE     ../inc
       
    56 // System includes from the source tree
       
    57 SYSTEMINCLUDE   ../../../common/inc
       
    58 SYSTEMINCLUDE   ../../../commonui/inc
       
    59 SYSTEMINCLUDE   ../../../inc
       
    60 SYSTEMINCLUDE   ../../../gallery/loc
       
    61 SYSTEMINCLUDE   ../../commandhandlers/inc
       
    62 SYSTEMINCLUDE   ../../inc
       
    63 SYSTEMINCLUDE   ../../medialists/inc
       
    64 SYSTEMINCLUDE   ../../texturemanager/inc
       
    65 SYSTEMINCLUDE   ../../tvout/inc          // for GlxTvOut
       
    66 
       
    67 SOURCEPATH      ../data
       
    68 
       
    69 START RESOURCE  glxuiutilities.rss
       
    70 HEADER
       
    71 TARGETPATH      /resource/apps
       
    72 LANGUAGE_IDS
       
    73 END       // RESOURCE
       
    74 
       
    75 LIBRARY         aknlayout2.lib
       
    76 LIBRARY         aknlayout2scalable.lib
       
    77 LIBRARY         aknskins.lib
       
    78 LIBRARY         apparc.lib
       
    79 LIBRARY         avkon.lib
       
    80 LIBRARY         bafl.lib
       
    81 LIBRARY         bitgdi.lib
       
    82 LIBRARY         cdlengine.lib
       
    83 LIBRARY         centralrepository.lib   // For CGlxSettingsModel
       
    84 LIBRARY         commonengine.lib
       
    85 LIBRARY         cone.lib
       
    86 LIBRARY         efsrv.lib
       
    87 LIBRARY         egul.lib
       
    88 LIBRARY         eikcoctl.lib
       
    89 LIBRARY         eikcore.lib 
       
    90 LIBRARY         eikctl.lib
       
    91 LIBRARY         eikdlg.lib
       
    92 LIBRARY         estor.lib
       
    93 LIBRARY         euser.lib
       
    94 LIBRARY         fbscli.lib 
       
    95 LIBRARY         featmgr.lib // For FeatureManager::FeatureSupported
       
    96 LIBRARY         gdi.lib
       
    97 LIBRARY         glxcommon.lib           // for CGlxResolutionManager
       
    98 LIBRARY         glxcommonui.lib           // for 
       
    99 LIBRARY         glxtexturemanager.lib 
       
   100 LIBRARY         alfclient.lib           // For Alfred Hitchcock framework
       
   101 LIBRARY         hlplch.lib
       
   102 LIBRARY         mpxcollectionutility.lib
       
   103 LIBRARY         mpxcommon.lib
       
   104 LIBRARY         ws32.lib 
       
   105 LIBRARY         glxtvout.lib            // for TV out notificaions
       
   106 LIBRARY			libpthread.lib
       
   107 // Uiaccelerator related libraries 
       
   108 LIBRARY         osncore.lib 
       
   109 LIBRARY			alfwidgetmodel.lib
       
   110 // MUL related libraries  
       
   111 LIBRARY          mulmodelutility.lib //For Visual Item and Filter action item
       
   112 //for handling the Ustring memory leak  
       
   113 LIBRARY 		  libc.lib
       
   114 LIBRARY		      libglib.lib
       
   115 LIBRARY 		  libstdcpp.lib
       
   116 LIBRARY         flogger.lib
       
   117 //LIBRARY 		hgcontextutility.lib 					// For Teleport
       
   118 // EXPORTUNFROZEN 
       
   119 
       
   120 // End of File