usbmgmt/usbmgr/usbman/server/group/usbsvrotg_dummyusbdi.mmp
changeset 0 c9bc50fca66e
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 2008-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 * usbsvrotg.mmp
       
    16 * usbsvr.exe USB server with USB Host and OTG support
       
    17 *
       
    18 */
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 #include "usbsvrbase.mmp"
       
    25 
       
    26 MACRO SYMBIAN_ENABLE_USB_OTG_HOST_PRIV
       
    27 MACRO	__OVER_DUMMYUSBDI__
       
    28 // This is the crucial difference between this and usbsvr.mmp.
       
    29 //MACRO USE_DUMMY_CLASS_CONTROLLER
       
    30 
       
    31 //SID 0x10282B50
       
    32 
       
    33 target usbsvr_over_dummyusbdi.exe
       
    34 
       
    35 sourcepath		../SRC
       
    36 source			CUsbOtg.cpp
       
    37 source			cusbotgwatcher.cpp
       
    38 source			cusbhost.cpp
       
    39 source			cusbhostwatcher.cpp
       
    40 //source			CUsbDummyClassController.cpp
       
    41 //source			INIFILE.CPP
       
    42 
       
    43 library			usbhoststack_over_dummyusbdi.lib
       
    44 
       
    45 UNPAGED