42
|
1 |
/*
|
|
2 |
* Copyright (c) 2008-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: Indrajit Tapadar
|
|
13 |
*
|
|
14 |
* Description: Readme file is a help file to know more about the folder, its files and usage
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
This file contains the sis package installations for Photos on Qt.
|
|
19 |
|
|
20 |
About the files :
|
|
21 |
|
|
22 |
Photos.pkg : This contains all the information regarding the photos as a package. all new dll's should
|
|
23 |
be added to this file without fail.
|
|
24 |
|
|
25 |
Photos_stub.pkg : This conatins the dll names which needs to be updated later with a sis package.
|
|
26 |
Any New addition of Dll's also should be added here.
|
|
27 |
Remember , This package is used to create a photos_stub.sis file which is then exported to
|
|
28 |
the install directory in epoc, which is again read from the iby file to be passed in rom image.
|
|
29 |
|
|
30 |
RDTest_02.key : Key for making a sisx file
|
|
31 |
RDTest_02.cert : certificate for creating a sisx file.
|
|
32 |
|
|
33 |
Createsis.bat : this file conatins the procedure of creating the Photos_stub.sis file and Photos.sisx file.
|
|
34 |
The former is passed to the install directory wheras the later is installed on phone.
|
|
35 |
|
|
36 |
|
|
37 |
After any new addition of dll's please do not forget to update the photos_stub.sis file and also checkin the latest
|
|
38 |
file. |