messagingfw/msgtestfw/misc/ScheduleMessage/group/ScheduleMessage.mmp
changeset 22 bde600d88860
parent 0 8e480a14352b
equal deleted inserted replaced
21:08008ce8a6df 22:bde600d88860
       
     1 // Copyright (c) 2004-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 // ScheduleMessage.exe executable that schedules a message directly with the Task Scheduler, and
       
    15 // via the message server.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 TARGET			schedulemessage.exe
       
    24 TARGETTYPE		exe
       
    25 
       
    26 CAPABILITY		ALL -TCB
       
    27 UID				0x1000007a 0x10204284
       
    28 VENDORID 		0x70000001
       
    29 
       
    30 USERINCLUDE		../../../../scheduledsendmtm/test/unit/inc
       
    31 
       
    32 SOURCEPATH		../src
       
    33 SOURCE			schedulemessage.cpp
       
    34 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 USERINCLUDE ../../../../msgtest/testutils/base/inc
       
    36 USERINCLUDE		../../../../scheduledsendmtm/test/base/inc
       
    37 LIBRARY			euser.lib msgs.lib schsend.lib schsvr.lib
       
    38 
       
    39 SMPSAFE