Subversion Repositories DevTools

Rev

Rev 1341 | Rev 2016 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1341 Rev 1451
Line 1527... Line 1527...
1527
 
1527
 
1528
    # default is 1
1528
    # default is 1
1529
    my %VobDepth = (
1529
    my %VobDepth = (
1530
        'DPG_SWBase'                => 2,
1530
        'DPG_SWBase'                => 2,
1531
        'ITSO_TRACS'                => 2,
1531
        'ITSO_TRACS'                => 2,
-
 
1532
        'ITSO_TRACS/Packages'       => 1,
1532
        'LinuxDevices'              => 2,
1533
        'LinuxDevices'              => 2,
1533
        'MASS_Dev_Bus'              => 2,
1534
        'MASS_Dev_Bus'              => 2,
1534
        'MASS_Dev_Infra'            => 2,
1535
        'MASS_Dev_Infra'            => 2,
1535
        'MPR'                       => 2,
1536
        'MPR'                       => 2,
1536
        'ProjectCD'                 => 2,
1537
        'ProjectCD'                 => 2,
Line 1634... Line 1635...
1634
 
1635
 
1635
    return 'DPG_SWCode/dac'  if ( $name =~ m~^dac_~ );
1636
    return 'DPG_SWCode/dac'  if ( $name =~ m~^dac_~ );
1636
    return 'DPG_SWCode/ddu'  if ( $name =~ m~^ddu_~ );
1637
    return 'DPG_SWCode/ddu'  if ( $name =~ m~^ddu_~ );
1637
    return 'DPG_SWCode/utilities'  if ( $vob eq 'DPG_SWCode' && $path =~ m/utilities/ );
1638
    return 'DPG_SWCode/utilities'  if ( $vob eq 'DPG_SWCode' && $path =~ m/utilities/ );
1638
 
1639
 
1639
#    return 'MREF_Package'  if ( $name =~ m~^ERG~ );
-
 
1640
#    return 'MREF_Package'  if ( $name =~ m~^VIX~ );
-
 
1641
 
-
 
1642
    if ( $name =~ m~^VIX~ || $name =~ m~^ERG~ )
1640
    if ( $name =~ m~^VIX~ || $name =~ m~^ERG~ )
1643
    {
1641
    {
1644
        return 'MREF_Package'
1642
        return 'MREF_Package'
1645
            if ( $vob =~ m~^CORE~ || $vob =~ m~^MASS~ || $vob =~ m~^MREF~ );
1643
            if ( $vob =~ m~^CORE~ || $vob =~ m~^MASS~ || $vob =~ m~^MREF~ );
1646
    }
1644
    }