usbmgmt/usbmgrtest/usbmsapp/usbms_stub/group/usbms_stub2cc.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 *
       
    16 */
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 #define USB_LOG_TO_FILE__
       
    23 
       
    24 target usbms_stub2cc.dll
       
    25 CAPABILITY CommDD NetworkControl NetworkServices LocalServices ProtServ
       
    26 targettype dll
       
    27 
       
    28 // ECom Dll recognition UID followed by the unique dll UID 
       
    29 UID              	0x10009d8d 0x10203286
       
    30 VENDORID 0x70000001
       
    31 DEFFILE usbms_stub2cc.DEF
       
    32 
       
    33 SOURCEPATH		../src
       
    34 SOURCE			Stub2CCImpCollection.cpp
       
    35 SOURCE			usbms_stub.cpp
       
    36 
       
    37 USERINCLUDE		../inc
       
    38 USERINCLUDE		../../../../usbmgr/usbman/server/public
       
    39 
       
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 
       
    42 #ifdef USB_LOG_TO_FILE__
       
    43 MACRO __USB_LOG_TO_FILE__
       
    44 #endif												
       
    45 
       
    46 #ifdef USB_LOG_TO_RDEBUG__
       
    47 MACRO __USB_LOG_TO_RDEBUG__
       
    48 #endif
       
    49 
       
    50 
       
    51 
       
    52 start resource 10203286.rss
       
    53 target stub2cc.rsc
       
    54 END
       
    55 
       
    56 LIBRARY			euser.lib
       
    57 LIBRARY			usbclasscontroller.lib
       
    58