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