24
|
1 |
// Copyright (c) 2004-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 |
// @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 ../c32bca2/src
|
|
25 |
SOURCE C32Bca.cpp
|
|
26 |
SOURCE C32BcaFactory.cpp
|
|
27 |
SOURCE C32BcaDllMain.cpp
|
|
28 |
SOURCE MBca2Impl.cpp
|
|
29 |
|
|
30 |
USERINCLUDE ../c32bca2/inc
|
|
31 |
|
|
32 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
33 |
|
|
34 |
LIBRARY euser.lib
|
|
35 |
LIBRARY c32.lib
|
|
36 |
LIBRARY commsdat.lib
|
|
37 |
LIBRARY commsbufs.lib
|
|
38 |
|
|
39 |
#include <comms-infras/commsdebugutility.mmh>
|
|
40 |
|
|
41 |
// Do not add the non-callable exports to the DEF files
|
|
42 |
// Remove this line temporarily if we need to add new exports
|
|
43 |
//NOEXPORTLIBRARY
|
|
44 |
|
|
45 |
CAPABILITY All -Tcb
|
|
46 |
|
|
47 |
UNPAGED
|
|
48 |
SMPSAFE
|