osncore/osncore/group/osncore.mmp
branchRCL_3
changeset 26 0e9bb658ef58
parent 0 e83bab7cf002
equal deleted inserted replaced
25:4ea6f81c838a 26:0e9bb658ef58
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Project definition file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          osncore.dll
       
    23 TARGETTYPE      dll
       
    24 
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 
       
    28 
       
    29 CAPABILITY      CAP_GENERAL_DLL
       
    30 
       
    31 #ifndef __WINSCW__
       
    32 EPOCALLOWDLLDATA
       
    33 #endif
       
    34 
       
    35 
       
    36 SOURCEPATH      ../src 
       
    37 SOURCE          ustring.cpp
       
    38 SOURCE          ustringimpl.cpp
       
    39 SOURCE          ustringutil.cpp
       
    40 SOURCE          osnnew.cpp
       
    41 SOURCE          alfptrvectorimpl.cpp
       
    42 
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 
       
    46 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    47 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    48 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    49 
       
    50 
       
    51 USERINCLUDE     ../inc  
       
    52 
       
    53 LIBRARY libstdcpp.lib
       
    54 LIBRARY 		libc.lib
       
    55 LIBRARY			libglib.lib
       
    56 LIBRARY			euser.lib
       
    57 #define ALF_LINK_STDCPP_DLL
       
    58 //following include must be after definition
       
    59 
       
    60 LIBRARY         libpthread.lib
       
    61 // End of File