|
1 /* |
|
2 * Copyright (c) 2002-2009 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: Project specification for SisxUI. |
|
15 * This is an ECOM plugin that handles SIS installations. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 // INCLUDES |
|
21 #include <platform_paths.hrh> |
|
22 #include <data_caging_paths.hrh> |
|
23 #include "SWInstPrivateUid.h" |
|
24 |
|
25 TARGET SisxUI.dll |
|
26 TARGETTYPE PLUGIN |
|
27 UID 0x10009D8D KSWInstSisxUIUid |
|
28 |
|
29 // Capability assignment. |
|
30 CAPABILITY CAP_ECOM_PLUGIN DRM |
|
31 VENDORID VID_DEFAULT |
|
32 |
|
33 // Resources |
|
34 |
|
35 |
|
36 START RESOURCE ../Plugin/SisxUI/Data/SisxUI.rss |
|
37 DEPENDS swinstcommonui.rsg |
|
38 DEPENDS swinstcommonui.rsg |
|
39 HEADER |
|
40 TARGET SisxUIData.rsc |
|
41 TARGETPATH RESOURCE_FILES_DIR |
|
42 LANGUAGE_IDS |
|
43 END |
|
44 |
|
45 START RESOURCE ../Plugin/SisxUI/Data/101F875D.rss |
|
46 TARGET SisxUI.rsc |
|
47 END |
|
48 |
|
49 // Sources |
|
50 SOURCEPATH ../Plugin/SisxUI/Src |
|
51 SOURCE SisxUIMain.cpp |
|
52 SOURCE SisxUI.cpp |
|
53 SOURCE SisxUIHandler.cpp |
|
54 SOURCE SisxUICertificateInfo.cpp |
|
55 SOURCE SisxUIAppInfo.cpp |
|
56 SOURCE SisxUISelectionCache.cpp |
|
57 SOURCE SisxUIOperationWatcher.cpp |
|
58 SOURCE SisxUIResult.cpp |
|
59 SOURCE SisxUIStartupFile.cpp |
|
60 SOURCE SisxUISilentHandler.cpp |
|
61 SOURCE SisxUILangName.cpp |
|
62 |
|
63 // Includes |
|
64 USERINCLUDE . ../Plugin/Inc ../Plugin/CommonUI/Inc ../Plugin/SisxUI/Inc |
|
65 USERINCLUDE ../Client/Inc |
|
66 MW_LAYER_SYSTEMINCLUDE |
|
67 |
|
68 // Libraries |
|
69 LIBRARY euser.lib |
|
70 LIBRARY ecom.lib |
|
71 LIBRARY avkon.lib |
|
72 LIBRARY SWInstCommonUI.lib |
|
73 LIBRARY cone.lib |
|
74 LIBRARY bafl.lib |
|
75 LIBRARY eikcoctl.lib |
|
76 LIBRARY eikdlg.lib |
|
77 LIBRARY sishelper.lib |
|
78 LIBRARY commonengine.lib |
|
79 LIBRARY sisregistryclient.lib |
|
80 LIBRARY efsrv.lib |
|
81 LIBRARY platformenv.lib |
|
82 LIBRARY estor.lib |
|
83 LIBRARY centralrepository.lib |
|
84 LIBRARY DRMLicenseManager.lib |
|
85 LIBRARY ezip.lib |
|
86 LIBRARY SWInstTaskManager.lib |
|
87 LIBRARY featmgr.lib |
|
88 LIBRARY pkixcertbase.lib |
|
89 LIBRARY caf.lib //CContent, CManager |
|
90 LIBRARY cafutils.lib //RStringAttributeSet |
|
91 LIBRARY drmhelper.lib |
|
92 LIBRARY apgrfx.lib |
|
93 LIBRARY ws32.lib // for RWsSession |
|
94 LIBRARY syslangutil.lib |
|
95 LIBRARY DcfRep.lib // for PIP sisx files |
|
96 |
|
97 DEBUGLIBRARY flogger.lib |
|
98 |
|
99 SMPSAFE |