sbsv2/raptor/test/oe_linking_against_se_lib/group/test_oeexe.mmp
changeset 3 e1eecf4d390d
equal deleted inserted replaced
1:be27ed110b50 3:e1eecf4d390d
       
     1 /*
       
     2 * Copyright (c) 2006-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 * t_oeexe.mmp
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 TARGET			test_oeexe.exe
       
    21 TARGETTYPE		stdexe
       
    22 romtarget
       
    23 ramtarget		sys/bin/
       
    24 SOURCEPATH		..
       
    25 
       
    26 // Emulator images have different export data
       
    27 #ifdef WINS
       
    28 SOURCE			test_oeexe_wins.cpp
       
    29 #else
       
    30 SOURCE			test_oeexe.cpp
       
    31 #endif
       
    32 
       
    33 LIBRARY			euser.lib t_oedll.lib
       
    34 
       
    35 // Standard Symbian Library Created by Simple_lib\simple.mmp
       
    36 STATICLIBRARY		etest.lib
       
    37 
       
    38 SYSTEMINCLUDE	/epoc32/include ..
       
    39 VENDORID		0x70000001
       
    40 capability		all -TCB
       
    41