usbmgmt/usbmgr/host/fdf/production/server/group/fdf_base.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 * Does not itself build an exe, but is used by other MMP files.
       
    16 *
       
    17 */
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22 */
       
    23 
       
    24 #include <usbhost/internal/fdfcaps.mmh>
       
    25 #include <usb/usblogger.mmh>
       
    26 
       
    27 TARGETTYPE		exe
       
    28 VENDORID		0x70000001
       
    29 
       
    30 SOURCEPATH		../src
       
    31 SOURCE			activewaitforbusevent.cpp
       
    32 SOURCE			activewaitforecomevent.cpp
       
    33 SOURCE			deviceproxy.cpp
       
    34 SOURCE			event.cpp
       
    35 SOURCE			eventqueue.cpp
       
    36 SOURCE			fdcproxy.cpp
       
    37 SOURCE			fdf.cpp
       
    38 SOURCE			fdfserver.cpp
       
    39 SOURCE			fdfsession.cpp
       
    40 SOURCE			main.cpp
       
    41 SOURCE			utils.cpp
       
    42 
       
    43 USERINCLUDE 	../inc
       
    44 USERINCLUDE 	../public
       
    45 USERINCLUDE		../../client/public
       
    46 
       
    47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN  
       
    48 
       
    49 NOEXPORTLIBRARY
       
    50 
       
    51 LIBRARY 		euser.lib
       
    52 LIBRARY			ecom.lib
       
    53 LIBRARY			fdcbase.lib
       
    54 
       
    55 #ifdef __FLOGGER_INCLUDED
       
    56 LIBRARY			efsrv.lib
       
    57 #endif