applicationinterworkingfw/ServiceHandler/group/ServiceHandler.mmp
changeset 0 2f259fa3e83a
child 18 fcdfafb36fe7
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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 "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:     AIW project file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include "../inc/AiwUids.hrh"
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 TARGET          ServiceHandler.dll
       
    26 TARGETTYPE      DLL
       
    27 UID             0x1000008d KAiwServiceHandlerDLLUidValue
       
    28 
       
    29 CAPABILITY      CAP_GENERAL_DLL
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          AiwCommon.cpp
       
    33 SOURCE          AiwServiceHandler.cpp
       
    34 SOURCE          AiwServiceHandlerImpl.cpp
       
    35 SOURCE          AiwMenu.cpp
       
    36 SOURCE          AiwBinding.cpp
       
    37 SOURCE          AiwMenuBinding.cpp
       
    38 SOURCE          AiwServiceIfBase.cpp
       
    39 SOURCE          AiwServiceIfMenu.cpp
       
    40 SOURCE          AiwGenericParam.cpp
       
    41 SOURCE          AiwVariant.cpp
       
    42 SOURCE          AiwEcomMonitor.cpp
       
    43 SOURCE          AiwTlsData.cpp
       
    44 
       
    45 USERINCLUDE     . 
       
    46 USERINCLUDE     ../inc
       
    47 USERINCLUDE     ../external
       
    48 
       
    49 SYSTEMINCLUDE   .
       
    50 SYSTEMINCLUDE   ../../../inc
       
    51 SYSTEMINCLUDE   ../../inc
       
    52 
       
    53 // This is a SYSTEMINCLUDE macro containing the middleware
       
    54 // layer specific include directories
       
    55 MW_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 #include <data_caging_paths.hrh>
       
    58 
       
    59 START RESOURCE AiwServiceHandler.rss
       
    60 DEPENDS avkon.rsg
       
    61 HEADER    
       
    62 TARGETPATH   RESOURCE_FILES_DIR 
       
    63 LANGUAGE_IDS 
       
    64 END
       
    65 
       
    66 LIBRARY         euser.lib
       
    67 LIBRARY         eikcoctl.lib
       
    68 LIBRARY         ecom.lib
       
    69 LIBRARY         cone.lib
       
    70 LIBRARY         bafl.lib 
       
    71 LIBRARY         efsrv.lib
       
    72 LIBRARY         estor.lib
       
    73 LIBRARY         eikcore.lib 
       
    74 
       
    75 START WINS
       
    76 END
       
    77 
       
    78 START MARM
       
    79 END
       
    80 
       
    81 //  End of File