loudmouth/tsrc/group/tstlm.mmp
branchRCL_3
changeset 11 3404599e4dda
parent 9 46cc8e302e43
equal deleted inserted replaced
9:46cc8e302e43 11:3404599e4dda
     1 /*
       
     2 * Copyright (c) 2002 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:   ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include<platform_paths.hrh>
       
    20 TARGET          tstlm.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000008D 0x101FB3E3
       
    23 
       
    24 CAPABILITY      ALL -TCB
       
    25 
       
    26 
       
    27 //TARGETPATH      ?target_path
       
    28 DEFFILE         tstlm.def
       
    29 
       
    30 MACRO           SYMBIAN
       
    31 
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          tstlm.cpp
       
    35 SOURCE          tstlmBlocks.cpp
       
    36 
       
    37 //RESOURCE        resource_file
       
    38 //RESOURCE        resource_file2
       
    39 
       
    40 USERINCLUDE     ../inc 
       
    41 
       
    42 SYSTEMINCLUDE   /epoc32/include 
       
    43 SYSTEMINCLUDE   /epoc32/include/internal
       
    44 
       
    45 //SYSTEMINCLUDE   /epoc32/include/domain/osextensions
       
    46 USERINCLUDE       ../../inc
       
    47 //#ifdef __S60_32__
       
    48 SYSTEMINCLUDE       /epoc32/include/stdapis
       
    49 //SYSTEMINCLUDE       /epoc32/include/stdapis/glib-2.0
       
    50 //SYSTEMINCLUDE       /epoc32/include/stdapis/glib-2.0/glib
       
    51 //SYSTEMINCLUDE       /epoc32/include/stdapis/openssl
       
    52 //#endif
       
    53 
       
    54 //#ifndef __S60_50__
       
    55 //SYSTEMINCLUDE       /epoc32/include/osextensions/stdapis
       
    56 //SYSTEMINCLUDE       /epoc32/include/osextensions/stdapis/glib-2.0
       
    57 //SYSTEMINCLUDE       /epoc32/include/osextensions/stdapis/glib-2.0/glib
       
    58 //SYSTEMINCLUDE       /epoc32/include/osextensions/stdapis/openssl
       
    59 //#endif
       
    60 MW_LAYER_SYSTEMINCLUDE
       
    61 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    62 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    63 OS_LAYER_SSL_SYSTEMINCLUDE
       
    64 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    65 OS_LAYER_BOOST_SYSTEMINCLUDE
       
    66 OS_LAYER_DBUS_SYSTEMINCLUDE
       
    67 OS_LAYER_LIBUTILITY_SYSTEMINCLUDE
       
    68 
       
    69 
       
    70 
       
    71 
       
    72 
       
    73 LIBRARY         euser.lib
       
    74 LIBRARY         stiftestinterface.lib
       
    75 LIBRARY         libc.lib
       
    76 LIBRARY         libpthread.lib
       
    77 LIBRARY         libglib.lib
       
    78 LIBRARY         loudmouth.lib
       
    79 
       
    80 LANG            SC
       
    81 
       
    82 //EPOCALLOWDLLDATA
       
    83 
       
    84 /*
       
    85 START WINS      
       
    86 ?wins_specific_information
       
    87 END
       
    88 
       
    89 START MARM
       
    90 ?marm_specific_information
       
    91 END
       
    92 */
       
    93 // Other possible keywords:
       
    94  
       
    95 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    96 /*
       
    97 START BITMAP ?target
       
    98 TARGETPATH   ?emulated_path_on_target_machine
       
    99 HEADER
       
   100 SOURCE       ?color_depth ?source_bitmap
       
   101 END
       
   102 */
       
   103 // DEFFILE ?filename
       
   104 // AIF ?filename
       
   105 
       
   106 // End of File