sysstatemgmt/systemstatemgr/test/tcmd/group/tcustom_cmd.mmp
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2007-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 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @test
       
    19  @internalComponent - Internal Symbian test code 
       
    20 */
       
    21  
       
    22 
       
    23 TARGET			tcustom_cmd.dll
       
    24 TARGETTYPE		dll
       
    25 targetpath      /sys/bin
       
    26 
       
    27 UID				0x1000008D 0x10285A5F
       
    28 VENDORID 		0x70000001
       
    29 
       
    30 CAPABILITY 		ALL -TCB
       
    31 
       
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 MACRO SSM_CMD_TESTFRAMEWORK
       
    34 
       
    35 
       
    36 // production code
       
    37 USERINCLUDE		../../../inc
       
    38 USERINCLUDE		../../../localinc
       
    39 
       
    40 // testcode
       
    41 USERINCLUDE		../inc
       
    42 
       
    43 SOURCEPATH		../src
       
    44 source			tcmd_custom_cmd.cpp
       
    45 source			tcmd_custom_cmdimpl.cpp
       
    46 
       
    47 SOURCEPATH		../../../cmd/src
       
    48 source			ssmcustomcommand.cpp
       
    49 
       
    50 library			euser.lib efsrv.lib
       
    51 
       
    52 SMPSAFE