usbmgmt/usbmgr/device/classdrivers/ncm/classcontroller/group/ncmclasscontroller_base.mmp
branchRCL_3
changeset 15 f92a4f87e424
equal deleted inserted replaced
14:d3e8e7d462dd 15:f92a4f87e424
       
     1 /*
       
     2 * Copyright (c) 2010 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 @SYMPurpose ncmclasscontroller.dll USB NCM Class Controller
       
    21  */
       
    22 
       
    23 CAPABILITY CommDD NetworkControl NetworkServices LocalServices ProtServ
       
    24 targettype    plugin
       
    25 
       
    26 userinclude   ../inc
       
    27 userinclude   ../../inc
       
    28 userinclude   ../traces
       
    29 
       
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    31 
       
    32 sourcepath    ../src
       
    33 source      ncmclasscontroller.cpp 
       
    34 source      ncmclassimpcollection.cpp
       
    35 source      ncmconnectionmanager.cpp
       
    36 source      ncmiapprogresswatcher.cpp
       
    37 source      ncmconnectionmanagerhelper.cpp 
       
    38 source      ncmclassdescriptor.cpp
       
    39 source      ncmclientmanager.cpp
       
    40 source      ncmdhcpnotifwatcher.cpp
       
    41 source      ncmiapreader.cpp
       
    42 
       
    43 LIBRARY     euser.lib
       
    44 LIBRARY     usbclasscontroller.lib
       
    45 LIBRARY     efsrv.lib
       
    46 LIBRARY     bafl.lib 
       
    47 LIBRARY     commdb.lib
       
    48 LIBRARY     centralrepository.lib
       
    49 LIBRARY     commsfw.lib
       
    50 LIBRARY     esocksvr.lib
       
    51 LIBRARY     netmeta.lib
       
    52 LIBRARY     nodemessages.lib
       
    53 LIBRARY     random.lib
       
    54 LIBRARY     commsdataobjects.lib
       
    55 LIBRARY     commsdat.lib 
       
    56 
       
    57