usbmgmt/usbmgr/usbman/server/group/usbsvrbase.mmp
branchRCL_3
changeset 16 012cc2ee6408
parent 15 f92a4f87e424
equal deleted inserted replaced
15:f92a4f87e424 16:012cc2ee6408
     1 /*
     1 /*
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    35 source			CUsbScheduler.cpp
    35 source			CUsbScheduler.cpp
    36 source			CUsbDevice.cpp
    36 source			CUsbDevice.cpp
    37 source			CUsbDeviceStateWatcher.cpp
    37 source			CUsbDeviceStateWatcher.cpp
    38 source			UsbUtils.cpp
    38 source			UsbUtils.cpp
    39 source			CPersonality.cpp
    39 source			CPersonality.cpp
    40 source          usbmancenrepmanager.cpp
       
    41 
    40 
    42 userinclude		../INC
    41 userinclude		../INC
    43 userinclude		../public
    42 userinclude		../public
    44 userinclude		../../../host/fdf/production/client/public 
    43 userinclude		../../../host/fdf/production/client/public
    45 userinclude		../traces
       
    46 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    45 
       
    46 lang			sc 01 02 03 10	// UK English, French, German, US English
       
    47 
       
    48 START RESOURCE usbman.rss
       
    49 TARGETPATH /private/101fe1db
       
    50 HEADER
       
    51 END
       
    52 
       
    53 #ifdef SYMBIAN_USB_RNDIS
       
    54 START RESOURCE usbmanrndis.rss
       
    55 TARGETPATH /private/101fe1db
       
    56 HEADER
       
    57 END
       
    58 #endif
       
    59 
       
    60 START RESOURCE usbmanmtp.rss
       
    61 TARGETPATH /private/101fe1db
       
    62 HEADER
       
    63 END
       
    64 
       
    65 #ifdef SYMBIAN_USB_RNDIS
       
    66 START RESOURCE usbmanmtprndis.rss
       
    67 TARGETPATH /private/101fe1db
       
    68 HEADER
       
    69 END
       
    70 #endif
       
    71 	
       
    72 START RESOURCE usbmanlubbockobex.rss
       
    73 TARGETPATH /private/101fe1db
       
    74 HEADER
       
    75 END
    47 
    76 
    48 library			euser.lib
    77 library			euser.lib
    49 library			usbclasscontroller.lib
    78 library			usbclasscontroller.lib
    50 library			ecom.lib
    79 library			ecom.lib
    51 library			efsrv.lib
    80 library			efsrv.lib
    52 library			bafl.lib
    81 library			bafl.lib
    53 library			usbmanextensionplugin.lib
    82 library			usbmanextensionplugin.lib
    54 library			sysutil.lib
    83 library			sysutil.lib
    55 library         centralrepository.lib 
       
    56 
    84 
    57 #ifdef SYMBIAN_FEATURE_MANAGER
    85 #include <usb/usblogger.mmh>
    58 library         featdiscovery.lib
       
    59 #endif