testexecfw/stf/stffw/testengine/group/TestEngine.mmp
changeset 2 8bb370ba6d1d
equal deleted inserted replaced
1:bbd31066657e 2:8bb370ba6d1d
       
     1 /*
       
     2 * Copyright (c) 2009 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: MMP file for STIF Test Framework's TestEngine module.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 SMPSAFE
       
    21 #include        "../../../inc/STIFConfiguration.mmh"
       
    22 
       
    23 TARGET          StifTestEngine.dll
       
    24 TARGETTYPE      dll
       
    25 
       
    26 UID             0x1000008D 0x101FB3DF
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 VENDORID        0x101FB657
       
    30 SECUREID        0x102073E0
       
    31 
       
    32 DEFFILE         StifTestEngine.def
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../../inc
       
    36 
       
    37 OS_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 
       
    41 
       
    42 SOURCE          TestEngineClient.cpp
       
    43 SOURCE          SettingServerClient.cpp
       
    44 SOURCE          SettingServer.cpp
       
    45 SOURCE          SettingServerSession.cpp
       
    46 SOURCE          STIFTestFrameworkSettings.cpp
       
    47 SOURCE          TestModuleInfo.cpp
       
    48 SOURCE			TestEngineUtils.cpp
       
    49 
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         efsrv.lib
       
    53 LIBRARY         stiftestinterface.lib
       
    54 
       
    55 // End of File