sbsv2/raptor/test/smoke_suite/test_resources/bv/bld.inf
changeset 13 c327db0664bb
equal deleted inserted replaced
12:5e7562f67577 13:c327db0664bb
       
     1 /*
       
     2 * Copyright (c) 2000-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 * Component description file
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 PRJ_MMPFILES
       
    21 
       
    22 variant1/CreateStaticDLL_variant1.mmp
       
    23 invariant/CreateStaticDLL_invariant.mmp
       
    24 variant2/CreateStaticDLL_variant2.mmp
       
    25 variant3/CreateEXE_variant3.mmp
       
    26 invariant/CreateStaticLib.mmp
       
    27 
       
    28 PRJ_EXTENSIONS
       
    29 
       
    30 START EXTENSION utility.prebuilt
       
    31 OPTION PRE_PLATFORM armv5
       
    32 OPTION PRE_TYPE urel
       
    33 OPTION BINARIES release/dummy.lib release/fake.lib->relfake.lib
       
    34 END
       
    35 
       
    36 START EXTENSION utility.prebuilt
       
    37 OPTION PRE_PLATFORM armv5
       
    38 OPTION PRE_TYPE udeb
       
    39 OPTION BINARIES debug/dummy.lib debug/fake.lib->debfake.lib
       
    40 END