os/ossrv/genericservices/s60compatibilityheaders/commonengine/group/commonengine.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2006-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 
    16 
    17 
    18 TARGET  	CommonEngine.dll
    19 TARGETTYPE  	dll
    20 UID  		0x1000008D 0x100058FE 
    21 
    22 VENDORID	0x70000001
    23 CAPABILITY 	All -TCB
    24 
    25 userinclude	../inc
    26 USERINCLUDE ../src
    27 // OS_LAYER_SYSTEMINCLUDE_SYMBIAN  Upwards dependancy
    28 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    29 
    30 
    31 deffile CommonEngineCR.DEF
    32 
    33 LANG     SC
    34 
    35 SOURCEPATH 	../src
    36 SOURCE	 	finditemengine.cpp
    37 SOURCE  	commonphoneparser.cpp
    38 SOURCE		textresolver.cpp
    39 SOURCE		commoncontentpolicy.cpp
    40 SOURCE		stringloader.cpp
    41 SOURCE		stringresourcereader.cpp
    42 SOURCE		coneresloader.cpp
    43 
    44 LIBRARY 	euser.lib
    45 LIBRARY 	efsrv.lib
    46 LIBRARY 	ecom.lib	
    47 LIBRARY 	cone.lib
    48 LIBRARY 	bafl.lib
    49 LIBRARY 	eikcore.lib
    50 LIBRARY 	apfile.lib
    51 LIBRARY 	gdi.lib
    52 LIBRARY 	etul.lib
    53 
    54 //Uncomment following lines depending on your tracing needs
    55 //macro _RD_COMMONENGINE_DETAILED_TRACE
    56 
    57 // Enf of File