os/kernelhwsrv/kerneltest/e32test/usbho/t_otgdi/group/t_otgdi.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // t_otgdi.mmp
     2 //
     3 
     4 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     5 // All rights reserved.
     6 // This component and the accompanying materials are made available
     7 // under the terms of the License "Eclipse Public License v1.0"
     8 // which accompanies this distribution, and is available
     9 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    10 //
    11 // Initial Contributors:
    12 // Nokia Corporation - initial contribution.
    13 //
    14 // Contributors:
    15 //
    16 // Description:
    17 // using relative paths for sourcepath and user includes
    18 // 
    19 //
    20 
    21 TARGET        t_otgdi.exe
    22 TARGETTYPE    exe
    23 
    24 capability		CommDD
    25 // same UID as USBMAN
    26 uid				0		0x101fe1db
    27 //uid 0 0x10282B48
    28 
    29 epocheapsize    0x1000  0x4000000
    30 
    31 SOURCEPATH    ../src
    32 
    33 // main module
    34 SOURCE        t_otgdi.cpp
    35 // test engine core
    36 SOURCE        testcasefactory.cpp
    37 SOURCE        testengine.cpp
    38 SOURCE        testcasecontroller.cpp
    39 SOURCE        testpolicy.cpp
    40 SOURCE        testcaseroot.cpp
    41 SOURCE        testcasewd.cpp
    42 SOURCE 		  b2bwatchers.cpp 
    43 SOURCE        otgroot.cpp 
    44 
    45 // test cases (PREQ1782) (456..471)
    46 SOURCE        testcase0456.cpp
    47 SOURCE        testcase0457.cpp
    48 SOURCE        testcase0458.cpp
    49 SOURCE        testcase0459.cpp
    50 SOURCE        testcase0460.cpp
    51 SOURCE        testcase0461.cpp
    52 SOURCE        testcase0462.cpp
    53 SOURCE        testcase0463.cpp
    54 SOURCE        testcase0464.cpp
    55 SOURCE        testcase0465.cpp
    56 SOURCE        testcase0466.cpp
    57 SOURCE        testcase0467.cpp
    58 SOURCE        testcase0468.cpp
    59 SOURCE        testcase0469.cpp
    60 // test cases (OPT Exerciser) 
    61 SOURCE        testcase0670.cpp 
    62 SOURCE        testcase0671.cpp
    63 
    64 // test cases (PREQ1305) (675..684)
    65 SOURCE        testcase0675.cpp 
    66 SOURCE        testcase0676.cpp 
    67 SOURCE        testcase0677.cpp 
    68 SOURCE        testcase0678.cpp 
    69 SOURCE        testcase0679.cpp
    70 SOURCE        testcase0680.cpp 
    71 SOURCE        testcase0681.cpp 
    72 SOURCE        testcase0682.cpp
    73 SOURCE        testcase0683.cpp
    74 SOURCE        testcase0684.cpp
    75 
    76 // test cases (extra) (1231..1238 (shared with T_USBDI))
    77 SOURCE        testcase1233.cpp
    78 
    79 // include files
    80 USERINCLUDE     ../inc
    81 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    82 
    83 
    84 LIBRARY       euser.lib
    85 
    86 SMPSAFE