sbsv2/raptor/test/smoke_suite/test_resources/bv/variant3/CreateEXE_variant3.mmp
changeset 13 c327db0664bb
child 28 b8fa7dfeeaa1
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 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET        createexe_variant3.exe
       
    20 TARGETTYPE    exe
       
    21 
       
    22 UID             0xE800004C
       
    23 CAPABILITY   All -TCB
       
    24 
       
    25 
       
    26 VENDORID 0x70000001
       
    27 
       
    28 SOURCEPATH    .
       
    29 SOURCE        CreateEXE_variant3.cpp
       
    30 
       
    31 USERINCLUDE   .
       
    32 SYSTEMINCLUDE /epoc32/include
       
    33 SYSTEMINCLUDE /epoc32/include/techview
       
    34 
       
    35 LIBRARY       euser.lib
       
    36 
       
    37 // Dummy resource entry to exercise the resource build in a BV context
       
    38 START RESOURCE	dummy.rss
       
    39 TARGET			dummy_var3.rsc
       
    40 HEADER
       
    41 TARGETPATH		/resource/apps
       
    42 END
       
    43 
       
    44 FEATUREVARIANT
       
    45 
       
    46 #if defined(WINS)
       
    47     deffile ../CREATESTATICDLLWINS.def
       
    48 #else
       
    49     deffile ../CREATESTATICDLLARM.def
       
    50 #endif
       
    51 nostrictdef
       
    52