usbmgmt/usbmgr/host/functiondrivers/ms/msfdc/group/msfdc_overdummy.mmp
changeset 51 eaaed528d5fd
child 59 bbdce6bffaad
equal deleted inserted replaced
46:613028a7da24 51:eaaed528d5fd
       
     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 * dummymsfdc.dll Dummy Mass Storage FDC plugin for FDF.
       
    16 * dummymsfdc.rsc Dummy Resource file for Mass Storage FDC plugin.
       
    17 *
       
    18 */
       
    19 
       
    20 /**
       
    21  @file
       
    22  @internalComponent
       
    23 */
       
    24 
       
    25 TARGET			msfdc_overdummy.dll
       
    26 TARGETTYPE		PLUGIN
       
    27 // UID2 = 0x10009d8d for ECOM plugins.
       
    28 // UID3 = the 'DLL UID' (see resource file)
       
    29 UID 			0x10009d8d 0x10285B0C
       
    30 MACRO			__DUMMYFDF__
       
    31 SOURCEPATH		../src
       
    32 SOURCE			msfdc.cpp
       
    33 SOURCE			msfdcmain.cpp
       
    34 
       
    35 RESOURCE		msfdc_overdummy.rss
       
    36 
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 USERINCLUDE		../inc
       
    40 USERINCLUDE		../../msmm/client/public
       
    41 USERINCLUDE		../../msmm/server/public
       
    42 USERINCLUDE		../traces
       
    43 
       
    44 
       
    45 LIBRARY 		euser.lib 
       
    46 
       
    47 LIBRARY			fdcbase_overdummy.lib 
       
    48 LIBRARY			usbmsmmclient_dummy.lib 
       
    49 LIBRARY			usbdescriptors.lib 
       
    50 LIBRARY			usbdi_utils_dummy.lib
       
    51 NOEXPORTLIBRARY
       
    52 
       
    53 #include <usbhost/internal/fdfcaps.mmh>