sbsv1_os/e32toolp/e32util/featurevariantparser.pm
branchRCL_3
changeset 73 22bdd8a90cc4
parent 18 99082257a271
equal deleted inserted replaced
62:7416fe50a180 73:22bdd8a90cc4
    37 # CHILDREN			-> Returns a pointer to the list of all the children nodes.
    37 # CHILDREN			-> Returns a pointer to the list of all the children nodes.
    38 
    38 
    39 # USAGE : The GetVariant method should only be called using featurevariantparser->GetVariant(var_name, directory(optional) );
    39 # USAGE : The GetVariant method should only be called using featurevariantparser->GetVariant(var_name, directory(optional) );
    40 # If the directory for the VAR file is not supplied,the default directory will be searched for var_name.var
    40 # If the directory for the VAR file is not supplied,the default directory will be searched for var_name.var
    41 
    41 
    42 use strict;
       
    43 
       
    44 package featurevariantparser;
    42 package featurevariantparser;
    45 use File::Spec;
    43 use File::Spec;
    46 
    44 
    47 my @buildinclude;
    45 my @buildinclude;
    48 my @rominclude;
    46 my @rominclude;