sf_config/rombuild/sf_refhw/bigrom.oby
author Gareth Long <garethl@symbian.org>
Wed, 30 Jun 2010 15:35:36 +0100
branchRCL_3
changeset 81 89a5a549046a
parent 80 9c02609592b9
child 82 ce220d94201c
permissions -rw-r--r--
CHanges to help Zoom2 baseport work without base.iby modification.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
66
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
     1
/*
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
     2
* Copyright (c) 2010 Symbian Foundation Ltd
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
     3
* This component and the accompanying materials are made available
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
     4
* under the terms of the License "Eclipse Public License v1.0"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
     5
* which accompanies this distribution, and is available
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
     6
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
     7
*
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
     8
* Initial Contributors:
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
     9
* Symbian Foundation Ltd - initial contribution.
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    10
*
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    11
* Contributors:
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    12
* Gareth Long
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    13
* Description:
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    14
* bigrom.oby
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    15
*/
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    16
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    17
#include <RemovableFeatures.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    18
#include <bldvariant.hrh> // so that we can override some of the settings here
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    19
#define __USE_NHD // just for bigrom, to choose between 640x360 or 640x480
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    20
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    21
#undef SYMBIAN_EXCLUDE_KEYMAP
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    22
#undef SYMBIAN_EXCLUDE_LOCATION // so that lbs.dll is included
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    23
#undef SYMBIAN_EXCLUDE_SIP // so that sipsw.dll etc are included
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    24
#undef SYMBIAN_EXCLUDE_SCDV // so that SCDV is included
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    25
#undef SYMBIAN_EXCLUDE_BLUETOOTH // so that BT is included
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    26
#undef SYMBIAN_EXCLUDE_MTP
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    27
#undef SYMBIAN_EXCLUDE_OFFLINE_MODE
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    28
#undef SYMBIAN_EXCLUDE_OBEX
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    29
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    30
#define SYMBIAN_INCLUDE_USB_OTG_HOST // for usbdescriptors.dll
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    31
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    32
#undef FF_RUNTIME_DEVICE_CAPABILITY_CONFIGURATION // to stop dcomo resources getting pulled in twice
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    33
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    34
#define FF_TOPCONTACTSWIDGET_COMPONENT // needed for desktop_20018eee components
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    35
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    36
/* test */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    37
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    38
//#define AISATPLUGIN_IBY
80
9c02609592b9 nvgdecoder included, minor wsini.ini changes
Gareth Long <garethl@symbian.org>
parents: 78
diff changeset
    39
//#define __NVGDECODER_IBY__ // we don't want the non_sw version
66
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    40
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    41
//#define photossuiteSUITE_IBY
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    42
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    43
// Stub out the GLX stuff
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    44
//#define __GLXGALLERY_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    45
//#define __GLX_TVOUT_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    46
//#define __GLXMEMORYPLUGIN_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    47
//#define GLX_LOGGING_IBY
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    48
//#define __GLXFETCHER_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    49
//#define __GLXCOMMANDDRMUTILITY_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    50
//#define __GLXCONTENTHARVESTERPLUGIN_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    51
//#define __GLXCOMMONCOMMANDHANDLERS_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    52
//#define __GLXCOMMANDHANDLERMOREINFO_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    53
//#define __GLXCOMMANDHANDLERDRM_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    54
//#define __CLOUDVIEW_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    55
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    56
// and remove the dependancies on this
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    57
//#define CAMERAAPP_IBY
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    58
//#define SHW_IBY
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    59
//#define __TAGCOLLECTIONPLUGIN_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    60
//#define __TAGSBROWSERVIEWPLUGIN_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    61
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    62
// these are defined in bldprivate.hrh
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    63
#undef __LAYOUT_480_320_TOUCH
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    64
#undef __LAYOUT_320_480_TOUCH
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    65
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    66
// these are defined in bldpublic.hrh
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    67
#undef __LAYOUT_240_320
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    68
#undef __LAYOUT_240_320_LARGE_SCREEN
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    69
#undef __LAYOUT_320_240
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    70
#undef __LAYOUT_320_240_LARGE_SCREEN
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    71
#undef __LAYOUT_360_640_TOUCH
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    72
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    73
#ifdef __USE_NHD
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    74
#define FF_LAYOUT_640_360_TOUCH // this works, need to define early on
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    75
#define __LAYOUT_640_360_TOUCH  
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    76
#undef FF_LAYOUT_640_480_TOUCH_VGA4 // this works, need to define early on
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    77
#undef __LAYOUT_640_480_TOUCH
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    78
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    79
// test
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    80
#define FF_LAYOUT_640_360 // this works, need to define early on
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    81
#define FF_LAYOUT_360_640 // this works, need to define early on
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    82
#define FF_LAYOUT_360_640_NONTOUCH // this works, need to define early on
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    83
#define FF_LAYOUT_640_360_NONTOUCH // this works, need to define early on
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    84
#define FF_LAYOUT_360_640_TOUCH // this works, need to define early on
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    85
#define FF_LAYOUT_360_640_TOUCH_NHD4 // this works, need to define early on
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    86
#define FF_LAYOUT_640_360_TOUCH_NHD4 // this works, need to define early on
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    87
#define FF_LAYOUT_640_480_TOUCH_VGA3 // this works, need to define early on
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    88
#define FF_LAYOUT_640_480_TOUCH_VGA4 // this works, need to define early on
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    89
#define __LAYOUT_640_480_TOUCH
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    90
#define __LAYOUT_360_640_TOUCH
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    91
#define __LAYOUT_360_640
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    92
#define __LAYOUT_640_360
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    93
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    94
#else
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    95
#undef FF_LAYOUT_640_360_TOUCH // this works, need to define early on
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    96
#undef __LAYOUT_640_360_TOUCH  
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    97
#define FF_LAYOUT_640_480_TOUCH_VGA4 // this works, need to define early on
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    98
#define __LAYOUT_640_480_TOUCH
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
    99
