usbmgmt/usbmgr/host/functiondrivers/ms/msfdc/inc/msfdc.h
changeset 51 eaaed528d5fd
parent 0 c9bc50fca66e
equal deleted inserted replaced
46:613028a7da24 51:eaaed528d5fd
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 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".
    22 
    22 
    23 #ifndef MSFDC_H
    23 #ifndef MSFDC_H
    24 #define MSFDC_H
    24 #define MSFDC_H
    25 
    25 
    26 #include <e32base.h>
    26 #include <e32base.h>
       
    27 #include <usbhost/internal/fdcinterface.h>
       
    28 #ifndef __DUMMYFDF__
    27 #include <usbhost/internal/fdcplugin.h>
    29 #include <usbhost/internal/fdcplugin.h>
    28 #include <usbhost/internal/fdcinterface.h>
       
    29 #include "msmmclient.h"
    30 #include "msmmclient.h"
       
    31 #else
       
    32 #include <dummymsmmclient.h>
       
    33 #include <usbhost/internal/dummyfdcplugin.h>
       
    34 #endif
    30 
    35 
    31 /**
    36 /**
    32   The CMsFdc class
    37   The CMsFdc class
    33  
    38  
    34   Implements FDC that sends attach/disattach notifications to Mass
    39   Implements FDC that sends attach/disattach notifications to Mass