usbmgmt/usbmgr/device/classdrivers/whcm/classcontroller/group/WHCMClassController.mmp
changeset 0 c9bc50fca66e
child 15 f92a4f87e424
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 1997-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 * WHCMClassController.dll USB Plugin, must be include in ROM if producing a WHCM device
       
    16 *
       
    17 */
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 target whcmclasscontroller.dll //Recommended unpaged
       
    25 CAPABILITY CommDD NetworkControl NetworkServices LocalServices ProtServ
       
    26 targettype plugin
       
    27 
       
    28 // ECom Dll recognition UID followed by the unique dll UID 
       
    29 UID              	0x10009d8d 0x101fbf23
       
    30 VENDORID 0x70000001
       
    31 
       
    32 SOURCEPATH		../SRC
       
    33 SOURCE			CUsbWHCMClassImpCollection.cpp
       
    34 SOURCE			CUsbWHCMClassController.cpp
       
    35 
       
    36 USERINCLUDE		../INC
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 
       
    41 start resource 101fbf23.rss
       
    42 target whcmclasscontroller.rsc
       
    43 END
       
    44 
       
    45 LIBRARY			euser.lib 
       
    46 LIBRARY			usbclasscontroller.lib
       
    47 
       
    48 #include <usb/usblogger.mmh>