#endif
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   100
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   101
#define __LOCALES_37_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   102
#define __LOCALES_50_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   103
#define __LOCALES_57_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   104
#define __LOCALES_94_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   105
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   106
#define __OMA_SUPL_PLUGINS // for core/mw/omasuplprotocolhandler.iby
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   107
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   108
/* videoeditorcommon.dll cannot be built, so remove whatever uses it */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   109
#define __VIDEOEDITORENGINE_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   110
#define __VIDEOEDITORUICOMPONENTS_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   111
#define __SIMPLEVIDEOEDITOR_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   112
#define __SIMPLECUTVIDEO_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   113
#define __VIDEOPROVIDER_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   114
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   115
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   116
/* from language/app */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   117
//#define FF__ROM_HIDE_ISRAEL
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   118
#undef __ROM_HIDE_JERUSALEM
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   119
//#define __CLOCK_RESOURCES_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   120
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   121
/* from language/mw */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   122
// #define __AVKON_RESOURCES_IBY__ // smiley.rsc
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   123
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   124
/* from language/os */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   125
#define __GTEMAILMTM_RESOURCES_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   126
#define __MESSAGESERVER_RSC_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   127
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   128
/* resources and customer clash with DTD files, removed DTD from the customer/app versions of desktop, email and music widget */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   129
/* from customer/app */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   130
//#define __DESKTOP_20026F4F_CUSTOMER_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   131
//#define __EMAILWIDGET_CUSTOMER_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   132
//#define __MUSICWIDGET_10207c18_CUSTOMER_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   133
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   134
//test (removal when using 640x480)
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   135
#ifdef __USE_NHD
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   136
#define __ORGANIZER_2001F481_CUSTOMER_IBY__ // needed for 640x360
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   137
#define __PROFILEWIDGET_2001CB7C_CUSTOMER_IBY__ // clashes with same file
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   138
#define __SERVICEWIDGET_20021383_CUSTOMER_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   139
#define __AI3TEMPLATEVIEW_20026F50_CUSTOMER_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   140
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   141
#define __AI3VIEW_200286E4_CUSTOMER_IBY__ // the resources version pulls in the same file
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   142
//#define __AI3VIEW_200286E4_RESOURCES_IBY__ // the resources version pulls in the same file
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   143
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   144
#define __AI3VIEW_200286E5_CUSTOMER_IBY__ // the resources version pulls in the same file
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   145
//#define __AI3VIEW_200286E5_RESOURCES_IBY__ // the resources version pulls in the same file
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   146
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   147
#define __AI3VIEW_2001F48B_CUSTOMER_IBY__ // the resources version pulls in the same file
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   148
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   149
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   150
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   151
/* from customer/mw (need to remove when using 640x360) */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   152
#define __WSFWIDGET_20026F45_CUSTOMER_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   153
#endif
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   154
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   155
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   156
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   157
/* from core/app */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   158
//#define __SERVICEWIDGET_20021383_THEME_IBY__
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   159
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   160
/* for 640x480 */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   161
#define __AI3VIEW_2001FDB9_CUSTOMER_IBY__ // resources and customer version of this appear identical
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   162
#define __WIDEIMAGE_10009DFF_RESOURCES_IBY__ // resources and customer version of this appear identical
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   163
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   164
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   165
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   166
/* eaacplusaudiocontrollerutility.dll can't be built, so remove whatever uses it */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   167
#define AUDIOCONTROLLERPLUGINSVARIANT_IBY
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   168
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   169
#include "s60macros.iby"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   170
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   171
//#undef USE_CUSTOM_MMC_PARTITION // stops base.iby pulling in emmcptn.dll, which is pulled in by base_zoom2.iby
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   172
#ifdef ZOOM2
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   173
#include <zoom2.oby>
81
89a5a549046a CHanges to help Zoom2 baseport work without base.iby modification.
Gareth Long <garethl@symbian.org>
parents: 80
diff changeset
   174
#include <base_zoom2.iby>
89a5a549046a CHanges to help Zoom2 baseport work without base.iby modification.
Gareth Long <garethl@symbian.org>
parents: 80
diff changeset
   175
#include <header.iby>
89a5a549046a CHanges to help Zoom2 baseport work without base.iby modification.
Gareth Long <garethl@symbian.org>
parents: 80
diff changeset
   176
#include <base.iby>
78
f245d0e5567d Updated bigrom, added syborg.dtb
Gareth Long <garethl@symbian.org>
parents: 74
diff changeset
   177
// default base.iby does not have a #ifdef added to include base_zoom2.iby
f245d0e5567d Updated bigrom, added syborg.dtb
Gareth Long <garethl@symbian.org>
parents: 74
diff changeset
   178
// like so:
f245d0e5567d Updated bigrom, added syborg.dtb
Gareth Long <garethl@symbian.org>
parents: 74
diff changeset
   179
// #elif defined(__MOMAP34XX_ZOOM2__)
f245d0e5567d Updated bigrom, added syborg.dtb
Gareth Long <garethl@symbian.org>
parents: 74
diff changeset
   180
// #include <base_zoom2.iby>
66
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   181
//                                            which includes <header.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   182
//                                            which includes <symbian_os_romdefs.hby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   183
//                                            which includes <feature.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   184
//                                            which includes <base.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   185
//                                            which includes <kernel.hby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   186
//                                            which includes <base.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   187
//                                            which includes <base_zoom2.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   188
//                                            which includes <compsupp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   189
//                                            which includes <rm_debug_svr.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   190
//#undef SURFACEMANAGER_DRV // because zoom2.oby defines it but doesn't have _zoom2_surfacemanagerdriver.ldd
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   191
//device[VARID]=KERNEL_DIR\BUILD_DIR\pipelib.ldd        \Sys\Bin\pipelib.ldd /* zoom2 base was not including this */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   192
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   193
#elif defined(SYBORG)
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   194
// The following is for Syborg
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   195
#define SYMBIAN_BASE_USE_GCE
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   196
#include <syborg.oby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   197
define ROMDATE ##TODAY## // added for Syborg, Zoom2 includes this itself
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   198
#define BTRACE_INCLUDED // this is already done by the Syborg includes
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   199
#include <header.iby> // added for Syborg, Zoom2 includes this itself
74
392f71ccbc5a Separate base_syborg to avoid clash with MiniGUI
Gareth Long <garethl@symbian.org>
parents: 72
diff changeset
   200
#include <base_syborg_ui.iby> // added for Syborg, Zoom2 includes this itself
66
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   201
#define USE_CUSTOM_MMC_PARTITION // stops emmcptn.dll being pulled in, which uses epbusm.dll
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   202
#include <base.iby> // added for Syborg, Zoom2 includes this itself
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   203
#undef SYMBIAN_EXCLUDE_MTP // Syborg is defining this again
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   204
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   205
#elif defined(BEAGLE)
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   206
// The following is for Syborg
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   207
#define SYMBIAN_BASE_USE_GCE
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   208
#include <beagle.oby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   209
define ROMDATE ##TODAY## // added for Syborg, Zoom2 includes this itself
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   210
//#define BTRACE_INCLUDED // this is already done by the Syborg includes
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   211
#include <header.iby> // added for Syborg, Zoom2 includes this itself
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   212
#include <base_beagle.iby> // added for Syborg, Zoom2 includes this itself
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   213
#define USE_CUSTOM_MMC_PARTITION // stops emmcptn.dll being pulled in, which uses epbusm.dll
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   214
#include <base.iby> // added for Syborg, Zoom2 includes this itself
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   215
#undef SYMBIAN_EXCLUDE_MTP // Syborg is defining this again
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   216
ROMBUILD_OPTION -no-header
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   217
// hanging on Beagle
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   218
#define BACKSTEPPINGSERVICE_IBY
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   219
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   220
data= \epoc32\rom\beagle\estart.txt \sys\data\estart.txt // ???
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   221
#endif
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   222
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   223
/* Graphics adaptation */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   224
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   225
#define SYMBIAN_BUILD_GCE
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   226
#define SYMBIAN_GRAPHICS_USE_GCE // for graphics_adaptation.hby
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   227
#undef SYMBIAN_GRAPHICS_ADAPTATION // allows for setup of SYMBIAN_GRAPHICS_ADAPTATION to SGA_SW
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   228
#define SYMBIAN_GRAPHICS_USE_EGL_REF
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   229
#define SYMBIAN_GRAPHICS_USE_OPENWF
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   230
#define FBSRASTERIZER_DRV <fbsrasterizer_stub.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   231
//#define GRAPHICSRESOURCE_DRV <graphicsresourceadapter_stub.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   232
#define OPENWFCLIB_DRV <openwfc_ref.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   233
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   234
//#undef FF_WLAN_WAPI_INCLUDE_IN_ROM // needed so that wapisecuritysettingsui.iby pulls in a wapuisecuritysettingsui.dll that we have in the build
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   235
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   236
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   237
/* miscallaneous defines */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   238
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   239
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   240
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   241
#undef FF_WLAN_WAPI_INCLUDE_IN_ROM // needed so that wapisecuritysettingsui.iby pulls in a wapuisecuritysettingsui.dll that we have in the build
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   242
78
f245d0e5567d Updated bigrom, added syborg.dtb
Gareth Long <garethl@symbian.org>
parents: 74
diff changeset
   243
