common/tools/raptor/RaptorCommon.pm
author Dario Sestito <darios@symbian.org>
Mon, 13 Jul 2009 11:38:30 +0100
changeset 227 51e429810aba
child 229 9544c55a7fd0
permissions -rw-r--r--
Modularized Raptor parser scripts

# Copyright (c) 2009 Symbian Foundation Ltd
# This component and the accompanying materials are made available
# under the terms of the License "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Symbian Foundation Ltd - initial contribution.
#
# Contributors:
#
# Description:
# Common constants for the raptor parser suite

package RaptorCommon;

our $CATEGORY_GENERAL = 'general';
our $CATEGORY_RAPTORERROR = 'raptor_error';

our $SEVERITY_UNKNOWN = 'unknown';
our $SEVERITY_CRITICAL = 'critical';

1;