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 SMSPROT.PRT
|
|
15 |
// smsprot.prt SMS protocol module for GSM
|
|
16 |
//
|
|
17 |
//
|
|
18 |
|
|
19 |
/**
|
|
20 |
@file
|
|
21 |
*/
|
|
22 |
|
|
23 |
|
|
24 |
TARGET smsprot.prt
|
|
25 |
CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
|
|
26 |
TARGETTYPE dll
|
|
27 |
UID 0x10003d38 0x10000899
|
|
28 |
VENDORID 0x70000001
|
|
29 |
|
|
30 |
SOURCEPATH ../Src
|
|
31 |
SOURCE smspmain.cpp
|
|
32 |
SOURCE smspstor.cpp
|
|
33 |
SOURCE smspsend.cpp
|
|
34 |
SOURCE smspread.cpp
|
|
35 |
SOURCE smsprot.cpp
|
|
36 |
SOURCE smsprov.cpp
|
|
37 |
SOURCE smspdel.cpp
|
|
38 |
SOURCE smspproc.cpp
|
|
39 |
SOURCE smspenum.cpp
|
|
40 |
SOURCE smspmodm.cpp
|
|
41 |
SOURCE smspcdb.cpp
|
|
42 |
SOURCE smspbear.cpp
|
|
43 |
SOURCE smsppara.cpp
|
|
44 |
SOURCE smsprecvmode.cpp
|
|
45 |
SOURCE smspqueue.cpp
|
|
46 |
SOURCE smspmondsk.cpp
|
|
47 |
SOURCE smspreassemblystore.cpp
|
|
48 |
SOURCE smspclass0stor.cpp
|
|
49 |
SOURCE smspfacadestor.cpp
|
|
50 |
|
|
51 |
SOURCEPATH ../../common/src
|
|
52 |
SOURCE smsstacklog.cpp
|
|
53 |
|
|
54 |
USERINCLUDE ../../smsprot/Inc
|
|
55 |
USERINCLUDE ../../smsu/inc
|
|
56 |
USERINCLUDE ../../gsmu/inc
|
|
57 |
USERINCLUDE ../../common/inc
|
|
58 |
|
|
59 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
60 |
|
|
61 |
LIBRARY euser.lib estor.lib efsrv.lib esocksvr.lib esock.lib
|
|
62 |
LIBRARY etelmm.lib etel.lib gsmu.lib smsu.lib mbufmgr.lib
|
|
63 |
LIBRARY logwrap.lib bafl.lib
|
|
64 |
DEBUGLIBRARY comsdbgutil.lib
|
|
65 |
|
|
66 |
LIBRARY commsdat.lib
|
|
67 |
|
|
68 |
//#if defined(WINS)
|
|
69 |
// libraries needed by CCover
|
|
70 |
//LIBRARY covrt.obj covrt-nt-entryuser.obj covrt-nt-link.obj
|
|
71 |
//LIBRARY kernel32.lib user32.lib // Windoz stuff
|
|
72 |
//#endif
|
|
73 |
|
|
74 |
START WINS
|
|
75 |
BASEADDRESS 0x7D0A0000
|
|
76 |
END
|
|
77 |
|
|
78 |
SMPSAFE
|