mmsharing/mmshmanagercli/tsrc/ut_managercli/group/ut_musmanagerclient.mmp
changeset 0 f0cf47e981f9
equal deleted inserted replaced
-1:000000000000 0:f0cf47e981f9
       
     1 /*
       
     2 * Copyright (c) 2006-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:  Project definition file for project MusManager Client unit
       
    15 *                tests.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include<eunitcaps.h>
       
    22 
       
    23 
       
    24 TARGET                  ut_musmanagerclient.dll
       
    25 TARGETTYPE              dll
       
    26 TARGETPATH              /sys/bin
       
    27 UID                     0x1000af5a 0x01700021
       
    28 
       
    29 CAPABILITY      EUNIT_CAPS
       
    30 VENDORID                VID_DEFAULT
       
    31 
       
    32 MACRO                   UNIT_TESTING
       
    33 
       
    34 SOURCEPATH              ../src
       
    35 SOURCE                  ut_musmanagerclientdllmain.cpp
       
    36 SOURCE                  musmanagerserverstarterstub.cpp
       
    37 SOURCE                  musmanagerclientsessionstub.cpp
       
    38 SOURCE                  ut_cmusmanager.cpp
       
    39 SOURCE                  ut_cmusmanagerimpl.cpp
       
    40 
       
    41 SOURCEPATH              ../../../src
       
    42 SOURCE                  musmanager.cpp
       
    43 SOURCE                  musmanagerimpl.cpp
       
    44 
       
    45 SOURCEPATH              ../../../../../tsrc/featmgrstub/src
       
    46 SOURCE                  FeatMgr.cpp
       
    47 
       
    48 
       
    49 USERINCLUDE             ../../../../../tsrc/featmgrstub/inc
       
    50 USERINCLUDE             ../inc
       
    51 USERINCLUDE             ../../../inc
       
    52 USERINCLUDE             ../../../../mmshshared/inc
       
    53 USERINCLUDE             ../../../../inc
       
    54 USERINCLUDE             ../../../../../inc
       
    55 
       
    56 APP_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 LIBRARY                 EUnit.lib
       
    59 LIBRARY                 euser.lib
       
    60 LIBRARY                 flogger.lib
       
    61 
       
    62 EPOCALLOWDLLDATA