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 |
#ifdef CTSY_DISPATCHER
|
|
19 |
TARGET phonetsywithdispatcher.tsy
|
|
20 |
MACRO USING_CTSY_DISPATCHER
|
|
21 |
#else
|
|
22 |
TARGET phonetsy.tsy
|
|
23 |
#endif //CTSY_DISPATCHER
|
|
24 |
|
|
25 |
TARGETTYPE DLL
|
|
26 |
UID 0x10003D3C 0x1000A849
|
|
27 |
|
|
28 |
// PlatSec caps of loading process c32exe.exe
|
|
29 |
CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
|
|
30 |
VENDORID 0x70000001
|
|
31 |
|
|
32 |
SOURCEPATH ../src
|
|
33 |
SOURCE cmmphonefactorytsy.cpp
|
|
34 |
|
|
35 |
USERINCLUDE ../../commontsy/inc
|
|
36 |
USERINCLUDE ../../commontsy/inc/mmtsy
|
|
37 |
USERINCLUDE ../../commontsy/inc/mmutility
|
|
38 |
USERINCLUDE ../../commontsy/inc/mmgsmwcdma
|
|
39 |
USERINCLUDE ../../licenseetsy_lib/inc
|
|
40 |
|
|
41 |
// Default system include paths for OS extension layer modules.
|
|
42 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
43 |
#ifdef CTSY_DISPATCHER
|
|
44 |
#endif //CTSY_DISPATCHER
|
|
45 |
|
|
46 |
LIBRARY euser.lib // EPOC basics
|
|
47 |
|
|
48 |
// ETel
|
|
49 |
LIBRARY etel.lib // ETel Server
|
|
50 |
LIBRARY etelmm.lib // ETel Multimode API
|
|
51 |
#ifndef CTSY_DISPATCHER
|
|
52 |
//LIBRARY licenseetsy.lib // LTSY
|
|
53 |
LIBRARY commontsy.lib // Common TSY
|
|
54 |
#else
|
|
55 |
LIBRARY commontsyfordispatcher.lib // Common TSY for Dispatcher
|
|
56 |
#endif //CTSY_DISPATCHER
|
|
57 |
LIBRARY flogger.lib // Logging
|
|
58 |
LIBRARY licenseetsy.lib // LTSY
|
|
59 |
LIBRARY featmgr.lib // for featuremanager
|
|
60 |
LIBRARY efsrv.lib // config file reading
|
|
61 |
|
|
62 |
#include <comms-infras/commsdebugutility.mmh>
|
|
63 |
|
|
64 |
// End of file
|
|
65 |
|
|
66 |
|