syncmlfw/Build.bat
changeset 0 b497e44ab2fc
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 rem
       
     2 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 rem All rights reserved.
       
     4 rem This component and the accompanying materials are made available
       
     5 rem under the terms of "Eclipse Public License v1.0"
       
     6 rem which accompanies this distribution, and is available
       
     7 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 rem
       
     9 rem Initial Contributors:
       
    10 rem Nokia Corporation - initial contribution.
       
    11 rem
       
    12 rem Contributors:
       
    13 rem
       
    14 rem Description:
       
    15 rem
       
    16 
       
    17 time /t
       
    18 @echo Symbian Headers
       
    19 @cd common\inc\symbianheaders
       
    20 @call bldmake bldfiles
       
    21 @call abld export
       
    22 @cd ..\..\..
       
    23 
       
    24 @echo modified Symbian Headers
       
    25 @cd common\inc\modifiedheaders
       
    26 @call bldmake bldfiles
       
    27 @call abld export
       
    28 @cd ..\..\..
       
    29 
       
    30 @echo Policy files
       
    31 @cd common\inc\policy
       
    32 @call bldmake bldfiles
       
    33 @call abld export
       
    34 @cd ..\..\..
       
    35 
       
    36 @echo off
       
    37 
       
    38 @rem DEBUG (THIS MUST BE FIRST!)
       
    39 @call build_module.bat common\debug %1 %2
       
    40 
       
    41 @rem WBXML
       
    42 @call build_module.bat common\wbxml %1 %2
       
    43 
       
    44 @rem XML
       
    45 @call build_module.bat common\xml %1 %2
       
    46 
       
    47 @rem transport
       
    48 @call build_module.bat common\transport %1 %2
       
    49 
       
    50 @rem http binding
       
    51 @call build_module.bat common\http %1 %2
       
    52 
       
    53 @rem Private API
       
    54 @call build_module.bat common\sosserver_privateapi %1 %2
       
    55 
       
    56 @rem obexclient
       
    57 @call build_module.bat common\obex\obexclient %1 %2
       
    58 @cd..
       
    59 
       
    60 @rem obexusbserver
       
    61 @rem call build_module.bat common\obex\obexciusbserver %1 %2
       
    62 @rem cd..
       
    63 
       
    64 @rem obexcommserver
       
    65 @call build_module.bat common\obex\obexcommserver %1 %2
       
    66 @cd..
       
    67 
       
    68 @rem obex server binding
       
    69 @call build_module.bat common\obex\obexserverbinding %1 %2
       
    70 @cd..
       
    71 
       
    72 @rem obex ds plugin
       
    73 @call build_module.bat common\obex\obexdsplugin %1 %2
       
    74 @cd..
       
    75 
       
    76 @rem obex dm plugin
       
    77 @call build_module.bat common\obex\obexdmplugin %1 %2
       
    78 @cd..
       
    79 
       
    80 @rem Filter
       
    81 @call build_module.bat ds\dsutils\filter %1 %2
       
    82 cd..
       
    83 
       
    84 @rem Sync Agent
       
    85 @call build_module.bat common\syncagent %1 %2
       
    86 
       
    87 @rem historylog
       
    88 @call build_module.bat common\historylog %1 %2
       
    89 
       
    90 @rem TransportHandler
       
    91 @call build_module.bat common\sosserver_transporthandler %1 %2
       
    92 
       
    93 @rem Client API
       
    94 @call build_module.bat common\sosserver_ClientAPI %1 %2
       
    95 
       
    96 @rem DS Settings
       
    97 @call build_module.bat ds\settings %1 %2
       
    98 
       
    99 
       
   100 @rem ----------
       
   101 @rem DS modules
       
   102 @rem ----------
       
   103 
       
   104 @rem dataproviderbase
       
   105 @call build_module.bat ds\adapters\dataproviderbase %1 %2
       
   106 cd..
       
   107 
       
   108 @rem storeformat
       
   109 @call build_module.bat ds\dsutils\storeformat %1 %2
       
   110 cd..
       
   111 
       
   112 @rem cgiscriptutils
       
   113 @call build_module.bat ds\dsutils\cgiscriptutils %1 %2
       
   114 cd..
       
   115 
       
   116 @rem changefinder
       
   117 @call build_module.bat ds\dsutils\changefinder %1 %2
       
   118 cd..
       
   119 
       
   120 @rem dbcaps
       
   121 @call build_module.bat ds\dsutils\dbcaps %1 %2
       
   122 cd..
       
   123 
       
   124 @rem emailxmlutils
       
   125 @call build_module.bat ds\dsutils\emailxmlutils %1 %2
       
   126 cd..
       
   127 
       
   128 @rem Filter
       
   129 @call build_module.bat ds\dsutils\filterutils %1 %2
       
   130 cd..
       
   131 
       
   132 @rem Filter
       
   133 @call build_module.bat ds\dsutils\filter %1 %2
       
   134 cd..
       
   135 
       
   136 @rem Adapter Log
       
   137 @call build_module.bat ds\adapterlog %1 %2
       
   138 
       
   139 @rem dshostclient
       
   140 @call build_module.bat ds\hostserver\dshostclient %1 %2
       
   141 cd..
       
   142 
       
   143 @rem dshostserverbase
       
   144 @call build_module.bat ds\hostserver\dshostserverbase %1 %2
       
   145 cd..
       
   146 
       
   147 @rem DS Host Servers
       
   148 @call build_module.bat ds\hostserver\dshostservers %1 %2
       
   149 cd..
       
   150 
       
   151 
       
   152 @rem Agentlog
       
   153 @call build_module.bat ds\agentlog %1 %2
       
   154 
       
   155 @rem Sync Agent
       
   156 @call build_module.bat ds\syncagent %1 %2
       
   157 
       
   158 
       
   159 @rem ----------
       
   160 @rem DM modules
       
   161 @rem ----------
       
   162 
       
   163 @rem FOTA Dummyengine / This is only temporary compilation solution
       
   164 @call build_module.bat dm\adapters\fota\test\dummyengine %1 %2
       
   165 @cd ..\..\..
       
   166 
       
   167 @rem DM utils
       
   168 @call build_module.bat dm\dmutils %1 %2
       
   169 
       
   170 @rem Tree db client
       
   171 @call build_module.bat dm\treedbclient %1 %2
       
   172 
       
   173 @rem Tree db handler
       
   174 @call build_module.bat dm\treedbhandler %1 %2
       
   175 
       
   176 @rem callback server
       
   177 @call build_module.bat dm\callbackserver %1 %2
       
   178 
       
   179 rem Host server base
       
   180 @call build_module.bat dm\hostserver\dmhostserverbase %1 %2
       
   181 cd..
       
   182 
       
   183 @rem Host servers
       
   184 @call build_module.bat dm\hostserver\dmhostservers %1 %2
       
   185 cd..
       
   186 
       
   187 @rem Settings
       
   188 @call build_module.bat dm\settings %1 %2
       
   189 
       
   190 @rem Tree module
       
   191 @call build_module.bat dm\treemodule %1 %2
       
   192 
       
   193 @rem Sync Agent
       
   194 @call build_module.bat dm\syncagent %1 %2
       
   195 
       
   196 
       
   197 @@rem adapters
       
   198 @call build_module.bat dm\adapters %1 %2
       
   199 
       
   200 
       
   201 @rem --------------------
       
   202 @rem One Common Module
       
   203 @rem --------------------
       
   204 @rem AlertQueue
       
   205 @call build_module.bat common\alertqueue %1 %2
       
   206 
       
   207 @rem SyncML Symbian OS Server
       
   208 @call build_module.bat common\sosserver %1 %2
       
   209 
       
   210 @rem ----------
       
   211 @rem DS modules
       
   212 @rem ----------
       
   213 
       
   214 @rem Wap Push Alert
       
   215 @call build_module.bat ds\wappushalert %1 %2
       
   216 
       
   217 @rem Datamod
       
   218 @call build_module.bat ds\datamod %1 %2
       
   219 
       
   220 @rem DS Adapters
       
   221 @call build_module.bat ds\adapters %1 %2
       
   222 
       
   223 
       
   224 
       
   225 @rem Server Alert
       
   226 @call build_module.bat ds\alerthandler %1 %2
       
   227 
       
   228 @rem DS OMA provisioning 
       
   229 @call build_module.bat ds\provisioningadapter %1 %2
       
   230 
       
   231 @rem ----------
       
   232 @rem DM modules
       
   233 @rem ----------
       
   234 
       
   235 @rem Wap Push Alert
       
   236 @call build_module.bat dm\wappushalert %1 %2
       
   237 
       
   238 @rem DM OMA provisioning 
       
   239 @call build_module.bat dm\provisioningadapter %1 %2
       
   240 
       
   241 @rem DS OTA configuration disabled
       
   242 @call build_module.bat ds\ota %1 %2
       
   243 
       
   244 time /t