basebandadaptationplugins/basebandchanneladaptorforc32/c32bca2/group/C32Bca2.mmp
branchRCL_3
changeset 65 630d2f34d719
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
       
     1 // Copyright (c) 2004-2010 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 // @file 
       
    15 // Baseband Channel Adaptor for C32 component.
       
    16 // 
       
    17 //
       
    18 
       
    19 TARGET		c32bca2.dll
       
    20 TARGETTYPE	dll
       
    21 UID		0x1000008D 0x10287032
       
    22 VENDORID	0x70000001
       
    23 
       
    24 SOURCEPATH	../src
       
    25 SOURCE		C32Bca.cpp
       
    26 SOURCE		C32BcaFactory.cpp
       
    27 SOURCE		C32BcaDllMain.cpp
       
    28 SOURCE		MBca2Impl.cpp
       
    29 
       
    30 USERINCLUDE	../inc
       
    31 USERINCLUDE	../traces
       
    32 
       
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 
       
    35 LIBRARY     euser.lib
       
    36 LIBRARY     c32.lib
       
    37 LIBRARY     commsdat.lib
       
    38 LIBRARY     commsbufs.lib
       
    39 
       
    40 // Do not add the non-callable exports to the DEF files
       
    41 // Remove this line temporarily if we need to add new exports
       
    42 //NOEXPORTLIBRARY
       
    43 
       
    44 CAPABILITY All -Tcb
       
    45 
       
    46 UNPAGED
       
    47 SMPSAFE