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 |
// dial.dll Phone number resolving utilities
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
@deprecated This dll has been deprecated from 9.1 and should no longer be used.
|
|
21 |
*/
|
|
22 |
|
|
23 |
TARGET dial.dll
|
|
24 |
CAPABILITY All -Tcb
|
|
25 |
TARGETTYPE DLL
|
|
26 |
UID 0x1000008D 0x10003D35
|
|
27 |
VENDORID 0x70000001
|
|
28 |
|
|
29 |
SOURCEPATH ../src
|
|
30 |
SOURCE DIAL.CPP
|
|
31 |
SOURCE DIALCHRG.CPP
|
|
32 |
SOURCE DIALLOC.CPP
|
|
33 |
SOURCE DIALUTIL.CPP
|
|
34 |
|
|
35 |
USERINCLUDE ../inc
|
|
36 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
37 |
|
|
38 |
LIBRARY euser.lib
|
|
39 |
|
|
40 |
START WINS
|
|
41 |
BASEADDRESS 0x44100000
|
|
42 |
END
|
|
43 |
|
|
44 |
SMPSAFE
|