sbsv1_os/e32toolp/toolinfo/gcce_plat2set.pm
branchRCL_3
changeset 73 22bdd8a90cc4
parent 18 99082257a271
equal deleted inserted replaced
62:7416fe50a180 73:22bdd8a90cc4
    19 # functionality to rvct_plat2set.
    19 # functionality to rvct_plat2set.
    20 # 
    20 # 
    21 #
    21 #
    22 
    22 
    23 package gcce_plat2set;
    23 package gcce_plat2set;
    24 use strict;
       
    25 
       
    26 
    24 
    27 # Returns the GCCE version corresponding to the given build platform. The first
    25 # Returns the GCCE version corresponding to the given build platform. The first
    28 # function returns the data as a string (e.g. "4.2.3"); the second function
    26 # function returns the data as a string (e.g. "4.2.3"); the second function
    29 # returns the data as a list (e.g. [4,2,3]).
    27 # returns the data as a list (e.g. [4,2,3]).
    30 sub get_version_string($);
    28 sub get_version_string($);