bthci/hci2implementations/hctls/usb_original/fdc/group/fdc_hctl_original.mmp
changeset 27 83036355c0f3
equal deleted inserted replaced
4:28479eeba3fb 27:83036355c0f3
       
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Function Driver Controller for Bluetooth USB (H2) HCTL.
       
    15 //
       
    16 
       
    17 /** 
       
    18 @file
       
    19 @internalComponent
       
    20 */
       
    21 
       
    22 // The following macro defines whether the FDC will attempt to
       
    23 // retrieve the Device Firmware Update interface.  Some controllers
       
    24 // provide this (and so to enable "fully" successful driver loading
       
    25 // it needs to be claimed by something.  Nothing is done with the
       
    26 // interface - it is simply claimed from the FDF.
       
    27 macro SYMBIAN_FDC_HCTL_ORIGINAL_ACCEPT_FIRMWARE_UPDATE
       
    28 
       
    29 target fdc_hctl_original.dll
       
    30 targettype plugin
       
    31 // UID2 = 0x10009d8d for ECOM plugins.
       
    32 // UID3 = the 'DLL UID' (see resource file)
       
    33 uid 0x10009d8d 0x200345E8
       
    34 vendorid 0x70000001
       
    35 
       
    36 #include <usbhost/internal/fdfcaps.mmh>
       
    37 
       
    38 noexportlibrary
       
    39 
       
    40 userinclude ../inc
       
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    42 systeminclude ../../fdc/public
       
    43 systeminclude ../../hctl/public
       
    44 
       
    45 sourcepath ../src
       
    46 source fdchctloriginalmain.cpp
       
    47 source fdchctloriginal.cpp
       
    48 source fdchctloriginalserver.cpp
       
    49 
       
    50 resource fdc_hctl_original.rss
       
    51 
       
    52 library euser.lib
       
    53 library fdcbase.lib
       
    54 library usbdescriptors.lib
       
    55 library esock.lib
       
    56 
       
    57 #include <bluetooth/btlogger.mmh>
       
    58 
       
    59 smpsafe