tsrc/group/bld.inf
branchRCL_3
changeset 34 e7f34e614544
parent 32 ffa4311257f6
child 36 a299036a7c20
equal deleted inserted replaced
32:ffa4311257f6 34:e7f34e614544
     1 /*
       
     2 * Copyright (c) 2010 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 components in conversations and imsrv
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // Project configuration file for test components for IM
       
    20 PRJ_PLATFORMS
       
    21 // specify the platforms your component needs to be built for here
       
    22 // defaults to WINS MARM so you can ignore this if you just build these
       
    23 	
       
    24 	DEFAULT
       
    25 
       
    26 PRJ_TESTMMPFILES
       
    27 
       
    28 // conversations
       
    29 #include "../../uiservicetab/vimpstengine/tsrc/vimpstengine_ut/group/bld.inf"
       
    30 #include "../../uiservicetab/vimpststorage/tsrc/vimpststorage_ut/group/bld.inf"
       
    31 #include "../../instantmessagesalert/tsrc/testinstantmsgalert/group/bld.inf"
       
    32 
       
    33 // imsrv
       
    34 #include "../../../../mw/imsrv/imservices/instantmessagingcache/tsrc/group/bld.inf"
       
    35 #include "../../../../mw/imsrv/ximpfw/tsrc/group/bld.inf"
       
    36 
       
    37 
       
    38 
       
    39 PRJ_TESTEXPORTS
       
    40 // NOTE: If using ARS requirements all export operations should be done under this.
       
    41 // 'abld test export'
       
    42    
       
    43 ../init/TestFramework.ini 												/epoc32/winscw/c/TestFramework/TestFramework.ini
       
    44 ../conf/CVIMPSTStorageContact_UT.cfg 							/epoc32/winscw/c/TestFramework/CVIMPSTStorageContact_UT.cfg	 
       
    45 ../conf/CVIMPSTStorageContactList_UT.cfg 					/epoc32/winscw/c/TestFramework/CVIMPSTStorageContactList_UT.cfg	 
       
    46 ../conf/CVIMPSTStorageContactSorter_UT.cfg 				/epoc32/winscw/c/TestFramework/CVIMPSTStorageContactSorter_UT.cfg	 
       
    47 ../conf/imcache_test.cfg 													/epoc32/winscw/c/TestFramework/imcache_test.cfg	
       
    48 ../conf/testinstantmsgalert.cfg									  /epoc32/winscw/c/TestFramework/testinstantmsgalert.cfg
       
    49 
       
    50 
       
    51