sbsv1_os/e32toolp/platform/e32variant.pm
branchRCL_3
changeset 16 22bdd8a90cc4
parent 2 99082257a271
equal deleted inserted replaced
13:7416fe50a180 16:22bdd8a90cc4
    19 
    19 
    20 @ISA = qw(Exporter);
    20 @ISA = qw(Exporter);
    21 
    21 
    22 @EXPORT = qw(Variant_GetMacroList Variant_GetMacroHRHFile Variant_GetMacro);
    22 @EXPORT = qw(Variant_GetMacroList Variant_GetMacroHRHFile Variant_GetMacro);
    23 
    23 
    24 use strict;
       
    25 use Pathutl;
    24 use Pathutl;
    26 
    25 
    27 # using $FindBin::Bin to figure out the location of the epoc32\tools directory as 
    26 # using $FindBin::Bin to figure out the location of the epoc32\tools directory as 
    28 # IDE doesn't understand env{EPOCROOT}
    27 # IDE doesn't understand env{EPOCROOT}
    29 
    28