usbmgmt/usbmgr/host/fdf/reference/reffdc/group/reffdc.mmp
changeset 0 c9bc50fca66e
child 15 f92a4f87e424
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 2007-2009 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 * reffdc.dll Reference FDC plugin for FDF.
       
    16 * reffdc.rsc Resource file for ref FDC plugin.
       
    17 *
       
    18 */
       
    19 
       
    20 /**
       
    21  @file
       
    22  @internalComponent
       
    23 */
       
    24 
       
    25 TARGET			reffdc.dll
       
    26 TARGETTYPE		PLUGIN
       
    27 // UID2 = 0x10009d8d for ECOM plugins.
       
    28 // UID3 = the 'DLL UID' (see resource file)
       
    29 UID 			0x10009d8d 0x10282B51
       
    30 VENDORID		0x70000001
       
    31 
       
    32 SOURCEPATH		..\src
       
    33 SOURCE			reffdc.cpp
       
    34 SOURCE			reffdcmain.cpp
       
    35 
       
    36 RESOURCE		reffdc.rss
       
    37 
       
    38 SYSTEMINCLUDE	\epoc32\include
       
    39 
       
    40 USERINCLUDE		..\inc
       
    41 
       
    42 LIBRARY 		euser.lib
       
    43 LIBRARY			fdcbase.lib
       
    44 
       
    45 NOEXPORTLIBRARY
       
    46 
       
    47 #include <usbhost/internal/fdfcaps.mmh>
       
    48 #include <usb/usblogger.mmh>