languageinterworkingfw/servicehandler/group/servicehandler.mmp
changeset 57 61b27eec6533
parent 45 7aa6007702af
equal deleted inserted replaced
45:7aa6007702af 57:61b27eec6533
     1 /*
       
     2 * Copyright (c) 2003-2005 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:       LIW project file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 #include "../inc/liwuids.hrh"
       
    25 #include <platform_paths.hrh>
       
    26 
       
    27 TARGET          liwServiceHandler.dll
       
    28 TARGETTYPE      DLL
       
    29 UID             0x1000008d KLiwServiceHandlerDLLUidValue
       
    30 
       
    31 
       
    32 VERSION 10.2
       
    33 paged
       
    34 
       
    35 CAPABILITY      CAP_GENERAL_DLL
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          liwcommon.cpp
       
    39 SOURCE          liwservicehandler.cpp
       
    40 SOURCE          liwservicehandlerimpl.cpp
       
    41 SOURCE          liwmenu.cpp
       
    42 SOURCE          liwbinding.cpp
       
    43 SOURCE          liwmenubinding.cpp
       
    44 SOURCE          liwserviceifbase.cpp
       
    45 SOURCE          liwserviceifmenu.cpp
       
    46 SOURCE          liwgenericparam.cpp
       
    47 SOURCE          liwvariant.cpp
       
    48 SOURCE          liwecommonitor.cpp
       
    49 SOURCE          liwtlsdata.cpp
       
    50 SOURCE          liwxmlhandler.cpp
       
    51 SOURCE          liwservicedata.cpp
       
    52 
       
    53 USERINCLUDE     . 
       
    54 USERINCLUDE     ../inc
       
    55 
       
    56 // This is a SYSTEMINCLUDE macro containing the middleware
       
    57 // layer specific include directories
       
    58 MW_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 #include <data_caging_paths.hrh>
       
    61 
       
    62 START RESOURCE ../data/liwservicehandler.rss
       
    63 	HEADER    
       
    64 	TARGETPATH   RESOURCE_FILES_DIR  
       
    65 END
       
    66 
       
    67 LIBRARY         euser.lib
       
    68 LIBRARY         eikcoctl.lib
       
    69 LIBRARY         ecom.lib
       
    70 LIBRARY         cone.lib
       
    71 LIBRARY         bafl.lib 
       
    72 LIBRARY         efsrv.lib
       
    73 LIBRARY         estor.lib
       
    74 LIBRARY         eikcore.lib 
       
    75 LIBRARY			SenXML.lib
       
    76 LIBRARY	 	  	RTSecMgrClient.lib
       
    77 LIBRARY	 	  	inetprotutil.lib
       
    78 
       
    79 START WINS
       
    80 END
       
    81 
       
    82 START MARM
       
    83 END
       
    84 
       
    85 
       
    86 //  End of File