diff -r c451bd0c0782 -r 51e429810aba common/tools/raptor/RaptorCommon.pm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/raptor/RaptorCommon.pm Mon Jul 13 11:38:30 2009 +0100 @@ -0,0 +1,23 @@ +# 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;