bthci/hci2implementations/hctls/bcsp/group/hctl_bcsp.mmp
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 2006-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 "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @internalComponent
       
    19 */
       
    20 
       
    21 TARGET hctl_bcsp.dll
       
    22 TARGETTYPE PLUGIN
       
    23 // UID2 = 0x10009d8d for ECOM plugins.
       
    24 // UID3 = the 'DLL UID' (see resource file)
       
    25 UID 0x10009d8d 0x102056bd 
       
    26 VENDORID 0x70000001
       
    27 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    28 
       
    29 SOURCEPATH ../src
       
    30 
       
    31 RESOURCE hctl_bcsp.rss
       
    32 
       
    33 NOEXPORTLIBRARY  /* Ensures that DEF file can be safely shared 
       
    34 					for RVCT builds 						   */
       
    35 					
       
    36 SOURCE hctlbcspmain.cpp
       
    37 SOURCE hctlbcspframe.cpp 
       
    38 SOURCE hctlbcsp.cpp 
       
    39 SOURCE hctlbcspreceiver.cpp 
       
    40 SOURCE hctlbcspsender.cpp 
       
    41 SOURCE linkestablishment.cpp 
       
    42 SOURCE hctlbcsplinkstate.cpp 
       
    43 SOURCE tlinkstates.cpp
       
    44 SOURCE hctlbcspsequencer.cpp
       
    45 SOURCE hctlbcspFrameQueue.cpp
       
    46 SOURCE hctlbcspcontrollermanager.cpp
       
    47 
       
    48 
       
    49 USERINCLUDE ../inc	// Remove me before release just adds extra browse info for msdev
       
    50 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    51 
       
    52 LIBRARY esock.lib
       
    53 LIBRARY euser.lib 
       
    54 LIBRARY hctl_base.lib
       
    55 LIBRARY btlogger.lib
       
    56 
       
    57 MACRO ENABLE_HCI_FRAME_LOGGING // Enable the HCI frame logging (BtSnoop)
       
    58 MACRO __FLOG_NO_UDEB // Disable standard logging
       
    59 
       
    60 
       
    61 OPTION cw -strict on -w pedantic,unused,hidevirtual,padding,ptrintconv
       
    62 
       
    63 UNPAGED
       
    64 
       
    65 SMPSAFE