23
|
1 |
/*
|
|
2 |
* Copyright (c) 2008 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 the License "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: Project definition file for Video Center UI Engine*
|
|
15 |
*/
|
|
16 |
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
|
|
22 |
//OPTION ARMCC --asm --interleave
|
|
23 |
ALWAYS_BUILD_AS_ARM
|
|
24 |
|
|
25 |
TARGET vcxnsuiengine.dll
|
|
26 |
TARGETTYPE dll
|
|
27 |
|
|
28 |
UID 0x1000008d 0x2000B43D
|
|
29 |
|
|
30 |
CAPABILITY CAP_GENERAL_DLL
|
|
31 |
|
|
32 |
SOURCEPATH ../src
|
|
33 |
|
|
34 |
SOURCE vcxnsuiengine.cpp
|
|
35 |
SOURCE vcxnsservice.cpp
|
|
36 |
SOURCE vcxnsserviceprovider.cpp
|
|
37 |
SOURCE vcxnscontent.cpp
|
|
38 |
SOURCE vcxnscontentprovider.cpp
|
|
39 |
SOURCE vcxnscategory.cpp
|
|
40 |
SOURCE vcxnscategorytprovider.cpp
|
|
41 |
SOURCE vcxnsservicesettings.cpp
|
|
42 |
SOURCE vcxnsserviceclienthandler.cpp
|
|
43 |
SOURCE vcxnscontentclienthandler.cpp
|
|
44 |
SOURCE vcxnseventrouter.cpp
|
|
45 |
SOURCE vcxnsdatalist.cpp
|
|
46 |
SOURCE vcxnsmpxcollectionclienthandler.cpp
|
|
47 |
SOURCE vcxnscontentaccess.cpp
|
|
48 |
SOURCE vcxnscontentsearchhandler.cpp
|
|
49 |
SOURCE vcxnsdownloadupdater.cpp
|
|
50 |
SOURCE vcxnsupdateprogresshandler.cpp
|
|
51 |
SOURCE vcxnsstreaminghandler.cpp
|
|
52 |
|
|
53 |
USERINCLUDE ../inc
|
|
54 |
USERINCLUDE ../../clientapi/inc
|
|
55 |
USERINCLUDE ../../server/IptvNetworkSelection/inc
|
|
56 |
USERINCLUDE ../../server/server/inc
|
|
57 |
USERINCLUDE ../../server/IptvScheduledDownload/inc
|
|
58 |
USERINCLUDE ../../livetvutils/inc
|
|
59 |
USERINCLUDE ../../utils/inc
|
|
60 |
USERINCLUDE ../../vccommon/conf
|
|
61 |
|
|
62 |
APP_LAYER_SYSTEMINCLUDE
|
|
63 |
|
|
64 |
|
|
65 |
LIBRARY bafl.lib
|
|
66 |
LIBRARY centralrepository.lib
|
|
67 |
LIBRARY efsrv.lib
|
|
68 |
LIBRARY estor.lib
|
|
69 |
LIBRARY euser.lib
|
|
70 |
LIBRARY flogger.lib
|
|
71 |
LIBRARY iptvutil.lib
|
|
72 |
LIBRARY iptvclientapi.lib
|
|
73 |
LIBRARY mpxcommon.lib
|
|
74 |
LIBRARY mpxcollectionutility.lib
|
|
75 |
LIBRARY vcxconnectionutility.lib
|
|
76 |
LIBRARY mpxplaybackutility.lib
|
|
77 |
LIBRARY mediatorclient.lib
|
|
78 |
|
|
79 |
// For RAPTOR compliancy
|
|
80 |
LIBRARY ecom.lib
|
|
81 |
LIBRARY cone.lib
|