#define XMLUIRENDERINGRESOURCES_IBY // resolves xnuiengine.rsc clash
f245d0e5567d Updated bigrom, added syborg.dtb
Gareth Long <garethl@symbian.org>
parents: 74
diff changeset
   244
#define XMLUICONTROLLERRESOURCES_IBY // ai3xmlui already includes the only resource included by this file
f245d0e5567d Updated bigrom, added syborg.dtb
Gareth Long <garethl@symbian.org>
parents: 74
diff changeset
   245
#define __SERVICEWIDGET_20021383_RESOURCES_IBY__ // resolves servicewidget.o0000 clash
f245d0e5567d Updated bigrom, added syborg.dtb
Gareth Long <garethl@symbian.org>
parents: 74
diff changeset
   246
#define __AVKON_RESOURCES_IBY__ // resolves smiley.rsc clash
f245d0e5567d Updated bigrom, added syborg.dtb
Gareth Long <garethl@symbian.org>
parents: 74
diff changeset
   247
data=ZRESOURCE\avkon.rsc        RESOURCE_FILES_DIR\avkon.rsc
f245d0e5567d Updated bigrom, added syborg.dtb
Gareth Long <garethl@symbian.org>
parents: 74
diff changeset
   248
#define __DESKTOP_20026F4F_RESOURCES_IBY__ // resolves desktopconfiguration.dtd clash
f245d0e5567d Updated bigrom, added syborg.dtb
Gareth Long <garethl@symbian.org>
parents: 74
diff changeset
   249
#define __EMAILWIDGET_RESOURCES_IBY__ // resolves emailwidgetconfiguration.dtd clash
f245d0e5567d Updated bigrom, added syborg.dtb
Gareth Long <garethl@symbian.org>
parents: 74
diff changeset
   250
#define __MUSICWIDGET_10207c18_RESOURCES_IBY__ // resolves musicwidgetconfiguration.dtd clash
66
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   251
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   252
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   253
/* The top-level includes */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   254
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   255
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   256
#include <graphics_adaptation.hby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   257
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   258
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   259
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   260
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   261
#include <3gplibrary.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   262
//                                            which includes <3gpmp4lib.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   263
#include <a3fdevsound.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   264
#include <a3fserverstart.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   265
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   266
#include <abtester.oby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   267
//                                            which includes <ABTester.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   268
#include <acf.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   269
#include <acl.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   270
#include <activitymanager.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   271
#include <addressinfohook.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   272
#include <agentdialog.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   273
#include <agentpr.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   274
//                                            which includes <agentprcore.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   275
#include <agentshellnotifier.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   276
#include <agnmodel.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   277
#include <agnversit.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   278
//                                            which includes <timezoneserver.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   279
//                                            which includes <BackupRestoreNotification.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   280
//                                            which includes <swiplugin.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   281
//                                            which includes <sql.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   282
//                                            which includes <utrace.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   283
//                                            which includes <btrace.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   284
#include <alarmserver.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   285
//                                            which includes <ssmsus.iby>
71
27ee1ccf705b Enhanced IBY include path handling
Gareth Long <garethl@symbian.org>
parents: 66
diff changeset
   286
