photosgallery/viewframework/medialists/tsrc/group/t_cglxfetcherrorarray.mmp
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     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:    CGlxFetchErrorArray unit test project file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include   <platform_paths.hrh>
       
    20 
       
    21 TARGET          t_cglxfetcherrorarray.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000af5a 0x01700000
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26  
       
    27 
       
    28 SOURCEPATH              ../t_cglxfetcherrorarray
       
    29 SOURCE                  t_cglxfetcherrorarray_dllmain.cpp
       
    30 SOURCE                  t_cglxfetcherrorarray.cpp
       
    31 
       
    32 // Sources required by the test suite
       
    33 SOURCEPATH              ../../src
       
    34 SOURCE                  glxfetcherrorarray.cpp
       
    35 SOURCE                  glxfetcherror.cpp
       
    36 
       
    37 USERINCLUDE             ../t_cglxfetcherrorarray
       
    38 
       
    39 // User include folders required by the tested code
       
    40 USERINCLUDE             ../inc
       
    41 USERINCLUDE             ../../inc
       
    42 
       
    43 SYSTEMINCLUDE           ../../../../inc
       
    44 
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 
       
    48 LIBRARY                 EUnit.lib
       
    49 LIBRARY                 EUnitUtil.lib
       
    50 LIBRARY                 euser.lib
       
    51 
       
    52 LIBRARY                 mpxcommon.lib
       
    53 
       
    54 EXPORTUNFROZEN
       
    55 
       
    56 // End of file