os/textandloc/textandlocutils/numbergrouping/group/NumberGrouping.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2002-2010 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 the License "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 *
    16 */
    17 
    18 
    19 //#include <data_caging_paths.hrh>
    20 #include <platform_paths.hrh>
    21 
    22 TARGET          NumberGrouping.dll
    23 TARGETTYPE      dll
    24 UID             0x1000008D 268451795
    25 
    26 //CAPABILITY      CAP_GENERAL_DLL
    27 CAPABILITY      ALL -TCB
    28 //VENDORID        VID_DEFAULT
    29 VENDORID        0x101FB657
    30 
    31 SMPSAFE
    32 
    33 SOURCEPATH      ../group
    34 
    35 START RESOURCE  NumberGrouping.rss
    36 HEADER
    37 TARGETPATH      /resource
    38 LANG            SC
    39 END
    40 
    41 
    42 SOURCEPATH      ../src
    43 SOURCE          NumberGrouping.cpp
    44 SOURCE          RegularExpression.cpp
    45 SOURCE          StateMachine.cpp
    46 
    47 USERINCLUDE     ../inc
    48 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    49 
    50 // This is a SYSTEMINCLUDE macro containing the middleware
    51 // layer specific include directories
    52 //MW_LAYER_SYSTEMINCLUDE
    53 
    54 LIBRARY         euser.lib
    55 LIBRARY         bafl.lib
    56 LIBRARY         efsrv.lib
    57 LIBRARY         centralrepository.lib      // Central repository
    58 
    59 // End of file.