commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group/installdefaultcommdb.pl
branchRCL_3
changeset 13 0b0e9fce0b58
parent 0 dfb7c4ff071f
equal deleted inserted replaced
12:8b5d60ce1e94 13:0b0e9fce0b58
    92 $cdbOutPath = $epocRoot. 'epoc32/winscw' . $cdbOut;
    92 $cdbOutPath = $epocRoot. 'epoc32/winscw' . $cdbOut;
    93 $cdbDatFile = $cdbOutPath . 'CommsDb.dat' if (! defined $cdbDatFile);
    93 $cdbDatFile = $cdbOutPath . 'CommsDb.dat' if (! defined $cdbDatFile);
    94 
    94 
    95 $CdbDest = $data->{$platType}->{destinationCdb};
    95 $CdbDest = $data->{$platType}->{destinationCdb};
    96 
    96 
    97 
    97 ##
    98 if ($::command eq 'build') 
    98 ## NOTE: all copying and releasing is now done from defaultcommdb - this installdefaultcommdb should be entirely deleted, system model updated, etc
    99 {
    99 ##
   100 	PreBuild();
   100 
   101 }
   101 #if ($::command eq 'build') 
   102 elsif ($::command eq 'clean')
   102 #{
   103 {
   103 #	PreBuild();
   104 	Clean();
   104 #}
   105 }
   105 #elsif ($::command eq 'clean')
   106 elsif ($::command eq 'releasables') 
   106 #{
   107 {
   107 #	Clean();
   108 	Releasables();
   108 #}
   109 }
   109 #elsif ($::command eq 'releasables') 
       
   110 #{
       
   111 #	Releasables();
       
   112 #}
   110 
   113 
   111 #
   114 #
   112 # Subs.
   115 # Subs.
   113 #
   116 #
   114 
   117