imservices/ossprotocoladaptation/dataconvlib/group/stringutils.mmp
changeset 46 860cd8a5168c
parent 35 085f765766a0
equal deleted inserted replaced
35:085f765766a0 46:860cd8a5168c
     1 /*
       
     2 * Copyright (c) 2005-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:  Generic string utility Apis to convert SYMBIAN descriptors
       
    15 *		 		 to standard C character/Wide-character strings and Viceversa
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include<platform_paths.hrh>
       
    21 TARGET          opencstringutilslib.dll 
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x2001241C
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 VENDORID     	VID_DEFAULT
       
    27 
       
    28 VERSION      10.0
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 //Sourcefile
       
    32 SOURCE          stringutils.cpp
       
    33 
       
    34 USERINCLUDE     ../inc 
       
    35 
       
    36 
       
    37 
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    40 
       
    41 LIBRARY         	euser.lib
       
    42 LIBRARY         	libc.lib
       
    43 
       
    44 LANG            	SC
       
    45 
       
    46