common/tools/raptor/RaptorCommon.pm
changeset 227 51e429810aba
child 229 9544c55a7fd0
equal deleted inserted replaced
226:c451bd0c0782 227:51e429810aba
       
     1 # Copyright (c) 2009 Symbian Foundation Ltd
       
     2 # This component and the accompanying materials are made available
       
     3 # under the terms of the License "Eclipse Public License v1.0"
       
     4 # which accompanies this distribution, and is available
       
     5 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     6 #
       
     7 # Initial Contributors:
       
     8 # Symbian Foundation Ltd - initial contribution.
       
     9 #
       
    10 # Contributors:
       
    11 #
       
    12 # Description:
       
    13 # Common constants for the raptor parser suite
       
    14 
       
    15 package RaptorCommon;
       
    16 
       
    17 our $CATEGORY_GENERAL = 'general';
       
    18 our $CATEGORY_RAPTORERROR = 'raptor_error';
       
    19 
       
    20 our $SEVERITY_UNKNOWN = 'unknown';
       
    21 our $SEVERITY_CRITICAL = 'critical';
       
    22 
       
    23 1;