bthci/bthci2/CommandsEvents/generator/dllmmp.tmpl
changeset 0 29b1cd4cb562
child 4 28479eeba3fb
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // This file was generated automatically from the template dllmmp.tmpl
       
    15 // on $GENERATE_TIME_STAMP
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22 */
       
    23 
       
    24 TARGET commandsevents.dll
       
    25 TARGETTYPE dll
       
    26 UID 0x1000008d 0x102797A5
       
    27 VENDORID 0x70000001
       
    28 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    29 
       
    30 $SOURCES
       
    31 
       
    32 SOURCE Command.cpp
       
    33 SOURCE Event.cpp
       
    34 SOURCE commandcompleteevent.cpp
       
    35 SOURCE VendorDebugCommand.cpp
       
    36 SOURCE VendorDebugEvent.cpp
       
    37 SOURCE VendorDebugCompleteEvent.cpp
       
    38 SOURCE commandbaseextension.cpp
       
    39 SOURCE completingeventqueryhelper.cpp
       
    40 
       
    41 USERINCLUDE ../inc
       
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    43 
       
    44 LIBRARY euser.lib
       
    45 LIBRARY bluetooth.lib
       
    46 LIBRARY btlogger.lib
       
    47 LIBRARY corehci_base.lib
       
    48 
       
    49 // Do not produce the .lib file!  The .lib file for the commandsevents.dll is a Symbian owned component
       
    50 // and defines the commandsevents.dll interface.  The commandsevents implementation dll should be built
       
    51 // against the exported .def files (which define the ordinals the .lib file is expecting of the implemenation).
       
    52 NOEXPORTLIBRARY
       
    53 #ifdef WINS
       
    54 DEFFILE /epoc32/include/bluetooth/hci/bwins/commandsevents.def
       
    55 #else
       
    56 DEFFILE /epoc32/include/bluetooth/hci/eabi/commandsevents.def
       
    57 #endif
       
    58 
       
    59 OPTION cw -strict on -w pedantic,unused,hidevirtual,padding,ptrintconv
       
    60 
       
    61 UNPAGED