installationservices/swcomponentregistry/test/group/tscrapparc.mmp
branchRCL_3
changeset 25 7333d7932ef7
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
       
     1 /*
       
     2 * Copyright (c) 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  @file
       
    21  @internalComponent
       
    22  @test
       
    23 */
       
    24 
       
    25 TARGETTYPE EXE
       
    26 TARGET tscrapparc.exe
       
    27 
       
    28 UID 0 0x10003A3F
       
    29 
       
    30 // ProtServ TrustedUI are used for scrdatabase testing
       
    31 CAPABILITY ProtServ TrustedUI
       
    32 
       
    33 SOURCEPATH 	../tscrapparc/source
       
    34 SOURCE tscrapparcserver.cpp appreginfoapparcsteps.cpp
       
    35 
       
    36 USERINCLUDE ../tscr/inc
       
    37 USERINCLUDE ../tscrapparc/inc
       
    38 USERINCLUDE	../../inc_private
       
    39 USERINCLUDE	../../inc
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    42 
       
    43 SMPSAFE
       
    44 
       
    45 LIBRARY euser.lib 
       
    46 LIBRARY efsrv.lib 
       
    47 LIBRARY testexecuteutils.lib
       
    48 LIBRARY testexecutelogclient.lib
       
    49 LIBRARY rfileloggerclient.lib
       
    50 LIBRARY scrdatabase.lib
       
    51 LIBRARY oomtestbase.lib
       
    52 LIBRARY scrclient.lib
       
    53 LIBRARY scsclient.lib
       
    54 LIBRARY bafl.lib
       
    55