usbmgmt/usbmgr/device/classdrivers/acm/classcontroller/group/AcmClassControllerBase.mmp
changeset 0 c9bc50fca66e
child 8 96e575696901
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 1997-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 CAPABILITY CommDD NetworkControl NetworkServices LocalServices ProtServ
       
    20 targettype plugin
       
    21 
       
    22 UID              	0x10009d8d 0x101fbf20
       
    23 VENDORID 0x70000001
       
    24 
       
    25 SOURCEPATH		../SRC
       
    26 SOURCE			CUsbAcmClassImpCollection.cpp
       
    27 SOURCE			CUsbACMClassController.cpp
       
    28 
       
    29 SOURCEPATH		../../../../../inifile/src
       
    30 SOURCE			inifile.cpp
       
    31 
       
    32 USERINCLUDE		../INC
       
    33 USERINCLUDE		../../../../../inifile/inc
       
    34 USERINCLUDE		../../classimplementation/ecacm/public
       
    35 USERINCLUDE		../../../../../usbman/server/public
       
    36 
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 LIBRARY			euser.lib 
       
    40 LIBRARY			usbclasscontroller.lib
       
    41 LIBRARY			efsrv.lib
       
    42 
       
    43 #include <usb/usblogger.mmh>