75
|
1 |
/*
|
|
2 |
* Copyright (c) 1999-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 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:
|
|
15 |
* Software Install implementation
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
|
|
20 |
/**
|
|
21 |
@file
|
|
22 |
*/
|
|
23 |
|
|
24 |
PRJ_EXTENSIONS
|
|
25 |
|
|
26 |
|
|
27 |
#include "../source/swiobserver/group/bld.inf"
|
|
28 |
#include "../source/upsswiobsplugin/group/bld.inf"
|
|
29 |
|
|
30 |
PRJ_PLATFORMS
|
|
31 |
DEFAULT TOOLS
|
|
32 |
TOOLS2
|
|
33 |
|
|
34 |
PRJ_EXPORTS
|
|
35 |
../inc/swidaemonplugin.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swidaemonplugin.h)
|
|
36 |
../inc/pkgremover.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(swi/pkgremover.h)
|
|
37 |
../inc/pkgremovererrors.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(swi/pkgremovererrors.h)
|
|
38 |
../inc/sisregistrywritableentry.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/sisregistrywritableentry.h)
|
|
39 |
../inc/swi/msisuihandlers.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/msisuihandlers.h)
|
|
40 |
../inc/swi/sisdataprovider.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/sisdataprovider.h)
|
|
41 |
../inc/swi/launcher.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/launcher.h)
|
|
42 |
../inc/swi/asynclauncher.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/asynclauncher.h)
|
|
43 |
../inc/swi/sisinstallerrors.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/sisinstallerrors.h)
|
|
44 |
../inc/swi/hashcontainer.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/hashcontainer.h)
|
|
45 |
../inc/swi/sisregistryentry.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/sisregistryentry.h)
|
|
46 |
../inc/swi/sisrevocationentry.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/sisrevocationentry.h)
|
|
47 |
../inc/swi/sisregistrysession.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/sisregistrysession.h)
|
|
48 |
../inc/swi/sisregistrypackage.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/sisregistrypackage.h)
|
|
49 |
../inc/swi/swispubsubdefs.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/swispubsubdefs.h)
|
|
50 |
../inc/swi/backuprestore.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/backuprestore.h)
|
|
51 |
../inc/swi/sispackagetrust.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/sispackagetrust.h)
|
|
52 |
../inc/swi/sistruststatus.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/sistruststatus.h)
|
|
53 |
../inc/swi/sisregistrylog.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/sisregistrylog.h)
|
|
54 |
../inc/swi/installtypes.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/installtypes.h)
|
|
55 |
../source/swiutils/swiutils.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/swiutils.h)
|
|
56 |
../inc/swi/ipcutil.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(swi/ipcutil.h)
|
|
57 |
|
|
58 |
// ROMKIT include
|
|
59 |
../inc/swidaemon.iby /epoc32/rom/include/swidaemon.iby
|
|
60 |
../inc/swi.iby /epoc32/rom/include/swi.iby
|
|
61 |
../inc/swi_ncp.iby /epoc32/rom/include/swi_ncp.iby
|
|
62 |
// swi.iby split into two part swi.iby and swiplugin.iby, swiplugin can be used by other team for implementing swi observer plug-in independently
|
|
63 |
../inc/swiplugin.iby /epoc32/rom/include/swiplugin.iby
|
|
64 |
../inc/switextshell.iby /epoc32/rom/include/switextshell.iby
|
|
65 |
#ifndef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
|
|
66 |
../inc/sisregistry_5.3.txt z:/system/data/sisregistry_5.3.txt
|
|
67 |
#endif
|
|
68 |
|
|
69 |
// export certstoretobin
|
|
70 |
../source/certstoretobin/Swicertstoretobin.pl /epoc32/tools/swicertstoretobin.pl
|
|
71 |
../source/certstoretobin/swicertstoretobin.bat /epoc32/tools/swicertstoretobin.bat
|
|
72 |
../source/certstoretobin/Util.pm /epoc32/tools/util.pm
|
|
73 |
../source/certstoretobin/AppGen.pm /epoc32/tools/appgen.pm
|
|
74 |
|
|
75 |
PRJ_MMPFILES
|
|
76 |
|
|
77 |
#ifndef TOOLS
|
|
78 |
#ifndef TOOLS2
|
|
79 |
../group/sisresult.mmp
|
|
80 |
../group/sisfile.mmp
|
|
81 |
../group/siscontroller.mmp
|
|
82 |
../group/swidataprovider.mmp
|
|
83 |
../group/cafdataprovider.mmp
|
|
84 |
../group/sisxrecognizer.mmp
|
|
85 |
../group/uissclient.mmp
|
|
86 |
../group/sishelper.mmp
|
|
87 |
../group/ocspsupportclient.mmp
|
|
88 |
../group/devinfosupportcommon.mmp
|
|
89 |
../group/devinfosupport.mmp
|
|
90 |
../group/devinfosupportclient.mmp
|
|
91 |
|
|
92 |
#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
|
|
93 |
../group/apprscparser.mmp
|
|
94 |
../group/swtypereginfo.mmp
|
|
95 |
#else
|
|
96 |
../group/integrityservices.mmp
|
|
97 |
#endif
|
|
98 |
|
|
99 |
#ifndef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
|
|
100 |
../group/sisregistryhelperserver.mmp
|
|
101 |
#endif
|
|
102 |
|
|
103 |
../group/securitymanager.mmp
|
|
104 |
../group/sisregistryclient.mmp
|
|
105 |
|
|
106 |
#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
|
|
107 |
../group/sisregistryserver.mmp
|
|
108 |
#else
|
|
109 |
../group/sisregistryserver_legacy.mmp
|
|
110 |
#endif
|
|
111 |
|
|
112 |
../group/plan.mmp
|
|
113 |
../group/sislauncherclient.mmp
|
|
114 |
../group/sislauncherserver.mmp
|
|
115 |
../group/installserver.mmp
|
|
116 |
../group/uiss.mmp
|
|
117 |
../group/backuprestore.mmp
|
|
118 |
#ifndef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
|
|
119 |
../group/swisidchecker.mmp
|
|
120 |
#endif
|
|
121 |
../group/pkgremover.mmp
|
|
122 |
#ifndef __WINS__
|
|
123 |
../group/sishelper_tshell.mmp
|
|
124 |
../group/sislauncherserver_tshell.mmp
|
|
125 |
#endif
|
|
126 |
../group/swiutils.mmp
|
|
127 |
#endif
|
|
128 |
#endif
|
|
129 |
|