author | Shabe Razvi <shaber@symbian.org> |
Wed, 21 Oct 2009 13:56:00 +0100 | |
changeset 15 | a0f5c5f1fb2f |
parent 12 | f4292e0e20df |
child 26 | 5d0ec8b709be |
permissions | -rw-r--r-- |
5 | 1 |
/* |
2 |
* Copyright (c) 2007-2007 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 Application Manager SAPI |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
||
20 |
#include "../../group/sapiincludes.mmpi" |
|
21 |
||
22 |
||
23 |
TARGET appmanagerprovider.dll |
|
24 |
TARGETTYPE PLUGIN |
|
25 |
UID 0x10009D8D 0x2000CFBA |
|
26 |
||
27 |
EPOCSTACKSIZE 0x5000 |
|
28 |
||
29 |
DEFFILE appmanagerinterface.def |
|
12
f4292e0e20df
Revision: 200937
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
11
diff
changeset
|
30 |
VERSION 1.1 |
5 | 31 |
|
32 |
||
33 |
CAPABILITY CAP_ECOM_PLUGIN |
|
34 |
VENDORID VID_DEFAULT |
|
35 |
||
36 |
SOURCEPATH ../src |
|
37 |
SOURCE appmanagerinterface.cpp |
|
38 |
SOURCE appmanagerservicehandler.cpp |
|
39 |
SOURCE appitemslist.cpp |
|
40 |
SOURCE appinfomap.cpp |
|
41 |
SOURCE appserviceobserver.cpp |
|
42 |
||
43 |
USERINCLUDE ../inc |
|
44 |
USERINCLUDE ../../inc |
|
45 |
USERINCLUDE ../appmanagerservice/inc |
|
46 |
||
47 |
||
48 |
||
49 |
||
50 |
||
51 |
||
52 |
SOURCEPATH ../data |
|
53 |
START RESOURCE 2000CFBA.rss |
|
54 |
TARGET appmanagerprovider.rsc |
|
55 |
END |
|
56 |
||
11
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
57 |
START RESOURCE appmanagerprovidername.rss |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
58 |
TARGETPATH APP_RESOURCE_DIR |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
59 |
HEADER |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
60 |
LANGUAGE_IDS |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
61 |
END |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
62 |
|
5 | 63 |
LIBRARY euser.lib |
64 |
LIBRARY estor.lib |
|
65 |
LIBRARY efsrv.lib |
|
66 |
LIBRARY fbscli.lib |
|
67 |
LIBRARY estlib.lib |
|
68 |
LIBRARY liwServicehandler.lib |
|
69 |
||
70 |
||
71 |
LIBRARY platformenv.lib |
|
72 |
LIBRARY ecom.lib |
|
73 |
LIBRARY appmanagerservice.lib |
|
74 |
||
75 |
paged |