usbmgmt/usbmgr/usbman/extensionplugin/group/UsbManExtensionPlugin.mmp
changeset 0 c9bc50fca66e
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 2005-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 * usbmanextensionplugin.dll Base DLL for UsbMan extension plugins
       
    16 * Plugins to UsbMan.
       
    17 *
       
    18 */
       
    19 
       
    20 /**
       
    21  @file
       
    22  @internalComponent
       
    23 */
       
    24 
       
    25 TARGET			usbmanextensionplugin.dll
       
    26 TARGETTYPE		dll
       
    27 // UID2 = 0x1000008d for static interface DLLs.
       
    28 // UID3 = unique for UsbMan system
       
    29 UID 			0x1000008d 0x101f9067
       
    30 VENDORID		0x70000001
       
    31 CAPABILITY CommDD NetworkControl NetworkServices LocalServices ProtServ
       
    32 
       
    33 SOURCEPATH		../src
       
    34 SOURCE			CUsbManExtensionPlugin.cpp
       
    35 SOURCE			MUsbManExtensionPluginObserver.cpp
       
    36 
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 LIBRARY 		euser.lib
       
    40 LIBRARY 		ecom.lib
       
    41 
       
    42 //macro __USB_LOG_TO_RDEBUG__