kernel/eka/compsupp/rvct/dfprvct_vfpv2.mmp
changeset 9 96e5fb8b040d
child 10 36bfc973b146
equal deleted inserted replaced
-1:000000000000 9:96e5fb8b040d
       
     1 /*
       
     2 * Copyright (c) 2008-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 "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 #include "dfprvct_common.mmh"
       
    20 
       
    21 
       
    22 #if defined(ARMCC_2_2)
       
    23 target          dfprvct2_2_vfpv2.dll
       
    24 linkas          dfprvct2_2.dll
       
    25 #elif defined(ARMCC_3_1)
       
    26 target          dfprvct3_1_vfpv2.dll
       
    27 linkas          dfprvct3_1.dll
       
    28 #endif
       
    29 
       
    30 noexportlibrary
       
    31 
       
    32 start armcc
       
    33     #if defined(ARMCC_3_1)
       
    34     armlibs     fj_5v.l
       
    35 
       
    36     #elif defined(ARMCC_2_2)
       
    37     #ifdef MARM_ARMV5
       
    38     armlibs		f_tvp.l g_tvp.l
       
    39     #else
       
    40     armlibs		f_avp.l g_avp.l
       
    41     #endif
       
    42 
       
    43     #endif
       
    44 end
       
    45 SMPSAFE