bthci/hci2implementations/qdps/symbian/group/qdp_symbian.mmp
changeset 0 29b1cd4cb562
child 1 b4a7eebaaebf
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 qdp_symbian.dll
       
    22 TARGETTYPE PLUGIN
       
    23 // UID2 = 0x10009d8d for ECOM plugins.
       
    24 // UID3 = the 'DLL UID' (see resource file)
       
    25 UID 0x10009d8d 0x10274080
       
    26 VENDORID 0x70000001
       
    27 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    28 
       
    29 SOURCEPATH ../src
       
    30 
       
    31 MACRO BROKEN_CASIRA_1_1
       
    32 MACRO BROKEN_BELKIN_2_1
       
    33 
       
    34 RESOURCE qdp_symbian.rss
       
    35 
       
    36 SOURCE hcisymbianqdp.cpp
       
    37 SOURCE hcieventmodifiable.cpp
       
    38 SOURCE qdp_symbian.cpp
       
    39 
       
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 USERINCLUDE ../inc
       
    42 
       
    43 LIBRARY euser.lib
       
    44 LIBRARY qdp_base.lib
       
    45 LIBRARY	hcicmdq.lib
       
    46 LIBRARY	commandsevents.lib
       
    47 LIBRARY corehci_base.lib
       
    48 
       
    49 #include <bluetooth/btlogger.mmh>
       
    50 
       
    51 OPTION cw -strict on -w pedantic,unused,hidevirtual,padding,ptrintconv
       
    52 
       
    53 UNPAGED
       
    54 
       
    55 SMPSAFE