sysstatemgmt/systemstarter/test/tamastarter/group/tamastarter_amaadder.mmp
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Test Application used to create the appropriate dsc data store database for the SSC tests
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @test
       
    21  @internalComponent - Internal Symbian test code 
       
    22 */
       
    23  
       
    24 target          tamastarter_amaadder.exe
       
    25 TARGETTYPE		exe
       
    26 targetpath      /sys/bin
       
    27 UID				0x100039ce 0x10283503
       
    28 VENDORID 		0x70000001
       
    29 
       
    30 CAPABILITY  	ReadDeviceData WriteDeviceData 
       
    31 
       
    32 
       
    33 USERINCLUDE		../inc
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 MW_LAYER_SYSTEMINCLUDE_SYMBIAN 
       
    36 
       
    37 
       
    38 SOURCEPATH		../src
       
    39 
       
    40 SOURCE			tamastarter_database_utils.cpp
       
    41 SOURCE			tamastarter_amaadder.cpp
       
    42 
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         efsrv.lib
       
    46 LIBRARY         dscstore.lib
       
    47 LIBRARY         startupproperties.lib
       
    48 LIBRARY			appfwk_test_utils.lib
       
    49 
       
    50 SMPSAFE