dbgagents/trkagent/dbgtrccomm/group/s60/bld.inf
changeset 0 c6b0df440bee
equal deleted inserted replaced
-1:000000000000 0:c6b0df440bee
       
     1 /*
       
     2 * Copyright (c) 2009 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 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__)
       
    20   #include <platform_paths.hrh>
       
    21 #endif
       
    22 
       
    23 PRJ_PLATFORMS
       
    24 DEFAULT
       
    25 
       
    26 PRJ_EXPORTS
       
    27 
       
    28 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && !defined __S60_32__)
       
    29       ../../rom/dbgtrccomm.iby     CORE_IBY_EXPORT_PATH(tools,dbgtrccomm.iby)
       
    30 #endif
       
    31 
       
    32 #if(defined __SERIES60_30__ || defined __SERIES60_31__)
       
    33 ..\..\inc\dbgtrccomm.h	\epoc32\include\dbgtrccomm.h
       
    34 ..\..\inc\ostprotdefs.h	\epoc32\include\ostprotdefs.h
       
    35 #else
       
    36 ../../inc/dbgtrccomm.h	/epoc32/include/dbgtrccomm.h
       
    37 ../../inc/ostprotdefs.h	/epoc32/include/ostprotdefs.h
       
    38 #endif
       
    39 
       
    40 
       
    41 PRJ_MMPFILES
       
    42 #ifdef MARM
       
    43 #if defined (__SERIES60_30__) || defined(__SERIES60_31__)
       
    44 ..\..\client\dbgtrccli_s60.mmp
       
    45 ..\..\server\dbgtrcserver_s60.mmp
       
    46 #else
       
    47 ../../client/dbgtrccli_s60.mmp
       
    48 ../../server/dbgtrcserver_s60.mmp
       
    49 #endif
       
    50 #endif
       
    51 
       
    52 PRJ_TESTMMPFILES
       
    53 #ifdef MARM 
       
    54 #if defined (__SERIES60_30__) || defined(__SERIES60_31__)
       
    55 ..\..\test\dbgtrctest_s60.mmp
       
    56 #else
       
    57 ../../test/dbgtrctest_s60.mmp
       
    58 #endif
       
    59 #endif