loadgen/envpatcher/ReadMe.txt
changeset 55 2d9cac8919d3
parent 53 819e59dfc032
child 56 392f7045e621
equal deleted inserted replaced
53:819e59dfc032 55:2d9cac8919d3
     1 Environment Patcher
       
     2 ===================
       
     3 
       
     4 Updated: 9th January 2009
       
     5 
       
     6 
       
     7 Introduction:
       
     8 -------------
       
     9 This tool can be used to patch your S60 SDK environment so that the tricks and
       
    10 macros introduced in the latest SDKs can be used in a public SDK and older
       
    11 OEM releases.
       
    12 
       
    13 This tool can perform the following tasks:
       
    14 - Adds support for forward slashes in paths in bld.inf/.mmp files in S60 3.0 
       
    15 - Removes an unncessary warning about DEPENDS resource keyword in an .mmp file
       
    16 - Creates a missing epoc32\include\platform_paths.hrh file for supporting
       
    17   platform macros introduced since S60 3.2 OEM and Symbian Foundation releases
       
    18 - Modifies epoc32\include\platform_paths.hrh for missing macros   
       
    19 - Creates a missing epoc32\include\oem directory to suppress a possible warning
       
    20 
       
    21 
       
    22 Usage:
       
    23 ------
       
    24 EnvPatcher.pl <EPOCROOT>
       
    25 
       
    26 Where EPOCROOT is the path to the root of the SDK, for example:
       
    27   EnvPatcher.pl c:\Symbian\9.1\S60_3rd_MR
       
    28   EnvPatcher.pl z:\
       
    29 
       
    30 
       
    31 Requirements:
       
    32 -------------
       
    33 - S60 SDK (public or OEM), version 3.0 or newer
       
    34 - Perl 5.6.1 or newer
       
    35 
       
    36 
       
    37 
       
    38 
       
    39 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights
       
    40 reserved.
       
    41 
       
    42 This material, including documentation and any related computer programs, is
       
    43 protected by copyright controlled by Nokia. All rights are reserved. Copying,
       
    44 including reproducing, storing, adapting or translating, any or all of this
       
    45 material requires the prior written consent of Nokia. This material also
       
    46 contains confidential information which may not be disclosed to others without
       
    47 the prior written consent of Nokia.