photosgallery/viewframework/commandhandlers/commoncommandhandlers/tsrc/ut_cglxcommandhandlersortorder/group/ut_cglxcommandhandlersortorder.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:  Build information file for command handler sort order unit test cases.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include   <platform_paths.hrh>
       
    21 #include "../../../../../../group/glxbuildcommon.mmh"
       
    22 
       
    23 TARGET          ut_cglxcommandhandlersortorder.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 
       
    29 #ifndef WINSCW
       
    30 EPOCALLOWDLLDATA
       
    31 #endif
       
    32 
       
    33 SOURCEPATH              ../Src
       
    34 SOURCE                  ut_cglxcommandhandlersortorder.cpp
       
    35 
       
    36 // Sources required by the test suite
       
    37 SOURCEPATH              ../Src
       
    38 SOURCE                  ut_cglxcmdhandlersortorder_DllMain.cpp
       
    39 
       
    40 // Sources of the test code
       
    41 SOURCEPATH              ../../../src
       
    42 SOURCE                  glxcommandhandlersortorder.cpp
       
    43 
       
    44 USERINCLUDE            ../Src
       
    45 USERINCLUDE             ../inc
       
    46 
       
    47 APP_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 SYSTEMINCLUDE   ../../../../../../common/inc
       
    50 SYSTEMINCLUDE   ../../../../../inc
       
    51 SYSTEMINCLUDE   ../../../../../../inc
       
    52 //SYSTEMINCLUDE   ../../../../../slideshow/engine/inc
       
    53 SYSTEMINCLUDE   ../../../../inc
       
    54 //SYSTEMINCLUDE   ../../../../layouts/inc
       
    55 SYSTEMINCLUDE   ../../../../../medialists/inc
       
    56 SYSTEMINCLUDE   ../../../../../uiutilities/inc
       
    57 SYSTEMINCLUDE   ../../../../../views/viewbase/inc
       
    58 SYSTEMINCLUDE   ../../../../../visuallistmanager/inc
       
    59 SYSTEMINCLUDE   ../../../../commandhandlerbase/inc
       
    60 SYSTEMINCLUDE   ../../../inc
       
    61 
       
    62 LIBRARY         EUnit.lib
       
    63 LIBRARY         EUnitUtil.lib
       
    64 
       
    65 LIBRARY         aknskins.lib 
       
    66 LIBRARY         aknskinsrv.lib
       
    67 LIBRARY         aknswallpaperutils.lib
       
    68 LIBRARY         avkon.lib
       
    69 LIBRARY         bafl.lib
       
    70 LIBRARY         bitgdi.lib
       
    71 LIBRARY         charconv.lib // for CnvUtfConverter::ConvertFromUnicodeToUtf8L
       
    72 LIBRARY         commondialogs.lib
       
    73 LIBRARY         commonengine.lib
       
    74 LIBRARY         cone.lib
       
    75 LIBRARY         efsrv.lib
       
    76 LIBRARY         egul.lib
       
    77 LIBRARY         eikcoctl.lib
       
    78 LIBRARY         eikcore.lib 
       
    79 LIBRARY         estor.lib 	// for RBufWriteStream
       
    80 LIBRARY         euser.lib
       
    81 LIBRARY         fbscli.lib
       
    82 LIBRARY         glxcommandhandlerbase.lib
       
    83 LIBRARY         glxcommon.lib
       
    84 LIBRARY         glxlayouts.lib
       
    85 LIBRARY         glxmedialists.lib
       
    86 LIBRARY         glxuiutilities.lib
       
    87 LIBRARY         glxvisuallistmanager.lib
       
    88 LIBRARY         hitchcock.lib // HUI framework
       
    89 LIBRARY         mpxcollectionutility.lib
       
    90 LIBRARY         mpxcommon.lib
       
    91 LIBRARY         mpxviewutility.lib // for MPXViewUtility
       
    92 LIBRARY         servicehandler.lib
       
    93 LIBRARY         sendui.lib				// for CSendUi
       
    94 LIBRARY         browserlauncher.lib
       
    95 LIBRARY         apparc.lib
       
    96 LIBRARY 		centralrepository.lib  //for CRepository
       
    97 
       
    98 // End of file