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: Content Control example |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 APP_LAYER_SYSTEMINCLUDE |
|
21 TARGET hscontentcontrolexample.exe |
|
22 UID 0x100039CE 0xE88D7143 |
|
23 VENDORID 0 |
|
24 TARGETTYPE exe |
|
25 EPOCSTACKSIZE 0x5000 |
|
26 |
|
27 CAPABILITY WriteDeviceData ReadDeviceData |
|
28 |
|
29 SYSTEMINCLUDE /epoc32/include /epoc32/include/variant /epoc32/include/ecom |
|
30 USERINCLUDE ../inc ../data |
|
31 |
|
32 SOURCEPATH ../data |
|
33 START RESOURCE hscontentcontrolexample.rss |
|
34 HEADER |
|
35 TARGETPATH resource/apps |
|
36 END //RESOURCE |
|
37 |
|
38 START RESOURCE hscontentcontrolexample_reg.rss |
|
39 TARGETPATH /private/10003a3f/apps |
|
40 END //RESOURCE |
|
41 |
|
42 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib avkon.lib |
|
43 LIBRARY commonengine.lib efsrv.lib estor.lib eikcoctl.lib eikdlg.lib |
|
44 LIBRARY eikctl.lib bafl.lib fbscli.lib aknnotify.lib aknicon.lib |
|
45 LIBRARY etext.lib gdi.lib egul.lib insock.lib |
|
46 LIBRARY ecom.lib InetProtUtil.lib http.lib esock.lib aknhlist.lib |
|
47 LIBRARY aknskins.lib |
|
48 LIBRARY hsccapiclient.lib |
|
49 LIBRARY hscontentinfo.lib |
|
50 |
|
51 LANG 01 |
|
52 |
|
53 START BITMAP hscontentcontrolexample.mbm |
|
54 HEADER |
|
55 TARGETPATH /resource/apps |
|
56 SOURCEPATH ../gfx |
|
57 SOURCE c12,1 list_icon.bmp list_icon_mask.bmp |
|
58 END |
|
59 |
|
60 SOURCEPATH ../src |
|
61 |
|
62 #ifdef ENABLE_ABIV2_MODE |
|
63 DEBUGGABLE_UDEBONLY |
|
64 #endif |
|
65 |
|
66 SOURCE HsContentControlListBox.cpp |
|
67 SOURCE HsContentControlApplication.cpp |
|
68 SOURCE HsContentControlAppUi.cpp |
|
69 SOURCE HsContentControlDocument.cpp |
|
70 |
|
71 // End of file |
|