imgtools/buildrom/tools/cdfparser.pm
changeset 590 360bd6b35136
parent 0 044383f39525
equal deleted inserted replaced
588:c7c26511138f 590:360bd6b35136
    95 	}
    95 	}
    96 
    96 
    97 	my $path;
    97 	my $path;
    98 	if( defined $aCdfDir)
    98 	if( defined $aCdfDir)
    99 	{
    99 	{
   100 		$path = "$aCdfDir\\$cdffilename";
   100 		$path = "$aCdfDir\/$cdffilename";
   101 	}
   101 	}
   102 	else
   102 	else
   103 	{
   103 	{
   104 		$path = $cdffilename;
   104 		$path = $cdffilename;
   105 	}
   105 	}
   198   	# Check for the plugin, setting the plugin type as ECOM_PLUGIN
   198   	# Check for the plugin, setting the plugin type as ECOM_PLUGIN
   199    
   199    
   200   	if (defined $aBinaryInfoRef->{"plugin_name"})
   200   	if (defined $aBinaryInfoRef->{"plugin_name"})
   201   	{
   201   	{
   202   		$aBinaryInfoRef->{"IsFoundInCDF"} = 1;
   202   		$aBinaryInfoRef->{"IsFoundInCDF"} = 1;
   203   		$aBinaryInfoRef->{"source"} = "ABI_DIR\\BUILD_DIR\\$aBinaryInfoRef->{id}";
   203   		$aBinaryInfoRef->{"source"} = "ABI_DIR\/BUILD_DIR\/$aBinaryInfoRef->{id}";
   204   		$aBinaryInfoRef->{"plugin_name"} =~ s/$aBinaryInfoRef->{plugin_name}/ECOM/;
   204   		$aBinaryInfoRef->{"plugin_name"} =~ s/$aBinaryInfoRef->{plugin_name}/ECOM/;
   205   	}
   205   	}
   206   
   206   
   207   	else {
   207   	else {
   208 
   208