bthci/bthci2/hcicmdq/group/HCICmdQ.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 hcicmdq.dll
       
    22 TARGETTYPE DLL
       
    23 UID 0x10003d38 0x102056b8
       
    24 VENDORID 0x70000001
       
    25 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    26 
       
    27 SOURCEPATH ../src
       
    28 
       
    29 SOURCE HciCmdQController.cpp
       
    30 SOURCE HciCmdQTimer.cpp
       
    31 SOURCE HciCommandQItem.cpp
       
    32 
       
    33 USERINCLUDE ../inc
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 
       
    36 LIBRARY euser.lib
       
    37 LIBRARY commandsevents.lib
       
    38 LIBRARY corehci_base.lib
       
    39 LIBRARY qdp_base.lib
       
    40 LIBRARY btlogger.lib
       
    41 LIBRARY hciutil.lib
       
    42 
       
    43 OPTION cw -strict on -w pedantic,unused,hidevirtual,padding,ptrintconv
       
    44 
       
    45 UNPAGED
       
    46 
       
    47 SMPSAFE