srsf/vcommandhandler/group/testexports.inc
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * ==============================================================================
       
     3 *        %name: testexports.inc %
       
     4 *     %version: 7 %
       
     5 *      Part of: SRSF / VCommandHandler
       
     6 *  Description: List of test exports for the VCommandHandler modules.
       
     7 *               To be included into bld.infs
       
     8 *
       
     9 *  Copyright c 2006 Nokia Corporation.
       
    10 *  This material, including documentation and any related 
       
    11 *  computer programs, is protected by copyright controlled by 
       
    12 *  Nokia Corporation. All rights are reserved. Copying, 
       
    13 *  including reproducing, storing, adapting or translating, any 
       
    14 *  or all of this material requires the prior written consent of 
       
    15 *  Nokia Corporation. This material also contains confidential 
       
    16 *  information which may not be disclosed to others without the 
       
    17 *  prior written consent of Nokia Corporation.
       
    18 * ==============================================================================
       
    19 */
       
    20 
       
    21 // Global test exports
       
    22 //..\internal\tsrc\vcommandhandler_tests.cfg \epoc32\winscw\c\TestFramework\vcommandhandler_tests.cfg
       
    23 //..\internal\tsrc\vcommandhandler_tests.cfg \epoc32\wins\c\TestFramework\vcommandhandler_tests.cfg
       
    24 //..\internal\tsrc\vcommandhandler_tests.cfg \epoc32\data\c\TestFramework\vcommandhandler_tests.cfg
       
    25 
       
    26 //..\internal\tsrc\testframework.ini \epoc32\data\c\TestFramework\testframework.ini
       
    27 //..\internal\tsrc\testframework.ini \epoc32\wins\c\TestFramework\testframework.ini
       
    28 //..\internal\tsrc\testframework.ini \epoc32\winscw\c\TestFramework\testframework.ini
       
    29 
       
    30 
       
    31 // Exports of the test projects
       
    32 #include "../internal/tsrc/VcsPrimTest/group/exports.inc"
       
    33 #include "../internal/tsrc/VcsUnitTest/group/exports.inc"
       
    34 #include "../internal/tsrc/VCommandVasTest/group/exports.inc"
       
    35 #include "../internal/tsrc/VCommandHandlerTest/group/exports.inc"
       
    36 #include "../internal/tsrc/TagCommandConverterTest/group/exports.inc"
       
    37 #include "../internal/tsrc/MultiUseTest/group/exports.inc"
       
    38 #include "../internal/tsrc/RecogHandlerTest/group/exports.inc"
       
    39 #include "../internal/tsrc/IntPropertyWatcherTest/group/exports.inc"
       
    40 #include "../internal/tsrc/VcsMultiThreadingTest/group/exports.inc"