24
|
1 |
// Copyright (c) 1997-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 |
// Top-level project file for GSMU.DLL
|
|
15 |
// gsmu.dll SMS message definition utilities for GSM
|
|
16 |
//
|
|
17 |
//
|
|
18 |
|
|
19 |
/**
|
|
20 |
@file
|
|
21 |
*/
|
|
22 |
|
|
23 |
TARGET gsmu.dll
|
|
24 |
CAPABILITY All -Tcb
|
|
25 |
|
|
26 |
TARGETTYPE dll
|
|
27 |
UID 0x1000008D 0x10000849
|
|
28 |
VENDORID 0x70000001
|
|
29 |
|
|
30 |
|
|
31 |
SOURCEPATH ../src
|
|
32 |
SOURCE Gsmumain.cpp
|
|
33 |
SOURCE gsmupdu.cpp
|
|
34 |
SOURCE gsmubuf.cpp
|
|
35 |
SOURCE gsmuset.cpp
|
|
36 |
SOURCE gsmustor.cpp
|
|
37 |
SOURCE gsmupriv.cpp
|
|
38 |
SOURCE gsmuetel.cpp
|
|
39 |
SOURCE gsmusar.cpp
|
|
40 |
SOURCE Gsmuelem.cpp
|
|
41 |
SOURCE Gsmumsg.cpp
|
|
42 |
SOURCE gsmumsgadditionattributes.cpp
|
|
43 |
SOURCE gsmuieoperations.cpp
|
|
44 |
SOURCE gsmunonieoperations.cpp
|
|
45 |
SOURCE stubs.cpp
|
|
46 |
SOURCE gsmuSmsSlot.cpp
|
|
47 |
SOURCEPATH ../../ems/src
|
|
48 |
SOURCE EMSInformationElement.cpp
|
|
49 |
SOURCE EMSFormatIE.cpp
|
|
50 |
SOURCE EMSPictureIE.cpp
|
|
51 |
SOURCE EMSSoundIE.cpp
|
|
52 |
SOURCE EMSUserPromptIE.cpp
|
|
53 |
SOURCE EMSAnimationIE.cpp
|
|
54 |
SOURCE EMSObjectDistributionIE.cpp
|
|
55 |
|
|
56 |
USERINCLUDE ../../gsmu/inc
|
|
57 |
USERINCLUDE ../../common/inc
|
|
58 |
|
|
59 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
60 |
LIBRARY euser.lib etelmm.lib efsrv.lib estor.lib charconv.lib
|
|
61 |
LIBRARY fbscli.lib bitgdi.lib
|
|
62 |
DEBUGLIBRARY comsdbgutil.lib
|
|
63 |
|
|
64 |
START WINS
|
|
65 |
BASEADDRESS 0x7d060000
|
|
66 |
END
|
|
67 |
|
|
68 |
SMPSAFE
|