os/ossrv/utilitylibraries/libutils/group/libutils.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/utilitylibraries/libutils/group/libutils.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,66 @@
     1.4 +/*
     1.5 +* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +#include <platform_paths.hrh>
    1.22 +
    1.23 +TARGET		  libutils.dll
    1.24 +TARGETTYPE	  dll
    1.25 +UID		  0x1000008d 0x200110CE
    1.26 +
    1.27 +CAPABILITY        ALL -TCB
    1.28 +VENDORID          0x101FB657		
    1.29 +
    1.30 +USERINCLUDE	 		../inc
    1.31 +
    1.32 +#ifndef WINSCW
    1.33 +EpocAllowDllData
    1.34 +#endif /* WINSCW */
    1.35 +
    1.36 +OS_LAYER_SYSTEMINCLUDE
    1.37 +OS_LAYER_LIBC_SYSTEMINCLUDE
    1.38 +OS_LAYER_STDCPP_SYSTEMINCLUDE
    1.39 +OS_LAYER_LIBUTILITY_SYSTEMINCLUDE
    1.40 +
    1.41 +SOURCEPATH	  		../src
    1.42 +SOURCE      		chartodescriptor8.cpp
    1.43 +SOURCE      		chartodescriptor16.cpp
    1.44 +SOURCE      		wchartodescriptor8.cpp
    1.45 +SOURCE      		wchartodescriptor16.cpp
    1.46 +SOURCE				stringtodescriptor8.cpp
    1.47 +SOURCE				stringtodescriptor16.cpp
    1.48 +SOURCE				wstringtodescriptor8.cpp
    1.49 +SOURCE				wstringtodescriptor16.cpp
    1.50 +SOURCE				descriptor8tochar.cpp
    1.51 +SOURCE				descriptor16tochar.cpp
    1.52 +SOURCE				descriptor8towchar.cpp
    1.53 +SOURCE				descriptor16towchar.cpp
    1.54 +SOURCE				descriptor8tostring.cpp
    1.55 +SOURCE				descriptor16tostring.cpp
    1.56 +SOURCE				descriptor8towstring.cpp
    1.57 +SOURCE				descriptor16towstring.cpp
    1.58 +
    1.59 +
    1.60 +LIBRARY				euser.lib
    1.61 +LIBRARY				libc.lib
    1.62 +LIBRARY     		libstdcpp.lib
    1.63 +
    1.64 +LANG            	SC
    1.65 +
    1.66 +
    1.67 +
    1.68 +
    1.69 +SMPSAFE