bthci/bthci2/CommandsEvents/generator/dllmmp.tmpl
changeset 0 29b1cd4cb562
child 4 28479eeba3fb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bthci/bthci2/CommandsEvents/generator/dllmmp.tmpl	Fri Jan 15 08:13:17 2010 +0200
@@ -0,0 +1,61 @@
+// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of the License "Symbian Foundation License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+// This file was generated automatically from the template dllmmp.tmpl
+// on $GENERATE_TIME_STAMP
+// 
+//
+
+/**
+ @file
+ @internalComponent
+*/
+
+TARGET commandsevents.dll
+TARGETTYPE dll
+UID 0x1000008d 0x102797A5
+VENDORID 0x70000001
+CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
+
+$SOURCES
+
+SOURCE Command.cpp
+SOURCE Event.cpp
+SOURCE commandcompleteevent.cpp
+SOURCE VendorDebugCommand.cpp
+SOURCE VendorDebugEvent.cpp
+SOURCE VendorDebugCompleteEvent.cpp
+SOURCE commandbaseextension.cpp
+SOURCE completingeventqueryhelper.cpp
+
+USERINCLUDE ../inc
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+LIBRARY euser.lib
+LIBRARY bluetooth.lib
+LIBRARY btlogger.lib
+LIBRARY corehci_base.lib
+
+// Do not produce the .lib file!  The .lib file for the commandsevents.dll is a Symbian owned component
+// and defines the commandsevents.dll interface.  The commandsevents implementation dll should be built
+// against the exported .def files (which define the ordinals the .lib file is expecting of the implemenation).
+NOEXPORTLIBRARY
+#ifdef WINS
+DEFFILE /epoc32/include/bluetooth/hci/bwins/commandsevents.def
+#else
+DEFFILE /epoc32/include/bluetooth/hci/eabi/commandsevents.def
+#endif
+
+OPTION cw -strict on -w pedantic,unused,hidevirtual,padding,ptrintconv
+
+UNPAGED