project/com.nokia.carbide.cpp.epoc.engine.tests/data/mmp/edll.mmp
changeset 0 fb279309251b
child 1201 d6dbdb4c0be1
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     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 
       
    19 
       
    20 target			edll.lib
       
    21 
       
    22 targettype		lib
       
    23 
       
    24 #if defined(GCC32)
       
    25 ALWAYS_BUILD_AS_ARM
       
    26 #endif
       
    27 
       
    28 #if defined(WINS)
       
    29 sourcepath		epoc\win32
       
    30 source			uc_dll.cpp uc_dllx.cpp
       
    31 sourcepath		epoc
       
    32 source			up_dll_tls.cpp up_dll_file.cpp
       
    33 #endif
       
    34 
       
    35 #if defined(MARM)
       
    36 option ARMCC	--no_exceptions --no_exceptions_unwind
       
    37 
       
    38 sourcepath		epoc\arm
       
    39 source			uc_dll.cpp uc_dll.cia
       
    40 #endif
       
    41 
       
    42 #if defined(X86)
       
    43 sourcepath		epoc\x86
       
    44 source			uc_dll.cpp uc_dllx.cpp
       
    45 #endif
       
    46 
       
    47 SYSTEMINCLUDE	..\include
       
    48 
       
    49 
       
    50 capability		all
       
    51 
       
    52 VENDORID 0x70000001