|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE concept |
|
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
|
12 <concept id="GUID-93DA75DE-096F-5E40-A47E-5A1A94C3145A" xml:lang="en"><title>Source Code Organisation</title><shortdesc>This topic describes the Base Starter source code that |
|
13 Symbian platform provides.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody><table id="GUID-17670D90-42B1-5F0E-855B-E1C73C9E00F5"> |
|
14 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/> |
|
15 <tbody> |
|
16 <row> |
|
17 <entry><p> <filepath>sf/os/kernelhwsrv/userlibandfileserver/fileserver/estart/estart.h</filepath> </p> </entry> |
|
18 <entry><p>Header file containing the definition for the class <xref href="GUID-7A6C0343-7B98-3429-9162-4C0357594230.dita"><apiname>TFSStartup</apiname></xref>, and other required structs, typedefs etc. </p> <p>You do <i>not</i> make changes to the contents of this file. </p> </entry> |
|
19 </row> |
|
20 <row> |
|
21 <entry><p> <filepath> sf/os/kernelhwsrv/userlibandfileserver/fileserver/estart/estart.cpp</filepath> </p> </entry> |
|
22 <entry><p>Contains generic code and default versions of the <xref href="GUID-7A6C0343-7B98-3429-9162-4C0357594230.dita"><apiname>TFSStartup</apiname></xref> virtual functions. This file also contains the |
|
23 code involved in auto-detection. </p> <p>You do <i>not</i> make changes |
|
24 to the contents of this file. </p> <p>See <xref href="GUID-8BA1EEC2-78A3-54CC-95D9-81BF2659963D.dita#GUID-8BA1EEC2-78A3-54CC-95D9-81BF2659963D/GUID-A195BD51-80C7-5D87-ABA2-8878CC509B84">Use automatic local drive mapping</xref>. </p> </entry> |
|
25 </row> |
|
26 <row> |
|
27 <entry><p> <filepath> sf/os/kernelhwsrv/userlibandfileserver/fileserver/estart/estartmain.cpp</filepath> </p> </entry> |
|
28 <entry><p>Contains the entry point to the Base Starter. If you need |
|
29 to customize the Base Starter, then you do it to a <i>copy</i> of |
|
30 this file. </p> </entry> |
|
31 </row> |
|
32 </tbody> |
|
33 </tgroup> |
|
34 </table></conbody></concept> |