author | jake |
Tue, 26 Oct 2010 15:51:44 +0300 | |
changeset 7 | 640db2c8587d |
parent 4 | 63928ff6db8d |
permissions | -rw-r--r-- |
0 | 1 |
/* |
2 |
* Copyright (c) {Year(s)} {Copyright owner}. |
|
3 |
* All rights reserved. |
|
4 |
* This component and the accompanying materials are made available |
|
5 |
* under the terms of the "Eclipse Public License v1.0" |
|
6 |
* which accompanies this distribution, and is available |
|
7 |
* at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
|
8 |
* |
|
9 |
* Initial Contributors: |
|
10 |
* {Name} {Company} ? Initial contribution |
|
11 |
* |
|
12 |
* Contributors: |
|
13 |
* {Name} {Company} ? {{Description of contribution}} |
|
14 |
* |
|
15 |
* Description: |
|
16 |
* {{Description of the file}} |
|
17 |
* |
|
18 |
*/ |
|
19 |
||
20 |
#include <platform_paths.hrh> |
|
21 |
#include <data_caging_paths.hrh> |
|
22 |
APP_LAYER_SYSTEMINCLUDE |
|
23 |
||
24 |
TARGET TestPublisher_0xE5555555.exe |
|
25 |
TARGETTYPE exe |
|
26 |
UID 0x100039CE 0xE5555555 |
|
27 |
||
28 |
SOURCEPATH ..\src |
|
29 |
SOURCE testpublisher.cpp |
|
30 |
SOURCE testpublisherapplication.cpp |
|
31 |
SOURCE testpublisherappview.cpp |
|
32 |
SOURCE testpublisherappui.cpp |
|
33 |
SOURCE testpublisherdocument.cpp |
|
34 |
||
35 |
SOURCEPATH ..\..\publisherif\src |
|
36 |
SOURCE hspublisher.cpp |
|
37 |
SOURCE hspublisherimpl.cpp |
|
38 |
SOURCE transaction.cpp |
|
39 |
||
40 |
SOURCEPATH ..\data |
|
41 |
||
42 |
START RESOURCE testpublisher.rss |
|
43 |
HEADER |
|
44 |
TARGET TestPublisher_0xE5555555 |
|
45 |
TARGETPATH resource\apps |
|
46 |
END //RESOURCE |
|
47 |
||
48 |
START RESOURCE testpublisher_reg.rss |
|
49 |
TARGET testpublisher_0xE5555555_reg |
|
50 |
TARGETPATH \private\10003a3f\apps |
|
51 |
END //RESOURCE |
|
52 |
||
53 |
||
54 |
||
55 |
USERINCLUDE ..\inc |
|
56 |
USERINCLUDE ..\..\publisherif\inc |
|
57 |
||
58 |
SYSTEMINCLUDE \epoc32\include |
|
59 |
||
60 |
LIBRARY euser.lib |
|
61 |
LIBRARY apparc.lib |
|
62 |
LIBRARY cone.lib |
|
63 |
LIBRARY bafl.lib |
|
64 |
LIBRARY eikcore.lib |
|
65 |
LIBRARY avkon.lib |
|
66 |
LIBRARY commonengine.lib |
|
67 |
LIBRARY aknnotify.lib |
|
68 |
LIBRARY liwServiceHandler.lib |
|
4
63928ff6db8d
Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
0
diff
changeset
|
69 |
LIBRARY fbscli.lib |
0 | 70 |
|
71 |
||
72 |
LANG SC |
|
73 |
||
74 |
VENDORID 0 |
|
75 |
SECUREID 0xE5555555 |
|
76 |
CAPABILITY ReadUserData |
|
77 |
||
78 |
#ifdef ENABLE_ABIV2_MODE |
|
79 |
DEBUGGABLE_UDEBONLY |
|
80 |
#endif |
|
81 |
// End of File |