os/textandloc/textandlocutils/numbergrouping/group/NumberGrouping.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/textandloc/textandlocutils/numbergrouping/group/NumberGrouping.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,59 @@
     1.4 +/*
     1.5 +* Copyright (c) 2002-2010 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 the License "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 +
    1.22 +//#include <data_caging_paths.hrh>
    1.23 +#include <platform_paths.hrh>
    1.24 +
    1.25 +TARGET          NumberGrouping.dll
    1.26 +TARGETTYPE      dll
    1.27 +UID             0x1000008D 268451795
    1.28 +
    1.29 +//CAPABILITY      CAP_GENERAL_DLL
    1.30 +CAPABILITY      ALL -TCB
    1.31 +//VENDORID        VID_DEFAULT
    1.32 +VENDORID        0x101FB657
    1.33 +
    1.34 +SMPSAFE
    1.35 +
    1.36 +SOURCEPATH      ../group
    1.37 +
    1.38 +START RESOURCE  NumberGrouping.rss
    1.39 +HEADER
    1.40 +TARGETPATH      /resource
    1.41 +LANG            SC
    1.42 +END
    1.43 +
    1.44 +
    1.45 +SOURCEPATH      ../src
    1.46 +SOURCE          NumberGrouping.cpp
    1.47 +SOURCE          RegularExpression.cpp
    1.48 +SOURCE          StateMachine.cpp
    1.49 +
    1.50 +USERINCLUDE     ../inc
    1.51 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.52 +
    1.53 +// This is a SYSTEMINCLUDE macro containing the middleware
    1.54 +// layer specific include directories
    1.55 +//MW_LAYER_SYSTEMINCLUDE
    1.56 +
    1.57 +LIBRARY         euser.lib
    1.58 +LIBRARY         bafl.lib
    1.59 +LIBRARY         efsrv.lib
    1.60 +LIBRARY         centralrepository.lib      // Central repository
    1.61 +
    1.62 +// End of file.