usbmgmt/usbmgr/device/classdrivers/acm/classimplementation/acmserver/group/acmserver.mmp
changeset 0 c9bc50fca66e
child 15 f92a4f87e424
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 2005-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 * acmserver.dll Client side DLL for interaction with ACM function 
       
    16 * server.
       
    17 *
       
    18 */
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 TARGET			acmserver.dll
       
    25 CAPABILITY 		NetworkControl LocalServices NetworkServices CommDD ProtServ
       
    26 TARGETTYPE		DLL
       
    27 
       
    28 // dll uid + unique uid
       
    29 UID      0x10005054 0x10281A7E
       
    30 
       
    31 VENDORID 0x70000001
       
    32 
       
    33 SOURCEPATH      ../src								  
       
    34 SOURCE			acmserver.cpp
       
    35 SOURCE			acmserverimpl.cpp
       
    36 SOURCE			acmserverclient.cpp
       
    37 
       
    38 USERINCLUDE		../inc
       
    39 USERINCLUDE		../../ecacm/public
       
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 
       
    42 LIBRARY			euser.lib 
       
    43 LIBRARY			c32.lib
       
    44 
       
    45 #include <usb/usblogger.mmh>
       
    46 
       
    47 UNPAGED