tsrc/testtools/stubsrv/group/stubsrv.mmp
branchRCL_3
changeset 92 dde4619868dc
parent 86 703a2b94c06c
child 95 55a3258355ea
equal deleted inserted replaced
86:703a2b94c06c 92:dde4619868dc
     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 "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 *
       
    16 */
       
    17 
       
    18 CAPABILITY  All -Tcb
       
    19 
       
    20 TARGET        stubsrv.exe
       
    21 TARGETTYPE    exe
       
    22 
       
    23 UID           0x1000008d 0xE0000090
       
    24 
       
    25 // EPOCHEAPSIZE  0x500 0x400000
       
    26 
       
    27 SOURCEPATH  ../src
       
    28 SOURCE      stubsrv.cpp
       
    29 SOURCE      stubsrvsession.cpp
       
    30 SOURCE      stubsrvapiexecutor.cpp
       
    31 
       
    32 USERINCLUDE   ../inc
       
    33 SYSTEMINCLUDE /epoc32/include /epoc32/include/platform/ /epoc32/include/stubsrv
       
    34 
       
    35 LIBRARY    euser.lib
       
    36 LIBRARY    apibehavior.lib
       
    37 
       
    38