usbmgmt/usbmgr/device/classdrivers/ncm/classcontroller/group/usbncm.iby
branchRCL_3
changeset 16 012cc2ee6408
parent 15 f92a4f87e424
equal deleted inserted replaced
15:f92a4f87e424 16:012cc2ee6408
     1 /*
       
     2 * Copyright (c) 2010 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 * Configuration for NCM functions
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef USBNCM_IBY
       
    20 #define USBNCM_IBY
       
    21 
       
    22 // NCM Feature flag
       
    23 #ifdef FF_AUTOMOTIVESTACK
       
    24 
       
    25 #include <usbncmconfiguration.hby>
       
    26 
       
    27 // *** NCM (networking control model) Class Controller.
       
    28 
       
    29 #ifdef USBNCM_PATCHDATA_KUSBNCM_CUSTOM_ETHERNET_FRAME_SIZE
       
    30 patchdata ncmclasscontroller.dll@KEthernetFrameSize USBNCM_PATCHDATA_KUSBNCM_CUSTOM_ETHERNET_FRAME_SIZE
       
    31 #endif
       
    32 
       
    33 USB_PLUGIN(ncmclasscontroller.dll,2002bcfd.rsc)
       
    34 file=ABI_DIR\USB_DIR\ncmpkt.drv        ncmpkt.drv
       
    35 file=ABI_DIR\USB_DIR\ncminternalsrv.dll   ncminternalsrv.dll
       
    36 
       
    37 #endif // FF_AUTOMOTIVESTACK
       
    38 
       
    39 #endif // USBNCM_IBY