sysstatemgmt/tsrc/public/basic/group/mt_rstartersession.mmp
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: Unit test code for RStarterSession class
    14 * Description:
    15 *
    15 *
    16 */
    16 */
       
    17 
    17 
    18 
    18 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    19 
    20 
    20 TARGET          MT_RStarterSession.dll
    21 TARGET          MT_RStarterSession.dll
    21 TARGETTYPE      dll
    22 TARGETTYPE      dll
       
    23 UID             0x1000af5a 0x01700000
    22 
    24 
    23 UID             0x1000008D 0x101FB3E7
    25 CAPABILITY      ALL -TCB
    24 VENDORID        VID_DEFAULT
    26 VENDORID        VID_DEFAULT
    25 CAPABILITY      ALL -TCB
       
    26 
    27 
    27 SOURCEPATH      ../mt_rstartersession
    28 SOURCEPATH      ../mt_rstartersession
    28 SOURCE          MT_RStarterSession.cpp
    29 SOURCE          MT_RStarterSession.cpp
       
    30 SOURCE          MT_RStarterSession_DllMain.cpp
    29 
    31 
    30 USERINCLUDE     ../mt_rstartersession
    32 USERINCLUDE     ../mt_rstartersession
    31 
    33 
    32 OS_LAYER_SYSTEMINCLUDE
    34 SYSTEMINCLUDE    /epoc32/include/platform/digia/eunit
    33 
    35 
    34 OS_LAYER_SYSTEMINCLUDE
    36 OS_LAYER_SYSTEMINCLUDE
    35 
    37 
       
    38 LIBRARY         EUnit.lib
       
    39 LIBRARY         EUnitUtil.lib
    36 LIBRARY         euser.lib
    40 LIBRARY         euser.lib
    37 LIBRARY     	stiftestinterface.lib
       
    38 LIBRARY         StarterClient.lib
    41 LIBRARY         StarterClient.lib
    39 
    42 
    40 SMPSAFE
    43 SMPSAFE
    41 
    44 
    42 // End of file
    45 // End of file