1 /** |
|
2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: This is the project specification file for Terminal Mode Service. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 TARGET terminalmodeservice.dll |
|
20 TARGETTYPE dll |
|
21 UID 0x1000008d 0x2002D1B8 |
|
22 |
|
23 CAPABILITY CAP_GENERAL_DLL |
|
24 |
|
25 USERINCLUDE ../inc |
|
26 USERINCLUDE ../traces |
|
27 |
|
28 MW_LAYER_SYSTEMINCLUDE |
|
29 |
|
30 SOURCEPATH ../src |
|
31 |
|
32 SOURCE upnptmserver.cpp |
|
33 SOURCE upnptmserverimpl.cpp |
|
34 SOURCE upnptmserverdeviceinfo.cpp |
|
35 SOURCE upnpremotableapp.cpp |
|
36 SOURCE upnptminfoelement.cpp |
|
37 SOURCE upnptmserverdescriptionprovider.cpp |
|
38 SOURCE upnpterminalmodeicon.cpp |
|
39 SOURCE upnptmclienticonpref.cpp |
|
40 SOURCE upnptmserverdevice.cpp |
|
41 SOURCE upnptmserverdevicexmlparser.cpp |
|
42 SOURCE upnptmappserverservice.cpp |
|
43 SOURCE upnptmclientprofileservice.cpp |
|
44 SOURCE upnpremotableappstore.cpp |
|
45 SOURCE upnptmfilteredapplist.cpp |
|
46 SOURCE upnptmiconmapping.cpp |
|
47 SOURCE upnpappfilterinfo.cpp |
|
48 SOURCE upnpiconfileservetransaction.cpp |
|
49 SOURCE upnpsvgimageconverter.cpp |
|
50 SOURCE upnpiconconversionactive.cpp |
|
51 |
|
52 LIBRARY upnpserviceframework.lib |
|
53 LIBRARY dlnawebserver.lib |
|
54 LIBRARY upnpipserversutils.lib |
|
55 LIBRARY upnpconnectionmanagersession.lib |
|
56 LIBRARY insock.lib |
|
57 LIBRARY euser.lib |
|
58 LIBRARY efsrv.lib |
|
59 LIBRARY xmlframework.lib |
|
60 LIBRARY charconv.lib |
|
61 LIBRARY bafl.lib |
|
62 LIBRARY etelmm.lib |
|
63 LIBRARY etel.lib |
|
64 LIBRARY esock.lib |
|
65 LIBRARY svgengine.lib |
|
66 LIBRARY imageconversion.lib |
|
67 LIBRARY fbscli.lib |
|
68 LIBRARY gdi.lib |
|
69 |
|
70 DEFFILE terminalmodeservice.def |
|
71 |
|
72 #ifdef ENABLE_ABIV2_MODE |
|
73 DEBUGGABLE_UDEBONLY |
|
74 #endif |
|
75 |
|
76 SMPSAFE |
|
77 |
|