usbmgmt/usbmgr/host/functiondrivers/ms/msmm/server/group/msmmserver_base.mmp
changeset 0 c9bc50fca66e
child 15 f92a4f87e424
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 2008-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 *
       
    16 */
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    24 
       
    25 #include "../public/hostmscaps.mmh"
       
    26 #include <usb/usblogger.mmh>
       
    27 
       
    28 LIBRARY    euser.lib
       
    29 LIBRARY    ecom.lib
       
    30 LIBRARY    efsrv.lib
       
    31 
       
    32 SOURCEPATH ../src
       
    33 SOURCE main.cpp 
       
    34 SOURCE msmmserver.cpp
       
    35 SOURCE msmmsession.cpp
       
    36 SOURCE eventqueue.cpp
       
    37 SOURCE eventhandler.cpp
       
    38 SOURCE msmmterminator.cpp
       
    39 SOURCE msmmengine.cpp
       
    40 SOURCE msmmnodebase.cpp
       
    41 SOURCE subcommandbase.cpp
       
    42 SOURCE subcommands.cpp
       
    43 
       
    44 USERINCLUDE ../inc
       
    45 USERINCLUDE ../public
       
    46 USERINCLUDE ../../inc
       
    47 
       
    48 VENDORID 0x70000001