24
|
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 |
|
|
18 |
TARGET customapi.dll
|
|
19 |
TARGETTYPE DLL
|
|
20 |
UID 0x1000008D 0x1000A851
|
|
21 |
|
|
22 |
CAPABILITY All -TCB
|
|
23 |
|
|
24 |
SOURCEPATH ../src
|
|
25 |
SOURCE RMmCustomAPI.cpp
|
|
26 |
SOURCE CMmCustomPtrh.cpp
|
|
27 |
|
|
28 |
LANG SC
|
|
29 |
|
|
30 |
USERINCLUDE ../inc
|
|
31 |
|
|
32 |
// Default system include paths for OS extension layer modules.
|
|
33 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
34 |
|
|
35 |
LIBRARY etel.lib // CTelObject, CSubSessionExtBase, TDataPackage
|
|
36 |
LIBRARY etelmm.lib // Because of TCustomCallParams
|
|
37 |
LIBRARY euser.lib // SOS
|
|
38 |
|
|
39 |
|
|
40 |
START WINS
|
|
41 |
BASEADDRESS 0x68300000
|
|
42 |
END
|
|
43 |
|
|
44 |
|