bthci/bthci2/dutmode/group/dutmode.mmp
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 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 // dutmode.dll Client side DLL for controlling DUT mode
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET			dutmode.dll
       
    19 CAPABILITY 		All -Tcb
       
    20 TARGETTYPE		DLL
       
    21 
       
    22 UID    0x1000008d 0x102872B2
       
    23 VENDORID 0x70000001
       
    24 
       
    25 SOURCEPATH ../src
       
    26 								  
       
    27 SOURCE			dutmode.cpp
       
    28 
       
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    30 
       
    31 LIBRARY			euser.lib 
       
    32 LIBRARY			hciserverclient.lib
       
    33 LIBRARY			btlogger.lib 
       
    34 
       
    35 OPTION		cw -strict on -w pedantic,unused,hidevirtual,padding,ptrintconv
       
    36 
       
    37 UNPAGED
       
    38 
       
    39 SMPSAFE