ui/uiengine/medialists/test/group/t_cglxgarbagecollector.mmp
changeset 23 74c9f037fd5d
child 45 863223ea6961
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     1 /*
       
     2 * Copyright (c) 2007 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:   CGlxGarbageCollector unit test project file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 TARGET          t_cglxgarbagecollector.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000af5a 0x01700000
       
    23 
       
    24 CAPABILITY              ALL -TCB
       
    25 VENDORID                0x00000000
       
    26 
       
    27 #ifndef WINSCW
       
    28 EPOCALLOWDLLDATA
       
    29 #endif
       
    30 
       
    31 SOURCEPATH              ../t_cglxgarbagecollector
       
    32 SOURCE                  t_cglxgarbagecollector_dllmain.cpp
       
    33 SOURCE                  t_cglxgarbagecollector.cpp
       
    34 
       
    35 // Sources required by the test suite
       
    36 SOURCEPATH              ../../src
       
    37 SOURCE                  glxgarbagecollector.cpp
       
    38 
       
    39 SOURCE                  glxcache.cpp
       
    40 SOURCE                  glxcachemanager.cpp
       
    41 SOURCE                  glxerrormanager.cpp
       
    42 SOURCE                  glxfetcherror.cpp
       
    43 SOURCE                  glxfetcherrorarray.cpp
       
    44 SOURCE                  glxitemlist.cpp
       
    45 SOURCE                  glxlistutils.cpp
       
    46 SOURCE                  glxmedia.cpp
       
    47 SOURCE                  glxmedialist.cpp
       
    48 SOURCE                  glxnavigablelist.cpp
       
    49 SOURCE                  glxstaticitemlist.cpp
       
    50 SOURCE                  glxmedialistarray.cpp
       
    51 
       
    52 USERINCLUDE             ../t_cglxgarbagecollector
       
    53 
       
    54 // User include folders required by the tested code
       
    55 USERINCLUDE             ../inc
       
    56 USERINCLUDE             ../../inc
       
    57 
       
    58 SYSTEMINCLUDE           ../../../../inc
       
    59 SYSTEMINCLUDE           ../../../../commonui/inc
       
    60 SYSTEMINCLUDE           ../../../../common/inc
       
    61 
       
    62 APP_LAYER_SYSTEMINCLUDE
       
    63 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    64 
       
    65 LIBRARY                 EUnit.lib
       
    66 LIBRARY                 EUnitUtil.lib
       
    67 LIBRARY                 euser.lib
       
    68 LIBRARY                 estor.lib
       
    69 LIBRARY                 fbscli.lib
       
    70 LIBRARY                 lbs.lib
       
    71 
       
    72 LIBRARY                 mpxcollectionutility.lib
       
    73 LIBRARY                 mpxcommon.lib
       
    74 
       
    75 LIBRARY                 glxcommonui.lib
       
    76 LIBRARY                 glxcommon.lib               // for CGlxSingetonStore
       
    77 LIBRARY                 glxmedialists.lib
       
    78 LIBRARY                 glxlogging.lib
       
    79 
       
    80 EXPORTUNFROZEN
       
    81 
       
    82 // End of file