serviceapifw_plat/liw_criteria_api/tsrc/group/bld.inf
changeset 57 61b27eec6533
parent 45 7aa6007702af
equal deleted inserted replaced
45:7aa6007702af 57:61b27eec6533
     1 /*
       
     2 * Copyright (c) 2002 - 2007 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:       ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 PRJ_PLATFORMS
       
    26 // specify the platforms your component needs to be built for here
       
    27 // defaults to WINS MARM so you can ignore this if you just build these
       
    28 DEFAULT
       
    29 
       
    30 PRJ_TESTEXPORTS
       
    31 // NOTE: If using ARS requirements all export operations should be done under this.
       
    32 // 'abld test export'
       
    33 ../data/liwaccesspolicy.xml      	/epoc32/winscw/c/data/others/liwaccesspolicy.xml
       
    34 //../init/testframework.ini      /epoc32/WINSCW/C/TestFramework/testframework.ini 
       
    35 ../conf/tliwtestcases.cfg      /epoc32/WINSCW/C/TestFramework/tliwtestcases.cfg
       
    36 
       
    37 PRJ_EXPORTS
       
    38 
       
    39 PRJ_TESTMMPFILES
       
    40 // NOTE: If using ARS requirements .mmp file operation should be done under this.
       
    41 // 'abld test build'
       
    42 liwtestcases.mmp
       
    43 
       
    44 PRJ_MMPFILES
       
    45 // Specify the .mmp files required for building the important component
       
    46 // releasables.
       
    47 //
       
    48 // Specify "tidy" if the component you need to build doesn't need to be
       
    49 // released. Specify "ignore" if the MMP file exists but should be
       
    50 // ignored.
       
    51 // Example:
       
    52 /*
       
    53 /agnmodel/group/agnmodel.mmp
       
    54 #if defined(MARM)
       
    55 /agnmodel/group/agsvexe.mmp
       
    56 #endif
       
    57 */
       
    58 
       
    59 
       
    60 //  End of File