usbmgmt/usbmgr/device/classdrivers/acm/classimplementation/acmserver/group/acmserver.mmp
changeset 0 c9bc50fca66e
child 29 59aa7d6e3e0f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/usbmgmt/usbmgr/device/classdrivers/acm/classimplementation/acmserver/group/acmserver.mmp	Tue Feb 02 02:02:59 2010 +0200
@@ -0,0 +1,47 @@
+/*
+* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+* acmserver.dll Client side DLL for interaction with ACM function 
+* server.
+*
+*/
+
+/**
+ @file
+*/
+
+TARGET			acmserver.dll
+CAPABILITY 		NetworkControl LocalServices NetworkServices CommDD ProtServ
+TARGETTYPE		DLL
+
+// dll uid + unique uid
+UID      0x10005054 0x10281A7E
+
+VENDORID 0x70000001
+
+SOURCEPATH      ../src								  
+SOURCE			acmserver.cpp
+SOURCE			acmserverimpl.cpp
+SOURCE			acmserverclient.cpp
+
+USERINCLUDE		../inc
+USERINCLUDE		../../ecacm/public
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+LIBRARY			euser.lib 
+LIBRARY			c32.lib
+
+#include <usb/usblogger.mmh>
+
+UNPAGED