installationservices/swcomponentregistry/test/group/tscr.mmp
branchRCL_3
changeset 25 7333d7932ef7
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
       
     1 /*
       
     2 * Copyright (c) 2008-2010 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 the License "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 * This is the project specification file for the Software Component Registry test harness
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22  @internalComponent
       
    23  @test
       
    24 */
       
    25 
       
    26 TARGETTYPE EXE
       
    27 TARGET tscr.exe
       
    28 
       
    29 UID 0 0x10285BC9
       
    30 
       
    31 // ProtServ TrustedUI are used for scrdatabase testing
       
    32 CAPABILITY ProtServ ReadUserData WriteDeviceData TrustedUI AllFiles 
       
    33 
       
    34 SOURCEPATH 	../tscr/source
       
    35 
       
    36 SOURCE tscrserver.cpp 
       
    37 SOURCE tscrstep.cpp
       
    38 SOURCE componentmanagementsteps.cpp transactionmanagementsteps.cpp deletescrdbstep.cpp
       
    39 SOURCE componentquerysteps.cpp subsessionsteps.cpp sifsteps.cpp appmanagersteps.cpp
       
    40 SOURCE pluginmanagementsteps.cpp installloghistorysteps.cpp appreginfosteps.cpp
       
    41 
       
    42 SOURCEPATH 	../tscraccessor/source
       
    43 SOURCE tscraccessor_client.cpp
       
    44 
       
    45 USERINCLUDE ../tscr/inc
       
    46 USERINCLUDE	../../inc_private
       
    47 USERINCLUDE ../tscraccessor/inc
       
    48 USERINCLUDE	../../inc
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    51 SMPSAFE
       
    52 
       
    53 LIBRARY euser.lib 
       
    54 LIBRARY efsrv.lib 
       
    55 LIBRARY testexecuteutils.lib
       
    56 LIBRARY testexecutelogclient.lib
       
    57 LIBRARY rfileloggerclient.lib
       
    58 LIBRARY scrdatabase.lib
       
    59 LIBRARY oomtestbase.lib
       
    60 LIBRARY scrclient.lib
       
    61 LIBRARY scsclient.lib
       
    62 LIBRARY sifutils.lib
       
    63