usbmgmt/usbmgr/usbman/server/group/UsbDummyClassControllerLdd.mmp
changeset 51 eaaed528d5fd
child 59 bbdce6bffaad
equal deleted inserted replaced
46:613028a7da24 51:eaaed528d5fd
       
     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 * usbclassconstroller.mmp
       
    16 * USBClassController.dll USB Class Controller Plugin Framework
       
    17 *
       
    18 */
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 
       
    25 target			msdummyclasscontroller.dll //Recommended unpaged
       
    26 
       
    27 targettype		plugin
       
    28 CAPABILITY CommDD NetworkControl NetworkServices LocalServices ProtServ
       
    29 UID 0x10009d8d 0x20031D6F
       
    30 VENDORID 0x70000001
       
    31 
       
    32 userinclude		../inc 
       
    33 userinclude     ../../../inifile/inc 
       
    34 userinclude     ../traces_UsbDummyClassControllerLdd
       
    35 
       
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 
       
    38 sourcepath		../SRC
       
    39 source			CUsbDummyClassControllerLdd.cpp
       
    40 source			CUsbDummyClassImpCollection.cpp 
       
    41 
       
    42 start resource 20031D6F.rss
       
    43 target msdummyclasscontroller.rsc
       
    44 end
       
    45 
       
    46 
       
    47 library			euser.lib
       
    48 LIBRARY			usbclasscontroller.lib
       
    49 LIBRARY			efsrv.lib
       
    50 LIBRARY			bafl.lib
       
    51 
       
    52 
       
    53 VENDORID 0x70000001