00001 /*M* 00002 BSD License 00003 00004 Copyright (c) 2002, Intel Corporation 00005 All rights reserved. 00006 00007 Redistribution and use in source and binary forms, with or without 00008 modification, are permitted provided that the following conditions are met: 00009 00010 a.. Redistributions of source code must retain the above copyright notice, 00011 this list of conditions and the following disclaimer. 00012 b.. Redistributions in binary form must reproduce the above copyright notice, 00013 this list of conditions and the following disclaimer in the documentation 00014 and/or other materials provided with the distribution. 00015 c.. Neither the name of Intel Corporation nor the names of its contributors 00016 may be used to endorse or promote products derived from this software 00017 without specific prior written permission. 00018 00019 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 00020 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 00021 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 00022 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 00023 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 00024 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 00025 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 00026 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 00027 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 00028 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00029 00030 *M*/ 00031 00033 // FILE: RM_CommonStatisticLib.h 00034 // define guid 00035 // 00036 // Date: Jan 18, 2002 00037 // Author: Sonic Zhang 00039 00083 namespace RM_CommonStatisticLib 00084 { 00085 00087 #define CSL_NAME "Common Statistic Library" 00088 00090 #define CSL_DESCR "Common Statistic Library for resource monitor component." 00091 00093 #define CSL_RESOURCE_NAME "CSL Resource" 00094 00096 #define CSL_RESOURCE_DESCR "CSL Resource" 00097 00100 #define CSL_STAT_TOTAL_SUBSYSTEM_COUNT "subsystem count" 00101 #define CSL_STAT_TOTAL_SUBSYSTEM_COUNT_DESCR "Number of active drivers registered by the CSM." 00102 #define CSL_STAT_TOTAL_SUBSYSTEM_COUNT_UNIT "driver subsystems" 00103 00104 }