engine/collectionframework/datasource/manager/test/group/t_cglxidlistrequest.mmp
changeset 23 74c9f037fd5d
child 45 863223ea6961
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     1 /*
       
     2 * Copyright (c) 2006-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:  
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include "../../../../../../group/glxbuildcommon.mmh"
       
    21 
       
    22 TARGET                  t_cglxidlistrequest.dll
       
    23 TARGETTYPE              dll
       
    24 UID                     0x1000af5a 0x01700000
       
    25 
       
    26 CAPABILITY              ALL -TCB
       
    27 
       
    28 SOURCEPATH              ../t_cglxidlistrequest
       
    29 SOURCE                  t_cglxidlistrequest_dllmain.cpp
       
    30 SOURCE                  t_cglxidlistrequest.cpp
       
    31 
       
    32 // Sources required by the test suite
       
    33 SOURCEPATH              ../../src
       
    34 SOURCE                  glxrequest.cpp
       
    35 SOURCE                  glxidlistrequest.cpp
       
    36 
       
    37 
       
    38 USERINCLUDE             ../t_cglxidlistrequest
       
    39 
       
    40 // User include folders required by the tested code
       
    41 USERINCLUDE             ../../src
       
    42 USERINCLUDE             ../../inc
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    46 
       
    47 // System include folders required by the tested code
       
    48 SYSTEMINCLUDE           ../../../../../../inc
       
    49 SYSTEMINCLUDE           ../../../plugins/glxdatasourcemde/inc
       
    50 SYSTEMINCLUDE           ../../../../thumbnailcreator/inc
       
    51 SYSTEMINCLUDE           ../../../../../../commonutilities/common/inc
       
    52 
       
    53 LIBRARY                 eunit.lib
       
    54 LIBRARY                 eunitutil.lib
       
    55 LIBRARY                 euser.lib
       
    56 
       
    57 // Libraries required by the tested code
       
    58 LIBRARY                 ecom.lib
       
    59 LIBRARY                 mpxcommon.lib
       
    60 
       
    61 
       
    62 //deffile ../bwins/t_cglxidlistrequest.def
       
    63 // End of file