common/tools/ats/smoketest/mediamgmt/group/Bld.inf
changeset 811 08dbc9b99fd2
child 872 17498133d9ad
equal deleted inserted replaced
810:a7d4e0bb1362 811:08dbc9b99fd2
       
     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 "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-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 	../conf/MediaMgmtSmokeTestModule.cfg	c:/smoketest/MediaMgmtSmokeTestModule.cfg
       
    29 	../conf/UI_MediaMgmtSmokeTestModule.cfg	c:/smoketest/UI_MediaMgmtSmokeTestModule.cfg
       
    30 
       
    31 PRJ_TESTMMPFILES
       
    32 
       
    33 	MediaMgmtSmokeTestModule.mmp
       
    34 
       
    35 // Specify the .mmp files required for building the important component
       
    36 // releasables.
       
    37 //
       
    38 // Specify "tidy" if the component you need to build doesn't need to be
       
    39 // released. Specify "ignore" if the MMP file exists but should be
       
    40 // ignored.
       
    41 // Example:
       
    42 /*
       
    43 \agnmodel\group\agnmodel.mmp
       
    44 #if defined(MARM)
       
    45 \agnmodel\group\agsvexe.mmp
       
    46 #endif
       
    47 */
       
    48 
       
    49 //  End of File