textandlocutils/nearestlangutils/group/langutil.MMP
changeset 59 7d891bb52a7d
equal deleted inserted replaced
53:11e2bb0d14ba 59:7d891bb52a7d
       
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 //   Lang utility functions collection
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 TARGET          langutil.lib
       
    25 CAPABILITY All  -Tcb
       
    26 TARGETTYPE      LIB
       
    27 UID				0x1000008D
       
    28 VENDORID        0x70000001
       
    29 
       
    30 
       
    31 USERINCLUDE     ../inc
       
    32 USERINCLUDE 	../src
       
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 
       
    35 START WINS
       
    36 BASEADDRESS     0x41900000
       
    37 END
       
    38 UNPAGED
       
    39 
       
    40 
       
    41 
       
    42 SOURCEPATH ../src
       
    43 SOURCE LangUtil.cpp
       
    44 
       
    45 
       
    46 
       
    47 
       
    48 SMPSAFE
       
    49 
       
    50