messagingfw/deprecate/send_ui_api/tsrc/bc/group/bld.inf
branchRCL_3
changeset 23 d51193d814ea
parent 22 d2c4c66342f3
child 24 002ade1da91c
equal deleted inserted replaced
22:d2c4c66342f3 23:d51193d814ea
     1 /*
       
     2 * Copyright (c) 2002-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:         Bld.inf
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 #include<bc_plat.h>
       
    27 PRJ_PLATFORMS
       
    28 // specify the platforms your component needs to be built for here
       
    29 // defaults to WINS MARM so you can ignore this if you just build these
       
    30 DEFAULT
       
    31 
       
    32 PRJ_TESTEXPORTS
       
    33 // NOTE: If using ARS requirements all export operations should be done under this.
       
    34 // 'abld test export'
       
    35 
       
    36 PRJ_EXPORTS
       
    37 // Specify the source file followed by its destination here
       
    38 // copy will be used to copy the source file to its destination
       
    39 // If there's no destination then the source file will be copied
       
    40 // to the same name in /epoc32/include
       
    41 // Example: 
       
    42 /*
       
    43 /agnmodel/inc/AGMCOMON.H
       
    44 */
       
    45 sendui_c.bat /epoc32/winscw/c/sendui_c.bat
       
    46 sendui_z.bat /epoc32/winscw/c/sendui_z.bat
       
    47 testframework.ini		/epoc32/winscw/c/testframework/TestFramework_sendui.ini
       
    48 #if  ! defined( __SERIES60_31__ ) && ! defined( __SERIES60_30__ )
       
    49 32_ui_SendUIAPITest.cfg		/epoc32/winscw/c/testframework/ui_SendUIAPITest.cfg
       
    50 #else
       
    51 30_ui_SendUIAPITest.cfg		/epoc32/winscw/c/testframework/ui_SendUIAPITest.cfg
       
    52 #endif
       
    53 
       
    54 
       
    55 ../Data/MMC/SendUIAPITest/Attachment.txt	/epoc32/winscw/c/Data/TestData/SendUIAPITest/Attachment.txt
       
    56 
       
    57 PRJ_TESTMMPFILES
       
    58 // NOTE: If using ARS requirements .mmp file operation should be done under this.
       
    59 // 'abld test build'
       
    60 
       
    61 PRJ_MMPFILES
       
    62 // Specify the .mmp files required for building the important component
       
    63 // releasables.
       
    64 //
       
    65 // Specify "tidy" if the component you need to build doesn't need to be
       
    66 // released. Specify "ignore" if the MMP file exists but should be
       
    67 // ignored.
       
    68 // Example:
       
    69 /*
       
    70 /agnmodel/group/agnmodel.mmp
       
    71 #if defined(MARM)
       
    72 /agnmodel/group/agsvexe.mmp
       
    73 #endif
       
    74 */
       
    75 SendUIAPITest.mmp
       
    76 
       
    77 //  End of File