opensrv_plat/messagequeue_api/tsrc/group/bld.inf
branchRCL_3
changeset 11 3404599e4dda
parent 9 46cc8e302e43
equal deleted inserted replaced
9:46cc8e302e43 11:3404599e4dda
     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 the License "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 PRJ_PLATFORMS
       
    20 // specify the platforms your component needs to be built for here
       
    21 // defaults to WINS MARM so you can ignore this if you just build these
       
    22 	
       
    23 	DEFAULT
       
    24 
       
    25 PRJ_TESTEXPORTS
       
    26 // NOTE: If using ARS requirements all export operations should be done under this.
       
    27 // 'abld test export'
       
    28 
       
    29 PRJ_EXPORTS
       
    30 // Specify the source file followed by its destination here
       
    31 // copy will be used to copy the source file to its destination
       
    32 // If there's no destination then the source file will be copied
       
    33 // to the same name in 
       
    34 // Example: 
       
    35 /*
       
    36 
       
    37 */
       
    38 ../init/TestFramework.ini /epoc32/winscw/c/TestFramework/TestFramework.ini
       
    39 ../conf/messagequeue_api.cfg /epoc32/winscw/c/TestFramework/messagequeue_api.cfg	 
       
    40 	
       
    41 
       
    42 
       
    43 PRJ_MMPFILES
       
    44 //messagequeue_api.mmp
       
    45 //messagequeue_api_nrm.mmp
       
    46 PRJ_TESTMMPFILES
       
    47 messagequeue_api.mmp
       
    48 	
       
    49 	
       
    50 	
       
    51 
       
    52 // Specify the .mmp files required for building the important component
       
    53 // releasables.
       
    54 //
       
    55 // Specify "tidy" if the component you need to build doesn't need to be
       
    56 // released. Specify "ignore" if the MMP file exists but should be
       
    57 // ignored.
       
    58 // Example:
       
    59 
       
    60 
       
    61 //  End of File