usbmgmt/usbmgr/device/classdrivers/obex/classcontroller/group/ObexClassController.mmp
changeset 0 c9bc50fca66e
child 29 59aa7d6e3e0f
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 * ObexClassController.dll USB Class Controller Plugin, ref CC which loads/Starts/Stops whatever Obex implementation is desired
       
    16 *
       
    17 */
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 target obexclasscontroller.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 0x101fbf27
       
    30 VENDORID 0x70000001
       
    31 
       
    32 SOURCEPATH		../src
       
    33 SOURCE			CUsbObexClassImpCollection.cpp
       
    34 SOURCE			CUsbObexClassController.cpp
       
    35 
       
    36 USERINCLUDE         ../inc
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 
       
    41 start resource 101fbf27.rss
       
    42 target obexclasscontroller.rsc
       
    43 END
       
    44 
       
    45 LIBRARY			euser.lib 
       
    46 LIBRARY			usbclasscontroller.lib
       
    47 
       
    48 #include <usb/usblogger.mmh>