gssettingsuis/Gs/tsrc/public/basic/group/MT_GSFramework.mmp
branchRCL_3
changeset 54 7e0eff37aedb
parent 0 8c5d936e5675
equal deleted inserted replaced
53:8ee96d21d9bf 54:7e0eff37aedb
       
     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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include  <data_caging_paths.hrh>    // For RESOURCE_FILES_DIR
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 
       
    25 TARGET                  MT_GSFramework.dll
       
    26 TARGETTYPE              dll
       
    27 UID                     0x1000af5a 0x01700000
       
    28 
       
    29 CAPABILITY              ALL -TCB
       
    30 VENDORID                0x00000000
       
    31 
       
    32 
       
    33 // Sources required by the test suite
       
    34 SOURCEPATH              ../GSFramework
       
    35 SOURCE                  MT_GSFramework.cpp
       
    36 SOURCE					TestGSBaseView.cpp
       
    37 SOURCE					TestGSPlugin.cpp
       
    38 SOURCE                  MT_GSFramework_DllMain.cpp
       
    39 
       
    40 // Sources that mus be compiled and included into test dll.
       
    41 //SOURCEPATH				      ../../../../GSFramework/src
       
    42 //SOURCE					        ../../../../GSFramework/src/GSParentContainer.cpp
       
    43 
       
    44 
       
    45 // User include folders required by the tested code
       
    46 USERINCLUDE             ../../../../GSFramework/inc
       
    47 USERINCLUDE             ../../../../Logger
       
    48 USERINCLUDE             ../../../../GSInteractionPlugin/inc
       
    49 
       
    50 
       
    51 // Default system include paths for middleware layer modules.
       
    52 MW_LAYER_SYSTEMINCLUDE
       
    53 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    54 
       
    55 
       
    56 // Utility & EUnit libraries
       
    57 LIBRARY                 EUnit.lib
       
    58 LIBRARY                 EUnitUtil.lib
       
    59 LIBRARY                 euser.lib
       
    60 LIBRARY 				cone.lib
       
    61 
       
    62 // Tested libraries
       
    63 LIBRARY 				GSFramework.lib
       
    64 LIBRARY 				GSEcomPlugin.lib
       
    65 LIBRARY					apgrfx.lib	//	RApaLsSession
       
    66 LIBRARY					apparc.lib 	//	TApaAppInfo
       
    67 LIBRARY					ws32.lib 	//	RWsSession
       
    68 LIBRARY				    avkon.lib
       
    69 LIBRARY     			eikcore.lib
       
    70 
       
    71 
       
    72 
       
    73 // End of file