usbmgmt/usbmgr/device/classdrivers/acm/classimplementation/ecacm/group/ecacm_overdummyusbldd.mmp
changeset 51 eaaed528d5fd
child 59 bbdce6bffaad
equal deleted inserted replaced
46:613028a7da24 51:eaaed528d5fd
       
     1 /*
       
     2 * Copyright (c) 1997-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 * Top-level project file for ECACM.CSY
       
    16 * ecacm.csy Comms server plug-in for USB
       
    17 *
       
    18 */
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 
       
    25 TARGET			ecacm.csy
       
    26 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    27 TARGETTYPE		dll
       
    28 
       
    29 NOEXPORTLIBRARY
       
    30 
       
    31 //
       
    32 // We have a laggard, ill-defined UID3 which must be kept
       
    33 // for old platforms for BC.  For newer platforms, we use
       
    34 // KUidECACM = 0x10201EF6
       
    35 //
       
    36 uid			0x10005054 0x10201EF6
       
    37 
       
    38 MACRO __OVER_DUMMYUSBLDD__
       
    39 
       
    40 SOURCEPATH		../src
       
    41 SOURCE			AcmPort.cpp
       
    42 SOURCE			AcmPortFactory.cpp 
       
    43 SOURCE			AcmReader.cpp
       
    44 SOURCE			AcmWriter.cpp
       
    45 SOURCE			linkstatenotifier.cpp
       
    46 SOURCE			ActiveReader.cpp 
       
    47 SOURCE			ActiveReadOneOrMoreReader.cpp
       
    48 SOURCE			ActiveWriter.cpp
       
    49 SOURCE			BreakController.cpp
       
    50 SOURCE			CdcAcmClass.cpp 
       
    51 SOURCE			CdcInterfaceBase.cpp		
       
    52 SOURCE			CdcControlInterface.cpp 	
       
    53 SOURCE			CdcControlInterfaceReader.cpp 
       
    54 SOURCE			CdcDataInterface.cpp		
       
    55 SOURCE			ClassDescriptor.cpp 
       
    56 SOURCE			DllMain.cpp 
       
    57 SOURCE			RegistrationPort.cpp 
       
    58 SOURCE			RequestHeader.cpp 
       
    59 SOURCE			acmserver.cpp
       
    60 SOURCE			acmsession.cpp
       
    61 SOURCE			ActiveDataAvailableNotifier.cpp
       
    62 
       
    63 USERINCLUDE 	../inc
       
    64 USERINCLUDE 	../public
       
    65 USERINCLUDE 	../traces
       
    66 
       
    67 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    68 
       
    69 LIBRARY 		euser.lib 
       
    70 LIBRARY 		c32.lib
       
    71 LIBRARY			efsrv.lib
       
    72 LIBRARY                 dummyusblddapi.lib
       
    73 
       
    74 VENDORID 0x70000001
       
    75 
       
    76 UNPAGED
       
    77