usbmgmt/usbmgr/host/fdf/production/server/group/fdf_base.mmp
branchRCL_3
changeset 16 012cc2ee6408
parent 15 f92a4f87e424
equal deleted inserted replaced
15:f92a4f87e424 16:012cc2ee6408
     1 /*
     1 /*
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2009 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".
    20  @file
    20  @file
    21  @internalComponent
    21  @internalComponent
    22 */
    22 */
    23 
    23 
    24 #include <usbhost/internal/fdfcaps.mmh>
    24 #include <usbhost/internal/fdfcaps.mmh>
       
    25 #include <usb/usblogger.mmh>
    25 
    26 
    26 TARGETTYPE		exe
    27 TARGETTYPE		exe
    27 VENDORID		0x70000001
    28 VENDORID		0x70000001
    28 
    29 
    29 SOURCEPATH		../src
    30 SOURCEPATH		../src
    38 SOURCE			fdfsession.cpp
    39 SOURCE			fdfsession.cpp
    39 SOURCE			main.cpp
    40 SOURCE			main.cpp
    40 SOURCE			utils.cpp
    41 SOURCE			utils.cpp
    41 
    42 
    42 USERINCLUDE 	../inc
    43 USERINCLUDE 	../inc
    43 USERINCLUDE 	../traces
       
    44 USERINCLUDE 	../public
    44 USERINCLUDE 	../public
    45 USERINCLUDE		../../client/public
    45 USERINCLUDE		../../client/public
    46 
    46 
    47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN  
    47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN  
    48 
    48 
    49 NOEXPORTLIBRARY
    49 NOEXPORTLIBRARY
    50 
    50 
    51 LIBRARY 		euser.lib
    51 LIBRARY 		euser.lib
    52 LIBRARY			ecom.lib
    52 LIBRARY			ecom.lib
    53 LIBRARY			fdcbase.lib
    53 LIBRARY			fdcbase.lib
       
    54 
       
    55 #ifdef __FLOGGER_INCLUDED
    54 LIBRARY			efsrv.lib
    56 LIBRARY			efsrv.lib
       
    57 #endif