// #include <alfred.iby> /* included by other components */
66
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   287
#include <amastart.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   288
#include <animation.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   289
#include <aplp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   290
#include <apparc.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   291
#include <asn1export.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   292
#include <asn1rrlp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   293
#include <asn1supl.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   294
#include <asnpkcs.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   295
//                                            which includes <pbe.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   296
//                                            which includes <crypto.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   297
//                                            which includes <random.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   298
//                                            which includes <hash.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   299
//                                            which includes <cryptospi_plugins.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   300
//                                            which includes <filetokensconfig.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   301
#include <ASR.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   302
// not in 3.0.I #include <authserver.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   303
#include <autotest.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   304
#include <avi.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   305
//                                            which includes <subtitledecoder.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   306
#include <bioclass0smsplugin.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   307
//                                            which includes <watcher.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   308
//                                            which includes <flogger.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   309
//                                            which includes <gtbioutils.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   310
//                                            which includes <messageserver.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   311
//                                            which includes <messageserver.hby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   312
//                                            which includes <gtsmsmtm.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   313
//                                            which includes <c32.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   314
//                                            which includes <usb.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   315
//                                            which includes <usbman.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   316
//                                            which includes <c32.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   317
//                                            which includes <ecom.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   318
//                                            which includes <ecompatchconstants.hby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   319
//                                            which includes <usbmanrsc.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   320
//                                            which includes <usbmanbin.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   321
//                                            which includes <esock.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   322
//                                            which includes <esock_core.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   323
//                                            which includes <subconparams.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   324
//                                            which includes <connservparams.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   325
//                                            which includes <ESockMessages.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   326
//                                            which includes <esock_params.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   327
//                                            which includes <esock_api_ext.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   328
//                                            which includes <commsdataobjects.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   329
//                                            which includes <commsdataobjectsecom.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   330
//                                            which includes <serverden.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   331
//                                            which includes <commsfw.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   332
//                                            which includes <factories.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   333
//                                            which includes <meshmachine.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   334
//                                            which includes <NETMSG.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   335
//                                            which includes <NetInterfaces.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   336
//                                            which includes <NETMessages.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   337
//                                            which includes <NetMeta.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   338
//                                            which includes <NETSubscribe.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   339
//                                            which includes <esock.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   340
//                                            which includes <insock.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   341
//                                            which includes <esock.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   342
//                                            which includes <nodemessages.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   343
//                                            which includes <ResponseMsg.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   344
//                                            which includes <rootserver.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   345
//                                            which includes <NETStSrv.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   346
//                                            which includes <NETSM.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   347
//                                            which includes <virtualconstructors.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   348
//                                            which includes <logeng.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   349
//                                            which includes <dbms.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   350
//                                            which includes <logeng.hby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   351
//                                            which includes <scheduledsending.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   352
//                                            which includes <schsvr.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   353
//                                            which includes <sysagent.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   354
//                                            which includes <cntmodel.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   355
//                                            which includes <versit.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   356
//                                            which includes <conarc.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   357
//                                            which includes <charconv.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   358
//                                            which includes <cntplsql.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   359
//                                            which includes <cntmatchlog.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   360
//                                            which includes <smsstack.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   361
//                                            which includes <commsdebugutility.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   362
//                                            which includes <ost.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   363
//                                            which includes <etel.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   364
//                                            which includes <commdb.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   365
//                                            which includes <commsdat.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   366
//                                            which includes <ShimNotifier.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   367
//                                            which includes <fax.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   368
//                                            which includes <etelmm.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   369
//                                            which includes <gtsmsmtm.hby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   370
#include <bionbswatcher.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   371
#include <bioparsers.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   372
#include <biowapwatcher.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   373
#include <bitgdi.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   374
#include <bitmaptransforms.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   375
#include <bitmaptransformsplugin.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   376
//#include <bldinfo.hby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   377
#include <bluetooth.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   378
//                                            which includes <btlogger.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   379
//                                            which includes <remotecontrol.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   380
//                                            which includes <tsp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   381
//                                            which includes <hci.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   382
//                                            which includes <hci_framework.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   383
//                                            which includes <hci_implementation.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   384
//                                            which includes <corehci_symbian.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   385
//                                            which includes <commandsevents_symbian.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   386
//                                            which includes <hci_qdp_symbian.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   387
//                                            which includes <hctl_bcsp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   388
//                                            which includes <initialisor_symbian.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   389
#include <bmpanim.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   390
#include <bookmarkdb.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   391
#include <btpan.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   392
#include <btsnoophcilogger.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   393
#include <c32bca.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   394
#include <c32start.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   395
#include <caf.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   396
//                                            which includes <reccafconfig.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   397
#include <calcon.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   398
#include <calinterimapi.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   399
#include <ced.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   400
//                                            which includes <Xml.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   401
//                                            which includes <xmlframework.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   402
//                                            which includes <xmlcustomresolver.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   403
//                                            which includes <xmlparserplugin.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   404
//                                            which includes <wbxmlparser.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   405
//                                            which includes <stdlib.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   406
#include <ceddump.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   407
#include <certman.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   408
//                                            which includes <secutil.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   409
//                                            which includes <sectcbutil.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   410
//                                            which includes <ocspconfig.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   411
#include <cflog.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   412
#include <cfrtp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   413
//                                            which includes <rtpcore.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   414
#include <charconv_all_plugins.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   415
//                                            which includes <charconv_chinese_simplfied.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   416
//                                            which includes <charconv_chinese_traditional.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   417
//                                            which includes <charconv_japanese.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   418
//                                            which includes <charconv_japanese_docomo.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   419
//                                            which includes <charconv_iso8859x.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   420
//                                            which includes <charconv_codepage.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   421
//                                            which includes <charconv_sms7bit.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   422
//                                            which includes <charconv_gsm7_turkish.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   423
//                                            which includes <charconv_spanish_smsencoding.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   424
//                                            which includes <charconv_portuguese_smsencoding.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   425
//                                            which includes <charconv_s60.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   426
//**#include <charconv_gsm7_turkish_Variant.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   427
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   428
#include <charconv_japanese_kddiau.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   429
#include <charconv_japanese_s60.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   430
#include <chtmltocrtconverter.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   431
//**#include <cinidata.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   432
#include <cmncustomcmds.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   433
#include <commonengine.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   434
#include <commonengineresources.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   435
#include <commsbufs.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   436
#include <commsbufskern.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   437
#include <commslog.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   438
//                                            which includes <commsrootserver.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   439
#include <conditionevaluator.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   440
#include <cone.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   441
//**#include <connect-gt.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   442
#include <connectivity_securebackupengine.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   443
// not in 3.0.I #include <coredumpscriptconfig.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   444
// not in 3.0.I #include <coredumpserver.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   445
// not in 3.0.I #include <coredumpserverstub.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   446
// not in 3.0.I #include <coredumpui.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   447
#include <coreproviders.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   448
#include <coreprovidersecom.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   449
#include <csc_plugin.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   450
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   451
#include <ctsy.iby> // builds in phonetsy.tsy which relies on licenseetsy.dll 
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   452
//                                            which includes <ctsysystemstateplugin.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   453
//#include <customcmds.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   454
#include <DEBUG.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   455
#include <devsoundadaptationinfo.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   456
//GSL#include <devsound_pluginsupport.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   457
//#include <devsound_refplugin.iby> // clashes with core/mw/mmfaudioconnectioncontroller.iby
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   458
#include <DevVideo.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   459
// not in 3.0.I #include <dexcformatter.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   460
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   461
#include <dial.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   462
#include <directgdi.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   463
//                                            which includes <graphicsresource.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   464
//                                            which includes <graphicsresourceadapter.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   465
//                                            which includes <graphicsresourceadapter_sw.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   466
//                                            which includes <surfacemanager.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   467
//                                            which includes <surfacemanager_omap.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   468
//                                            which includes <directgdiadapter.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   469
//                                            which includes <directgdiadapter_sw.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   470
//#include <directgdiadapter_vg.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   471
//                                            which includes <openvg.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   472
//                                            which includes <openvg_sw.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   473
#include <dnd.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   474
#include <dnsproxy.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   475
#include <dnsproxyupdateif.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   476
#include <dptestcons.oby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   477
#include <ecam.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   478
//                                            which includes <ecam_stubplugin.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   479
//#include <econs_wserv.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   480
#include <ecuart.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   481
//#include <egl.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   482
//                                            which includes <egl_ref.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   483
#include <egul.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   484
#include <elements.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   485
//                                            which includes <NodeMessages.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   486
//                                            which includes <MeshMachine.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   487
#include <emime.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   488
#include <eon_font.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   489
#include <epos_omasuplposmessageplugin.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   490
#include <epos_omasuplposmsgpluginimpl.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   491
#include <ESHELL.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   492
#include <esockmessageintercept.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   493
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   494
#include <etelisv.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   495
#include <etelpckt.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   496
//#include <etelsat.iby> // test removal
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   497
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   498
#include <ether802.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   499
#include <euserhl.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   500
#include <exifutility.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   501
#include <ezlib.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   502
//                                            which includes <openenv.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   503
//                                            which includes <timezonelocalization.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   504
//                                            which includes <TimeZoneServer.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   505
//                                            which includes <stdcpp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   506
//                                            which includes <oelibrt.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   507
//                                            which includes <openenv.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   508
#include <fatcharsetconv.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   509
#include <fbserv.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   510
//                                            which includes <fbsrasterizer_stub.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   511
#include <fdf.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   512
#include <featmgr.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   513
#include <featreg.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   514
#include <fepbase.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   515
#include <filetokens.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   516
// not in 3.0.I #include <filewriter.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   517
#include <fmtx_hwrm.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   518
#include <fntstore.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   519
#include <freetype.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   520
//                                            which includes <freetype.hby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   521
#include <ftp_e.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   522
#include <gdi.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   523
//                                            which includes <palette.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   524
#include <genericscprparams.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   525
#include <gfxtranseffect.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   526
#include <gifscaler.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   527
// not in 3.0.I #include <gmxml.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   528
#include <gpssetclock.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   529
//#include <graphicsresourceadapter_mbx.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   530
//#include <graphicsresourceadapter_sgx.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   531
#include <gtbioengmtm.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   532
#include <gtbiomessaging.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   533
//#include <gtemailmtm.hby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   534
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   535
#include <gtmessaging.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   536
//                                            which includes <sendas2.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   537
//                                            which includes <gtmtur.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   538
//                                            which includes <msgurlhandler.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   539
#include <guqos.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   540
#include <hciproxy.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   541
#include <hci_initialisor_ti.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   542
#include <hctl_ti.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   543
#include <hctl_uart_original.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   544
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   545
#include <hlpmodel.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   546
#include <http.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   547
//                                            which includes <httpcore.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   548
//                                            which includes <InetProtUtil.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   549
//                                            which includes <GtEmailMtm.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   550
//                                            which includes <transporthandler.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   551
#include <httpservice.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   552
#include <httpservicetest.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   553
#include <hwresourcemanager.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   554
#include <hwrmuiplugin.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   555
#include <iclcodecs.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   556
//                                            which includes <JpegYuvDecoder.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   557
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   558
#include <iculayoutengine.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   559
#include <imageconversion.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   560
#include <imagedisplay.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   561
//                                            which includes <MngImageDisplay.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   562
//                                            which includes <IclWrapperImageDisplay.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   563
#include <imageprocessor.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   564
#include <imagetransform.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   565
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   566
#include <ineturilist.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   567
// not in 3.0.I #include <iniparser.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   568
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   569
//#include <integrationtest.iby> // integrationtest.dll is not getting built
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   570
//                                            which includes <testexecute.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   571
//                                            which includes <testexecutelogger.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   572
//                                            which includes <RFilelogger.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   573
#include <ipaddrinfoparams.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   574
#include <ipeventfactory.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   575
#include <ipeventnotifier.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   576
//                                            which includes <ipeventtypes.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   577
//                                            which includes <netmeta.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   578
//                                            which includes <netsubscribe.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   579
//                                            which includes <netmeta.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   580
#include <ipproto.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   581
#include <ipsec.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   582
//                                            which includes <ipsec6.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   583
//                                            which includes <ipseccrypto.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   584
#include <iptransport.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   585
//                                            which includes <mobilitycoreproviders.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   586
//**#include <ipupsdialog.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   587
#include <irda.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   588
//                                            which includes <obexprotocol.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   589
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   590
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   591
#include <kerneltrace.oby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   592
#include <lafshutdowneventobserveradaptor.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   593
#include <lbs.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   594
#include <lbsadatacache.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   595
#include <lbsadmin.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   596
//                                            which includes <lbsassistancedata.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   597
//                                            which includes <lbslocmonclient.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   598
//                                            which includes <lbsloccommon.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   599
//                                            which includes <LbsLocDataSource.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   600
//                                            which includes <lbsinternalapi.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   601
//                                            which includes <lbsnetprotocol.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   602
//                                            which includes <lbspartnercommon.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   603
//                                            which includes <lbsnetinternalapi.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   604
//                                            which includes <lbsagpsngmsgs.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   605
//                                            which includes <lbscommoninternaldatatypes.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   606
//                                            which includes <lbsnetregstatusint.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   607
//                                            which includes <lbsngnlmint.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   608
//                                            which includes <lbsnrhngmsgs.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   609
//                                            which includes <lbsreffnpint.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   610
//                                            which includes <lbssymmetryint.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   611
//                                            which includes <lbsroot.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   612
//                                            which includes <lbsrootapi.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   613
//                                            which includes <lbsloggerapi.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   614
//                                            which includes <lbsdebug.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   615
//                                            which includes <lbslocsettings.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   616
//                                            which includes <lbslocindicatorlib.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   617
//                                            which includes <lbsmlfwutils.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   618
#include <lbsagpslocmanager.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   619
#include <lbsbtgpspsy.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   620
#include <lbsdefaultpsy.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   621
#include <lbsgpsagpspsy.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   622
#include <lbshostsettings.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   623
#include <lbslocationmonitor.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   624
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   625
#include <lbslocserver.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   626
//                                            which includes <lbslocutils.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   627
//                                            which includes <lbsqualityprofileapi.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   628
#include <lbsnetgateway.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   629
#include <lbsnetpsy.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   630
#include <lbsnetsim.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   631
#include <lbsnetworklocationmanager.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   632
#include <lbsnetworkprivacy.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   633
#include <lbsnetworkrequesthandler.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   634
//                                            which includes <lbsx3p.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   635
//                                            which includes <lbsprivacycontroller.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   636
//                                            which includes <lbsprivacyexnotifiers.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   637
//                                            which includes <lbsprivacydatatypes.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   638
//                                            which includes <lbsqueryandnotification.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   639
#include <lbsnetworktest.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   640
//                                            which includes <lbsprotocolmodule.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   641
//                                            which includes <suplasn1.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   642
//                                            which includes <lbssupltestmodule.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   643
#include <lbspospluginfw.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   644
#include <lbsprivacyprotocolmodule.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   645
#include <lbsprivacyrequest.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   646
#include <lbspsytester.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   647
#include <lbssimulationpsy.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   648
#include <lbssuplsmstrigger.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   649
#include <lbssuplwappush.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   650
#include <lbs_privacyprotocolmodule.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   651
#include <loadlafshutdown.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   652
#include <loopback.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   653
#include <mbmsparams.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   654
#include <mdf.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   655
#include <MESON.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   656
//                                            which includes <Store.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   657
//                                            which includes <EText.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   658
//                                            which includes <Form.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   659
//                                            which includes <print.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   660
//                                            which includes <PwrCli.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   661
//                                            which includes <Bafl.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   662
//                                            which includes <NumberConversion.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   663
#include <MESON.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   664
#include <Midi.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   665
#include <milif.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   666
#include <miscpushutils.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   667
#include <mmcommon.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   668
#include <mmf.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   669
//                                            which includes <mmfEffect.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   670
//                                            which includes <MmfDrmPlugin.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   671
//                                            which includes <mmf_plugin.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   672
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   673
#include <mmssettings.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   674
#include <mmtsy.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   675
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   676
#include <msfdc.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   677
//**#include <mtp_backupnrestoredp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   678
//                                            which includes <mtp_framework.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   679
//                                            which includes <mtp_devicedp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   680
#include <mtp_filedp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   681
#include <mtp_ptpip.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   682
#include <mtp_usbsic.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   683
#include <multipartparser.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   684
#include <napt.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   685
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   686
#include <netcfgextnmip.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   687
//                                            which includes <netstsrv.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   688
//                                            which includes <NetCfgExtnBase.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   689
//                                            which includes <netstsrv.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   690
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   691
#include <netups.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   692
//                                            which includes <ups.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   693
//                                            which includes <ups_config.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   694
#include <network.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   695
//                                            which includes <simpleselectorbase.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   696
//                                            which includes <upscoreproviders.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   697
//                                            which includes <tls.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   698
//                                            which includes <ocsp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   699
//                                            which includes <tlsprovider.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   700
//                                            which includes <tlsproviderconfig.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   701
//                                            which includes <CSD.IBY>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   702
//                                            which includes <psdagt.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   703
//                                            which includes <nullagt.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   704
//                                            which includes <ppp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   705
//                                            which includes <PREDCOMP.IBY>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   706
//                                            which includes <rawipnif.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   707
//                                            which includes <packetlogger.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   708
//                                            which includes <rawipnif.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   709
//                                            which includes <DHCPServ.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   710
//                                            which includes <umtsif.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   711
//                                            which includes <pfqoslib.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   712
//                                            which includes <qos.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   713
//                                            which includes <qoslib.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   714
//                                            which includes <qosextnapi.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   715
//                                            which includes <qos3gpp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   716
//                                            which includes <pdp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   717
//                                            which includes <QosIPSCPR.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   718
//                                            which includes <networking_dnsproxy.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   719
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   720
//**#include <ntras-plugin.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   721
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   722
#include <nvgrenderstage.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   723
#include <obex.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   724
#include <OBEYFILE.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   725
// #include <oggvorbis.iby> // relies on oggvorbisint/floatutil.dll, but our source only builds .libs
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   726
#include <omxilcomp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   727
#include <omxilcompref.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   728
#include <omxilcore.iby>
72
687fd0c535cd Removed dependancy on opengles_sw.iby
Gareth Long <garethl@symbian.org>
parents: 71
diff changeset
   729
