usbmgmt/usbmgrtest/t_ncm/group/ncmtestconsole.mmp
branchRCL_3
changeset 15 f92a4f87e424
equal deleted inserted replaced
14:d3e8e7d462dd 15:f92a4f87e424
       
     1 /*
       
     2 * Copyright (c) 2002-2009 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 /** @file
       
    19  @internalComponent
       
    20  @test
       
    21  */
       
    22 
       
    23 target ncmtestconsole.exe
       
    24 targettype exe
       
    25 UID			 0 0xE228E991
       
    26 
       
    27 capability All -Tcb
       
    28 
       
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    30 
       
    31 userinclude ../inc
       
    32 
       
    33 sourcepath ../src
       
    34 
       
    35 library euser.lib
       
    36 library usbman.lib
       
    37 library centralrepository.lib 
       
    38 library	esock.lib
       
    39 library	commdb.lib 
       
    40 library	insock.lib 
       
    41 library	esocksvr.lib 
       
    42 
       
    43 source ncmtestconsole.cpp commandengine.cpp devicewatcher.cpp servicewatcher.cpp 
       
    44 source exitcommand.cpp 
       
    45 source simpancommand.cpp
       
    46 source  setncmiapcommand.cpp tcptest.cpp tcpcommand.cpp
       
    47 source ncmwatcher.cpp 
       
    48 
       
    49 #include <usb/usblogger.mmh>
       
    50 #include <comms-infras/commsdebugutility.mmh>
       
    51