ximpfw/tsrc/group/bld.inf
changeset 0 e6b17d312c8b
child 20 eedf17a17c27
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Build information file for test dlls and related helpers
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // tsrc utils, including test mover
       
    20 //#include "../tsrcutils/bld.inf"
       
    21 
       
    22 // Test protocols
       
    23 //#include "../tsrcprotocols/bld.inf"
       
    24 
       
    25 // Module release tests
       
    26 //#include "../src/t_rootservices/bld.inf"
       
    27 //#include "../src/t_sessionmng/bld.inf"
       
    28 //#include "../src/t_presencepublishing/bld.inf"
       
    29 //#include "../src/t_presencewatching/bld.inf"
       
    30 //#include "../src/t_presencegrouplistmngt/bld.inf"
       
    31 //#include "../src/t_presencegroupmembermngt/bld.inf"
       
    32 //#include "../src/t_presencewatcherlistmngt/bld.inf"
       
    33 //#include "../src/t_presencegrantrequestmngt/bld.inf"
       
    34 //#include "../src/t_presenceauthorization/bld.inf"
       
    35 //#"../src/t_presenceblocking/bld.inf"
       
    36 //#include "../src/t_utils/bld.inf"
       
    37 //#include "../src/t_presenceall/bld.inf"
       
    38 
       
    39 PRJ_TESTMMPFILES
       
    40 ../tsrcutils/testcaseutils/prfwtestcaseutils.mmp
       
    41 ../tsrcutils/processmaster/prfwtestprocessmaster.mmp
       
    42 ../tsrcprotocols/pr_prfwtestprotocol/pr_prfwtestprotocol.mmp
       
    43 ../src/t_rootservices/t_rootservices.mmp
       
    44 ../src/t_sessionmng/t_sessionmng.mmp
       
    45 ../src/t_presencepublishing/t_presencepublishing.mmp
       
    46 ../src/t_presencewatching/t_presencewatching.mmp
       
    47 ../src/t_presencegrouplistmngt/t_presencegrouplistmngt.mmp
       
    48 ../src/t_presencegroupmembermngt/t_presencegroupmembermngt.mmp
       
    49 ../src/t_presencewatcherlistmngt/t_presencewatcherlistmngt.mmp
       
    50 ../src/t_presencegrantrequestmngt/t_presencegrantrequestmngt.mmp
       
    51 ../src/t_presenceauthorization/t_presenceauthorization.mmp
       
    52 ../src/t_presenceblocking/t_presenceblocking.mmp
       
    53 ../src/t_utils/t_utils.mmp
       
    54 ../src/t_presenceall/t_presenceall.mmp
       
    55 
       
    56 // Export the .iby for module release tests
       
    57 PRJ_EXPORTS
       
    58 ximpfwmrt.iby  /epoc32/rom/include/ximpfwmrt.iby
       
    59