charconvfw/charconv_fw/group/convnames.mmp
changeset 0 1fb32624e06b
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 /*
       
     2 * Copyright (c) 2000-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 * convnames.dll CharConv service for getting names of available converters
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 
       
    25 TARGET			convnames.dll
       
    26 TARGETTYPE		dll
       
    27 
       
    28 CAPABILITY		All -Tcb
       
    29 
       
    30 DEFFILE			convnames.def
       
    31 
       
    32 UID				0x1000008d 0x10009318
       
    33 VENDORID		0x70000001
       
    34 
       
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 SOURCEPATH		../src/convnames
       
    38 SOURCE			convnames.cpp
       
    39 
       
    40 LIBRARY			euser.lib
       
    41 LIBRARY			efsrv.lib
       
    42 LIBRARY			bafl.lib
       
    43 
       
    44 START WINS
       
    45 				baseaddress 0x7d520000
       
    46 END
       
    47 
       
    48 SMPSAFE