|
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 Appplication Manager SAPI |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include "../../../group/sapiincludes.mmpi" |
|
21 #include <data_caging_paths.hrh> |
|
22 |
|
23 |
|
24 |
|
25 |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 |
|
28 TARGET appmanagerservice.dll |
|
29 TARGETTYPE DLL |
|
30 UID 0x1000008D 0x2000CFB9 |
|
31 |
|
32 |
|
33 |
|
34 DEFFILE appmanagerservice.def |
|
35 |
|
36 VERSION 1.0 |
|
37 |
|
38 |
|
39 |
|
40 VENDORID VID_DEFAULT |
|
41 |
|
42 SOURCEPATH ../src |
|
43 SOURCE appmanagerservice.cpp |
|
44 SOURCE launcher.cpp |
|
45 SOURCE launcherobserver.cpp |
|
46 SOURCE appmanagercommon.cpp |
|
47 SOURCE appiterator.cpp installpkgiterator.cpp |
|
48 SOURCE pkginfo.cpp |
|
49 SOURCE appinfo.cpp |
|
50 SOURCE asynchrequestmanager.cpp |
|
51 |
|
52 USERINCLUDE ../inc |
|
53 |
|
54 |
|
55 |
|
56 |
|
57 |
|
58 |
|
59 |
|
60 LIBRARY euser.lib // Cbase |
|
61 LIBRARY apgrfx.lib // RApaLsSession |
|
62 LIBRARY apparc.lib // TApaAppinfo apparc.lib |
|
63 LIBRARY apmime.lib // TDataType |
|
64 |
|
65 LIBRARY bafl.lib // For CDesC16Array |
|
66 //LIBRARY javaregistrymidpclient.lib |
|
67 LIBRARY javaregistryclient.lib |
|
68 //LIBRARY javalogger.lib |
|
69 //LIBRARY javaregistry.lib |
|
70 //LIBRARY swinstcommonui.lib |
|
71 LIBRARY swinstcli.lib |
|
72 LIBRARY sisregistryclient.lib |
|
73 LIBRARY ws32.lib |
|
74 LIBRARY cone.lib |
|
75 LIBRARY efsrv.lib |
|
76 |
|
77 paged |
|
78 |