ui/uiengine/medialists/test/group/ut_cglxitemlist.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:   Project definition file 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include "../../../../../group/glxbuildcommon.mmh"
       
    21 
       
    22 TARGET          ut_cglxitemlist.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000af5a 0x01700000
       
    25 
       
    26 CAPABILITY              ALL -TCB
       
    27 
       
    28 #ifndef WINSCW
       
    29 EPOCALLOWDLLDATA
       
    30 #endif
       
    31 
       
    32 SOURCEPATH             ../ut_cglxitemlist
       
    33 SOURCE                  ut_cglxitemlist.cpp
       
    34 SOURCEPATH             ../src
       
    35 SOURCE                  glxlistreconstruction.cpp
       
    36 SOURCE                  _glxnotification.cpp
       
    37 SOURCE                  _glxlisttesthelpers.cpp
       
    38 
       
    39 // Sources required by the test suite
       
    40 SOURCEPATH              ../../src
       
    41 SOURCE                  glxmedia.cpp
       
    42 SOURCE                  glxitemlist.cpp
       
    43 SOURCE                  glxthumbnailutility.cpp
       
    44 SOURCEPATH             ../ut_cglxitemlist
       
    45 SOURCE                  ut_cglxitemlist_dllmain.cpp
       
    46 
       
    47 USERINCLUDE             ../ut_cglxitemlist
       
    48 
       
    49 // User include folders required by the tested code
       
    50 USERINCLUDE             ../src
       
    51 USERINCLUDE             ../../src
       
    52 USERINCLUDE             ../../inc
       
    53 
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    56 
       
    57 // System include folders required by the tested code
       
    58 SYSTEMINCLUDE           /epoc32/include/oem
       
    59 SYSTEMINCLUDE           ../../../../inc
       
    60 
       
    61 LIBRARY                 EUnit.lib
       
    62 LIBRARY                 EUnitUtil.lib
       
    63 LIBRARY                 euser.lib
       
    64 
       
    65 // Libraries required by the tested code
       
    66 LIBRARY                 mpxcommon.lib
       
    67 LIBRARY                 Lbs.lib
       
    68 
       
    69 EXPORTUNFROZEN
       
    70 
       
    71 // End of file