48
|
1 |
/*
|
|
2 |
* Copyright (c) 2006 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 specification file for VideoServices
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include <platform_paths.hrh>
|
|
19 |
#include <data_caging_paths.hrh>
|
|
20 |
#include <platform/mw/browser_platform_variant.hrh>
|
|
21 |
|
|
22 |
TARGET VideoServices.exe
|
|
23 |
TARGETTYPE exe
|
|
24 |
|
|
25 |
UID 0x100039CE 0x10281893
|
|
26 |
TARGETPATH /system/apps/VideoServices
|
|
27 |
|
|
28 |
epocstacksize 0x5000
|
|
29 |
|
|
30 |
CAPABILITY CAP_APPLICATION
|
|
31 |
VENDORID VID_DEFAULT
|
|
32 |
|
|
33 |
SOURCEPATH ../src
|
|
34 |
SOURCE VideoServicesApp.cpp
|
|
35 |
SOURCE VideoServicesAppUi.cpp
|
|
36 |
SOURCE VideoServicesDocument.cpp
|
|
37 |
SOURCE VideoServicesContainer.cpp
|
|
38 |
|
|
39 |
START RESOURCE ../data/VideoServices.rss
|
|
40 |
DEPENDS avkon.rsg
|
|
41 |
HEADER
|
|
42 |
TARGETPATH APP_RESOURCE_DIR
|
|
43 |
|
|
44 |
#ifdef __S60_32__
|
|
45 |
LANG sc
|
|
46 |
#else
|
|
47 |
LANGUAGE_IDS
|
|
48 |
#endif
|
|
49 |
END
|
|
50 |
|
|
51 |
START RESOURCE ../data/VideoServices_reg.rss
|
|
52 |
DEPENDS videoservices.rsg
|
|
53 |
// Do not change the UID below.
|
|
54 |
TARGETPATH /private/10003a3f/apps
|
|
55 |
END
|
|
56 |
|
|
57 |
USERINCLUDE . ../inc
|
|
58 |
|
|
59 |
SYSTEMINCLUDE .
|
|
60 |
APP_LAYER_SYSTEMINCLUDE
|
|
61 |
LIBRARY euser.lib
|
|
62 |
LIBRARY apparc.lib
|
|
63 |
LIBRARY cone.lib
|
|
64 |
LIBRARY eikcore.lib
|
|
65 |
LIBRARY avkon.lib
|
|
66 |
LIBRARY browserlauncher.lib
|
|
67 |
LIBRARY CentralRepository.lib
|
|
68 |
|
|
69 |
START WINS
|
|
70 |
// ?wins_specific_information
|
|
71 |
END
|
|
72 |
|
|
73 |
START MARM
|
|
74 |
// ?marm_specific_information
|
|
75 |
END
|
|
76 |
|
|
77 |
// DEFFILE ?filename
|
|
78 |
|