bthci/bthci2/hctl/group/hctl_base.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 
       
    22 TARGET hctl_base.dll
       
    23 TARGETTYPE dll
       
    24 // UID2 = 0x1000008d for static interface DLLs.
       
    25 // UID3 = the 'DLL UID' (see resource file)
       
    26 UID 0x1000008d 0x102056ba
       
    27 VENDORID 0x70000001
       
    28 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    29 
       
    30 SOURCEPATH ../src
       
    31 SOURCE delay.cpp
       
    32 SOURCE hctlbase.cpp
       
    33 SOURCE hctluartbase.cpp
       
    34 SOURCE hctluartpowermanager.cpp
       
    35 
       
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 USERINCLUDE ../interface
       
    38 USERINCLUDE ../inc
       
    39 
       
    40 LIBRARY euser.lib 
       
    41 LIBRARY hciutil.lib
       
    42 LIBRARY btlogger.lib
       
    43 
       
    44 OPTION cw -strict on -w pedantic,unused,hidevirtual,padding,ptrintconv
       
    45 
       
    46 UNPAGED
       
    47 
       
    48 SMPSAFE