usbmgmt/usbmgr/host/functiondrivers/ms/msfdc/group/msfdc_overdummy.mmp
author hgs
Wed, 20 Oct 2010 12:04:53 +0800
changeset 59 bbdce6bffaad
parent 48 21625e5de155
permissions -rw-r--r--
201041_02

/*
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
* dummymsfdc.dll Dummy Mass Storage FDC plugin for FDF.
* dummymsfdc.rsc Dummy Resource file for Mass Storage FDC plugin.
*
*/

/**
 @file
 @internalComponent
*/

TARGET			msfdc_overdummy.dll
TARGETTYPE		PLUGIN
// UID2 = 0x10009d8d for ECOM plugins.
// UID3 = the 'DLL UID' (see resource file)
UID 			0x10009d8d 0x10285B0C
MACRO			__DUMMYFDF__
SOURCEPATH		../src
SOURCE			msfdc.cpp
SOURCE			msfdcmain.cpp

RESOURCE		msfdc_overdummy.rss

OS_LAYER_SYSTEMINCLUDE_SYMBIAN

USERINCLUDE		../inc
USERINCLUDE		../../msmm/client/public
USERINCLUDE		../../msmm/server/public
USERINCLUDE		../traces


LIBRARY 		euser.lib 

LIBRARY			fdcbase_overdummy.lib 
LIBRARY			usbmsmmclient_dummy.lib 
LIBRARY			usbdescriptors.lib 
LIBRARY			usbdi_utils_dummy.lib
NOEXPORTLIBRARY
SMPSAFE
#include <usbhost/internal/fdfcaps.mmh>