adaptationlayer/bcaiscadapter/bcatoisc_dll/group/bcatoisc.mmp
changeset 0 63b37f68c1ce
child 5 8ccc39f9d787
equal deleted inserted replaced
-1:000000000000 0:63b37f68c1ce
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 * 
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <non_foundation_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET		bcatoisc.dll
       
    24 TARGETTYPE	dll
       
    25 UID		0x1000008D 0x102857A0
       
    26 VENDORID	VID_DEFAULT
       
    27 
       
    28 SOURCEPATH	../src
       
    29 SOURCE		bcatoisc.cpp
       
    30 SOURCE		bcatoiscfactory.cpp
       
    31 SOURCE		bcatoiscdllmain.cpp
       
    32 
       
    33 USERINCLUDE	../inc
       
    34 
       
    35 NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE
       
    36 OS_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 LIBRARY     euser.lib
       
    39 LIBRARY     iscapi.lib
       
    40 LIBRARY     commsdat.lib
       
    41 
       
    42 
       
    43 // Do not add the non-callable exports to the DEF files
       
    44 // Remove this line temporarily if we need to add new exports
       
    45 //NOEXPORTLIBRARY
       
    46 
       
    47 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    48 
       
    49 // flag to enable normal trace inside component
       
    50 MACRO   COMPONENT_TRACE_FLAG
       
    51 
       
    52 UNPAGED