//#include <opengles.iby>
66
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   730
//                                            which includes <opengles_sw.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   731
//#include <openwfc_ref.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   732
//                                            which includes <openwfc_support.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   733
#include <pagedrom.oby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   734
#include <pagedrom_functional.oby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   735
#include <pagedrom_stressed.oby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   736
#include <panorama.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   737
#include <pbap.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   738
#include <pdrstore.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   739
#include <phbksync.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   740
#include <pkcs12.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   741
#include <pkcs7.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   742
#include <PlatSec.oby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   743
#include <PlatSecDiagnostics.oby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   744
#include <PlatSecEnforcement.oby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   745
//**#include <plpremotelink.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   746
//                                            which includes <plpvariant.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   747
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   748
#include <printers.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   749
#include <punycodeconverter.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   750
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   751
#include <recognisers.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   752
#include <refacladaptation.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   753
#include <refmmrc.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   754
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   755
//**#include <rfs_variant.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   756
#include <richtexttohtmlconv.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   757
#include <rohandler.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   758
#include <rpnp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   759
//**#include <rta.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   760
#include <rtp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   761
//                                            which includes <shimrtp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   762
//**#include <rtpamr.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   763
#include <S60CenRep_variant.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   764
//#include <S60Macros.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   765
#include <scs.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   766
#include <securitycommonutils.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   767
#include <security_ups_utils.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   768
#include <setcap.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   769
#include <sfopenvg.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   770
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   771
#include <shma.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   772
#include <sipdummyprt.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   773
#include <siph2lanbearermonitor.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   774
#include <sipproviders.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   775
#include <sipstatemachine.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   776
#include <sipsw.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   777
//#include <sislwappush.iby> // mutually exclusive with S60SislWapPush
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   778
#include <sqlite3.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   779
#include <ssma.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   780
//                                            which includes <ssmcmn.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   781
//                                            which includes <ssmcmd.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   782
//                                            which includes <ssmserver.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   783
//                                            which includes <ssmss.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   784
//                                            which includes <ssmdomainpolicy.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   785
//#include <ssmclayer.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   786
//#include <ssplugins.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   787
//                                            which includes <sspluginsadaptation.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   788
//                                            which includes <sspluginsgsa.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   789
// not in 3.0.I #include <stat.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   790
//                                            which includes <statcommon.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   791
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   792
#include <subtitle.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   793
//#include <surfacemanager_ref.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   794
#include <surfaceupdate.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   795
//                                            which includes <surfaceupdate_ref.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   796
#include <swi.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   797
//                                            which includes <swiconfig.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   798
// not in 3.0.I #include <symbianelfformatter.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   799
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   800
#include <sysawatcher.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   801
//                                            which includes <telwatcher.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   802
#include <sysstart.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   803
#include <sysstartconfig.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   804
// not in 3.0.I #include <tefcleanup.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   805
// not in 3.0.I #include <tefutilityserver.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   806
#include <telephony.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   807
#include <telnetd.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   808
#include <telnet_e.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   809
#include <testbed.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   810
// not in 3.0.I #include <testexecutepipslogger.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   811
// not in 3.0.I #include <testexecutepipsloggerclient.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   812
//#include <testlocale.iby> // clashes with language\mw\elocl.iby
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   813
#include <tiger.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   814
#include <traces.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   815
// clashes with clockresources #include <tzlocalizationrscfactory.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   816
// not in 3.0.I #include <ucc.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   817
#include <uikon.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   818
//                                            which includes <uiklaf.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   819
#include <ulogger.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   820
// not in 3.0.I #include <uloggerclttool.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   821
#include <usbhostmsmm.iby> // need to find how to build this
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   822
#include <Version_Variant.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   823
#include <versitrecognizer.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   824
#include <videorenderer.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   825
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   826
#include <wapurilookup.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   827
#include <wfcinterop_tests.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   828
// not in 3.0.I #include <wrapperutilsplugin.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   829
//#undef SYMBIAN_GRAPHICS_USE_GCE // for graphics_adaptation.hby
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   830
#include <wserv.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   831
//                                            which includes <wserv_std_plugins.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   832
//                                            which includes <openwfc.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   833
//#define SYMBIAN_GRAPHICS_USE_GCE // for graphics_adaptation.hby
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   834
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   835
#include <wslog.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   836
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   837
#include <xmlengine.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   838
#include <xmlenginedom.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   839
//                                            which includes <xmlengineutils.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   840
#include <xmlenginesaxplugin.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   841
#include <xmlengineserializer.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   842
#include <zsh.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   843
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   844
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   845
// manually copied into place
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   846
#include <fontutils.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   847
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   848
// needed for 3.0.I
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   849
#include <legacyminidomparser.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   850
#include <stdcpp.iby>
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   851
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   852
#include <core\stubs\srsfenginestub.iby> // exported when this module is correctly built
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   853
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   854
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   855
// IBY files to not include.
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   856
// This is achieved by defining the IBY's gating define.
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   857
//
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   858
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   859
#define FBSRASTERIZER_IBY // to stop core/mw/fbsrasterizer.iby getting included 
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   860
//#define __NETWORKING_TEST_IBY__ // don't pull in networktest.iby
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   861
//#define __BASE_SYBORG_IBY__ // we are using Zoom2
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   862
//#define SWITEXTSHELL // switextshell.iby
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   863
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   864
// fixups
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   865
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   866
//file=ABI_DIR\BUILD_DIR\vimpstsettings.dll				SHARED_LIB_DIR\vimpstsettings.dll
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   867
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   868
file=ABI_DIR\BUILD_DIR\LICENSEETSY_STUB.DLL        Sys\Bin\licenseetsy.dll /* needed by phonetsy.tsy */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   869
file=ABI_DIR\BUILD_DIR\SIMATKTSY_STUB.DLL        Sys\Bin\simatktsy.dll /* needed by licenseetsy_stub.dll */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   870
//file=ABI_DIR\BUILD_DIR\usbcsc.ldd        SHARED_LIB_DIR\usbcsc.ldd /* needed by msfs_db.fsy */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   871
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   872
//extension[VARID]=KERNEL_DIR\BUILD_DIR\display.ldd        \Sys\Bin\display0.ldd /* needed for the graphics composition */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   873
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   874
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   875
file=ABI_DIR\BUILD_DIR\tvoutconfig.dll        Sys\Bin\tvoutconfig.dll /* can't find a .iby that includes this */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   876
file=ABI_DIR\BUILD_DIR\ddc_access.dll        Sys\Bin\ddc_access.dll /* can't find a .iby that includes this */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   877
file=ABI_DIR\BUILD_DIR\power_save_display_mode_stub.dll        Sys\Bin\power_save_display_mode.dll /* can't find a .iby that includes this */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   878
// found properly in 3.0.I file=ABI_DIR\BUILD_DIR\usbcsc_bil.dll        Sys\Bin\usbcsc_bil.dll /* can't find a .iby that includes this */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   879
file=ABI_DIR\BUILD_DIR\fmradiotunercontrol.dll        Sys\Bin\fmradiotunercontrol.dll /* can't find a .iby that includes this */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   880
file=ABI_DIR\BUILD_DIR\usbclasscontroller.dll        Sys\Bin\usbclasscontroller.dll /* added normally via usbmanbin.iby */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   881
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   882
file=ABI_DIR\BUILD_DIR\cnvshiftjisdirectmap.dll        Sys\Bin\cnvshiftjisdirectmap.dll /* comes from the Japanese charconv IBYs */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   883
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   884
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   885
file=ABI_DIR\BUILD_DIR\libegl_sw.dll        Sys\Bin\libegl_sw.dll /* */ /* needed for libvgi */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   886
file=ABI_DIR\BUILD_DIR\libopenvg_sw.dll        Sys\Bin\libopenvg_sw.dll /* */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   887
file=ABI_DIR\BUILD_DIR\libopenvgu_sw.dll        Sys\Bin\libopenvgu_sw.dll /* */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   888
//file=ABI_DIR\BUILD_DIR\libopenvg.dll        Sys\Bin\libopenvg.dll /* test */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   889
//file=ABI_DIR\BUILD_DIR\libopenvgu.dll        Sys\Bin\libopenvgu.dll /* test */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   890
//file=ABI_DIR\BUILD_DIR\libgles_cm.dll        Sys\Bin\libgles_cm.dll /* */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   891
file=ABI_DIR\BUILD_DIR\libglesv1_cm.dll        Sys\Bin\libglesv1_cm.dll /* */ /* needed by m3gcore */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   892
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   893
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   894
//file=ABI_DIR\BUILD_DIR\atextclient.dll        Sys\Bin\atextclient.dll /*required for dunatext.dll, but not referenced by an IBY file I could see */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   895
//file=ABI_DIR\BUILD_DIR\atextcommon.dll        Sys\Bin\atextcommon.dll /*required for dunatext.dll, but not referenced by an IBY file I could see */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   896
//file=ABI_DIR\BUILD_DIR\asrsttshwdevice_stub.dll        Sys\Bin\asrsttshwdevice.dll /*required for nss* */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   897
//file=ABI_DIR\BUILD_DIR\atextcommon.dll        Sys\Bin\atextcommon.dll /*required for dunatext.dll, but not referenced by an IBY file I could see */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   898
#ifdef _FULL_DEBUG
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   899
file=ABI_DIR\BUILD_DIR\mullogging.dll        Sys\Bin\mullogging.dll /* needs forcing in for the debug build */
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   900
#endif
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   901
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   902
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   903
// things we may ne needing (seem to be wanted a lot)
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   904
data=\epoc32\data\Z\private\10202BE9\200159c9.txt		private\10202BE9\200159c9.txt
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   905
data=\epoc32\data\Z\private\10202BE9\200159c9.cre		private\10202BE9\200159c9.cre
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   906
data=\epoc32\data\Z\private\101f5027\alarmserver.rsc		private\101f5027\alarmserver.rsc
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   907
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   908
data=\epoc32\data\Z\private\10202BE9\10207376.txt		private\10202BE9\10207376.txt
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   909
//data=\epoc32\data\Z\private\1020383E\TZDB.DBZ			private\1020383E\TZDB.DBZ
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   910
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   911
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   912
// extra fonts
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   913
//data=ZRESOLURCE\fonts\S60SSB_V4196.ttf				Resource\Fonts\S60SSB_v4196.ttf
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   914
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   915
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   916
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   917
//data=ZRESOURCE\fonts\HeiseiGothS60v1_16.ttf			Resource\Fonts\HeiseiGothS60v1_16.ttf
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   918
data=ZRESOURCE\fonts\S60DIGI_V314.ttf				Resource\Fonts\S60DIGI_v314.ttf
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   919
//data=ZRESOURCE\fonts\S60SC_v410.ccc				Resource\Fonts\S60SC_v410.ccc
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   920
data=ZRESOURCE\fonts\S60SNR_V4196.ttf				Resource\Fonts\S60SNR_v4196.ttf
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   921
data=ZRESOURCE\fonts\S60SSB_V4196.ttf				Resource\Fonts\S60SSB_v4196.ttf
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   922
//data=ZRESOURCE\fonts\S60TCHK_v414.ccc				Resource\Fonts\S60TCHK_v414.ccc
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   923
data=ZRESOURCE\fonts\S60TSB_V4196.ttf				Resource\Fonts\S60TSB_v4196.ttf
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   924
//data=ZRESOURCE\fonts\series60korean.ttf				Resource\Fonts\series60korean.ttf
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   925
//data=ZRESOURCE\plugins\ityperast.rsc				Resource\plugins\ityperast.rsc
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   926
//file=ABI_DIR\BUILD_DIR\ityperast.dll        		Sys\Bin\ityperast.dll /* */ 
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   927
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   928
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   929
// homescreen
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   930
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   931
data=ZPRIVATE\200159c0\install\view_200286e4\hsps\00\manifest.dat \private\200159c0\install\view_200286e4\hsps\00\manifest.dat
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   932
data=ZPRIVATE\200159c0\install\view_200286e5\hsps\00\manifest.dat \private\200159c0\install\view_200286e5\hsps\00\manifest.dat
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   933
//data=ZPRIVATE\200159c0\install\view1_2001fdb9\hsps\00\manifest.dat \private\200159c0\install\view1_2001fdb9\hsps\00\manifest.dat
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   934
data=ZPRIVATE\200159c0\install\view_2001f48b\hsps\00\manifest.dat \private\200159c0\install\view_2001f48b\hsps\00\manifest.dat
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   935
data=ZPRIVATE\200159c0\install\view_2001f48b\hsps\00\viewconfiguration.xml \private\200159c0\install\view_2001f48b\hsps\00\viewconfiguration.xml
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   936
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   937
// we know these weren't in place before...
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   938
//data=ZPRIVATE\200159c0\install\double_row_icon_widget_2001fdbd\hsps\00\manifest.dat \private\200159c0\install\double_row_icon_widget_2001fdbd\hsps\00\manifest.dat
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   939
//data=ZPRIVATE\200159c0\install\double_row_widget_2001fdc2\hsps\00\manifest.dat \private\200159c0\install\double_row_widget_2001fdc2\hsps\00\manifest.dat
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   940
//data=ZPRIVATE\200159c0\install\root_2001f482\hsps\00\manifest.dat \private\200159c0\install\root_2001f482\hsps\00\manifest.dat
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   941
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   942
data=ZPRIVATE\200159c0\install\root_2001f482\hsps\00\rootconfiguration.xml \private\200159c0\install\root_2001f482\hsps\00\rootconfiguration.xml
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   943
//data=ZPRIVATE\200159c0\install\root_2001f48f\hsps\00\rootconfiguration.xml \private\200159c0\install\root_2001f48f\hsps\00\rootconfiguration.xml
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   944
//data=ZPRIVATE\200159c0\install\single_row_icon_widget_2001fdc0\hsps\00\widgetconfiguration.xml \private\200159c0\install\single_row_icon_widget_2001fdc0\hsps\00\widgetconfiguration.xml
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   945
//data=ZPRIVATE\200159c0\install\single_row_widget_2001fdc1\hsps\00\widgetconfiguration.xml \private\200159c0\install\single_row_widget_2001fdc1\hsps\00\widgetconfiguration.xml
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   946
//data=ZPRIVATE\200159c0\install\triple_row_icon_widget_2001fdbe\hsps\00\widgetconfiguration.xml \private\200159c0\install\triple_row_icon_widget_2001fdbe\hsps\00\widgetconfiguration.xml
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   947
//data=ZPRIVATE\200159c0\install\triple_row_widget_2001fdbf\hsps\00\widgetconfiguration.xml \private\200159c0\install\triple_row_widget_2001fdbf\hsps\00\widgetconfiguration.xml
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   948
data=ZPRIVATE\200159c0\install\view_200286e4\hsps\00\viewconfiguration.xml \private\200159c0\install\view_200286e4\hsps\00\viewconfiguration.xml
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   949
data=ZPRIVATE\200159c0\install\view_200286e5\hsps\00\viewconfiguration.xml \private\200159c0\install\view_200286e5\hsps\00\viewconfiguration.xml
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   950
//data=ZPRIVATE\200159c0\install\view1_2001fdb9\hsps\00\viewconfiguration.xml \private\200159c0\install\view1_2001fdb9\hsps\00\viewconfiguration.xml
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   951
//data=ZPRIVATE\200159c0\install\wideimage_10009dff\hsps\00\widgetconfiguration.xml \private\200159c0\install\wideimage_10009dff\hsps\00\widgetconfiguration.xml
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   952
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   953
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   954
//data=ZPRIVATE\200159c0\install\root_2001f482\hsps\00\manifest.dat \private\200159c0\install\root_2001f482\hsps\00\manifest.dat
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   955
//data=ZPRIVATE\200159c0\install\root_2001f48f\hsps\00\manifest.dat \private\200159c0\install\root_2001f48f\hsps\00\manifest.dat
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   956
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   957
#if 0
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   958
data=ZPRIVATE\200159c0\install\single_row_icon_widget_2001fdc0\hsps\00\manifest.dat \private\200159c0\install\single_row_icon_widget_2001fdc0\hsps\00\manifest.dat
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   959
data=ZPRIVATE\200159c0\install\single_row_widget_2001fdc1\hsps\00\manifest.dat \private\200159c0\install\single_row_widget_2001fdc1\hsps\00\manifest.dat
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   960
data=ZPRIVATE\200159c0\install\triple_row_icon_widget_2001fdbe\hsps\00\manifest.dat \private\200159c0\install\triple_row_icon_widget_2001fdbe\hsps\00\manifest.dat
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   961
data=ZPRIVATE\200159c0\install\triple_row_widget_2001fdbf\hsps\00\manifest.dat \private\200159c0\install\triple_row_widget_2001fdbf\hsps\00\manifest.dat
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   962
//data=ZPRIVATE\200159c0\install\view1_2001fdb9\hsps\00\manifest.dat \private\200159c0\install\view1_2001fdb9\hsps\00\manifest.dat
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   963
data=ZPRIVATE\200159c0\install\wideimage_10009dff\hsps\00\manifest.dat \private\200159c0\install\wideimage_10009dff\hsps\00\manifest.dat
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   964
#endif
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   965
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   966
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   967
file=\epoc32\release\armv5\urel\elocl.01 	"sys\bin\elocl.01"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   968
#if 0
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   969
file=\epoc32\release\armv5\urel\elocl.37 	"sys\bin\elocl.37"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   970
file=\epoc32\release\armv5\urel\elocl.42 	"sys\bin\elocl.42"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   971
file=\epoc32\release\armv5\urel\elocl.25 	"sys\bin\elocl.25"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   972
file=\epoc32\release\armv5\urel\elocl.07 	"sys\bin\elocl.07"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   973
file=\epoc32\release\armv5\urel\elocl.03 	"sys\bin\elocl.03"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   974
file=\epoc32\release\armv5\urel\elocl.54 	"sys\bin\elocl.54"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   975
file=\epoc32\release\armv5\urel\elocl.10 	"sys\bin\elocl.10"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   976
file=\epoc32\release\armv5\urel\elocl.04 	"sys\bin\elocl.04"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   977
file=\epoc32\release\armv5\urel\elocl.49 	"sys\bin\elocl.49"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   978
file=\epoc32\release\armv5\urel\elocl.09 	"sys\bin\elocl.09"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   979
file=\epoc32\release\armv5\urel\elocl.51 	"sys\bin\elocl.51"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   980
file=\epoc32\release\armv5\urel\elocl.02 	"sys\bin\elocl.02"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   981
file=\epoc32\release\armv5\urel\elocl.57 	"sys\bin\elocl.57"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   982
file=\epoc32\release\armv5\urel\elocl.45 	"sys\bin\elocl.45"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   983
file=\epoc32\release\armv5\urel\elocl.17 	"sys\bin\elocl.17"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   984
file=\epoc32\release\armv5\urel\elocl.59 	"sys\bin\elocl.59"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   985
file=\epoc32\release\armv5\urel\elocl.15 	"sys\bin\elocl.15"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   986
file=\epoc32\release\armv5\urel\elocl.05 	"sys\bin\elocl.05"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   987
file=\epoc32\release\armv5\urel\elocl.32 	"sys\bin\elocl.32"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   988
file=\epoc32\release\armv5\urel\elocl.68 	"sys\bin\elocl.68"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   989
file=\epoc32\release\armv5\urel\elocl.67 	"sys\bin\elocl.67"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   990
file=\epoc32\release\armv5\urel\elocl.70 	"sys\bin\elocl.70"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   991
file=\epoc32\release\armv5\urel\elocl.18 	"sys\bin\elocl.18"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   992
file=\epoc32\release\armv5\urel\elocl.08 	"sys\bin\elocl.08"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   993
file=\epoc32\release\armv5\urel\elocl.27 	"sys\bin\elocl.27"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   994
file=\epoc32\release\armv5\urel\elocl.76 	"sys\bin\elocl.76"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   995
file=\epoc32\release\armv5\urel\elocl.13 	"sys\bin\elocl.13"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   996
file=\epoc32\release\armv5\urel\elocl.78 	"sys\bin\elocl.78"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   997
file=\epoc32\release\armv5\urel\elocl.16 	"sys\bin\elocl.16"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   998
file=\epoc32\release\armv5\urel\elocl.26 	"sys\bin\elocl.26"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
   999
file=\epoc32\release\armv5\urel\elocl.28 	"sys\bin\elocl.28"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
  1000
file=\epoc32\release\armv5\urel\elocl.79 	"sys\bin\elocl.79"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
  1001
file=\epoc32\release\armv5\urel\elocl.06 	"sys\bin\elocl.06"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
  1002
file=\epoc32\release\armv5\urel\elocl.33 	"sys\bin\elocl.33"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
  1003
file=\epoc32\release\armv5\urel\elocl.39 	"sys\bin\elocl.39"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
  1004
file=\epoc32\release\armv5\urel\elocl.14 	"sys\bin\elocl.14"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
  1005
file=\epoc32\release\armv5\urel\elocl.93 	"sys\bin\elocl.93"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
  1006
file=\epoc32\release\armv5\urel\elocl.96 	"sys\bin\elocl.96"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
  1007
file=\epoc32\release\armv5\urel\elocl.31 	"sys\bin\elocl.31"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
  1008
file=\epoc32\release\armv5\urel\elocl.30 	"sys\bin\elocl.30"
f1f5590fcf6f Bug 3083
Gareth Long <garethl@symbian.org>
parents:
diff changeset
  1009
#endif