profilesapplication/Profiles/ProfileApp/tsrc/public/ProfileStif/group/bld.inf
branchRCL_3
changeset 19 cd54903d48da
parent 0 ca436256272f
equal deleted inserted replaced
18:b7fa36b488f8 19:cd54903d48da
       
     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 PRJ_PLATFORMS
       
    19 // specify the platforms your component needs to be built for here
       
    20 // defaults to WINS MARM so you can ignore this if you just build these
       
    21 	
       
    22 	DEFAULT
       
    23 
       
    24 PRJ_TESTEXPORTS
       
    25 // NOTE: If using ARS requirements all export operations should be done under this.
       
    26 // 'abld test export'
       
    27 
       
    28 PRJ_EXPORTS
       
    29 // Specify the source file followed by its destination here
       
    30 // copy will be used to copy the source file to its destination
       
    31 // If there's no destination then the source file will be copied
       
    32 // to the same name in \epoc32\include
       
    33 // Example: 
       
    34 /*
       
    35 \agnmodel\inc\AGMCOMON.H
       
    36 */
       
    37 profile_z.bat		\epoc32\winscw\c\profile_z.bat
       
    38 profile_c.bat		\epoc32\winscw\c\profile_c.bat
       
    39 testframework.ini		\epoc32\winscw\c\testframework\TestFramework_profile.ini
       
    40 ..\conf\tcProfile.cfg	\epoc32\winscw\c\testframework\tcProfile.cfg
       
    41 ..\conf\ui_Profile.cfg	\epoc32\winscw\c\testframework\ui_Profile.cfg
       
    42 
       
    43 PRJ_TESTMMPFILES
       
    44 
       
    45 	//ProfileStif_nrm.mmp
       
    46 
       
    47 PRJ_MMPFILES
       
    48 
       
    49 	ProfileStif.mmp
       
    50 
       
    51 // Specify the .mmp files required for building the important component
       
    52 // releasables.
       
    53 //
       
    54 // Specify "tidy" if the component you need to build doesn't need to be
       
    55 // released. Specify "ignore" if the MMP file exists but should be
       
    56 // ignored.
       
    57 // Example:
       
    58 /*
       
    59 \agnmodel\group\agnmodel.mmp
       
    60 #if defined(MARM)
       
    61 \agnmodel\group\agsvexe.mmp
       
    62 #endif
       
    63 */
       
    64 
       
    65 //  End of File