profilesapplication/Profiles/ProfileApp/tsrc/public/basic/group/T_ProfileSettingsView.mmp
branchRCL_3
changeset 19 cd54903d48da
parent 0 ca436256272f
equal deleted inserted replaced
18:b7fa36b488f8 19:cd54903d48da
       
     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 "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:  Project definition file for Profile Settings View module tests
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          T_ProfileSettingsView.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000af5a 0x0107FBC9
       
    24 TARGETPATH      ../../../../wins/c/DigiaEUnit/Tests
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          DllMain.cpp
       
    30 SOURCE          T_CProfileToneHandler.cpp
       
    31 
       
    32 USERINCLUDE	../inc
       
    33 
       
    34 APP_LAYER_SYSTEMINCLUDE
       
    35 SYSTEMINCLUDE   /epoc32/include/Digia/EUnit
       
    36 
       
    37 LIBRARY         euser.lib EUnit.lib
       
    38 LIBRARY         ProfileSettingsView.lib // The tested library
       
    39 LIBRARY         avkon.lib eikcore.lib cone.lib eikcoctl.lib
       
    40 LIBRARY         FeatMgr.lib // Feature Manager
       
    41 LIBRARY		commonengine.lib // RConeResourceLoader
       
    42 
       
    43 // Other possible keywords:
       
    44 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    45 
       
    46 // End of file