imservices/xmppsettingsfetcher/tsrc/xmppsettingsfetchermt/group/xmppsettingsfetchermt.mmp
changeset 0 e6b17d312c8b
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     1 /*
       
     2 * Copyright (c) 2002 - 2007 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:  xmppsettingsfetchermt.mmp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(__S60_)
       
    20 #include <platform_paths.hrh>
       
    21 #endif
       
    22 
       
    23 TARGET          xmppsettingsfetchermt.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x101FB3E7
       
    26 
       
    27 //CAPABILITY      ALL -TCB
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 
       
    30 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    31 // VENDORID     0x00000000
       
    32 /* Remove comments and replace 0x00000000 with correct secure id */
       
    33 // SECUREID     0x00000000
       
    34 
       
    35 //TARGETPATH      ?target_path
       
    36 DEFFILE         xmppsettingsfetchermt.def
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          xmppsettingsfetchermt.cpp
       
    40 SOURCE          xmppsettingsfetchermtCases.cpp
       
    41 
       
    42 //RESOURCE        resource_file
       
    43 //RESOURCE        resource_file2
       
    44 
       
    45 USERINCLUDE     ../inc 
       
    46 USERINCLUDE     ../../../inc 
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 
       
    51 
       
    52 
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         stiftestinterface.lib
       
    55 LIBRARY         stiftestengine.lib
       
    56 LIBRARY         jabbersettings.lib
       
    57 LIBRARY         xmppsettingsfetcher.lib
       
    58 
       
    59 LANG            SC
       
    60 
       
    61 /*
       
    62 START WINS      
       
    63 ?wins_specific_information
       
    64 END
       
    65 
       
    66 START MARM
       
    67 ?marm_specific_information
       
    68 END
       
    69 */
       
    70 // Other possible keywords:
       
    71  
       
    72 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    73 /*
       
    74 START BITMAP ?target
       
    75 TARGETPATH   ?emulated_path_on_target_machine
       
    76 HEADER
       
    77 SOURCE       ?color_depth ?source_bitmap
       
    78 END
       
    79 */
       
    80 // DEFFILE ?filename
       
    81 // AIF ?filename// End of File