os/kernelhwsrv/kernel/eka/euser/edll.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // e32/euser/edll.mmp
    15 // 
    16 //
    17 
    18 target			edll.lib
    19 
    20 targettype		lib
    21 
    22 ALWAYS_BUILD_AS_ARM
    23 
    24 #if defined(WINS)
    25 sourcepath		epoc/win32
    26 source			uc_dll.cpp uc_atx.cpp
    27 #ifdef CW32
    28 source			uc_cwhelp.cpp
    29 start wins
    30 win32_headers
    31 end
    32 #endif
    33 sourcepath		epoc
    34 source			up_dll_tls.cpp up_dll_file.cpp
    35 #endif
    36 
    37 #if defined(MARM)
    38 option ARMCC	--no_exceptions --no_exceptions_unwind
    39 
    40 sourcepath		epoc/arm
    41 source			uc_dll.cpp uc_dll.cia
    42 #endif
    43 
    44 #if defined(X86)
    45 sourcepath		epoc/x86
    46 source			uc_dll.cia
    47 source			uc_dll.cpp uc_atx.cpp
    48 #endif
    49 
    50 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    51 USERINCLUDE	../include
    52 
    53 
    54 capability		all
    55 
    56 VENDORID 0x70000001
    57 
    58 SMPSAFE