Mini Kabibi Habibi

Current Path : C:/Program Files/SmartPSSLite/Conf/System/
Upload File :
Current File : C:/Program Files/SmartPSSLite/Conf/System/Plugin.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
index 参考如下
	//***************模块功能逻辑编号*********************
	//***************支持模块功能*********************
	MDL_ACS = 12,				// 门禁配置
	MDL_ATTENDANCEHOST = 13,	// 考勤管理
	MDL_ALARM = 14,				// 事件中心	
	MDL_LOGSEARCH = 15,			// 日志查询
	MDL_DEVMANAGER = 16,		// 设备管理
	MDL_DEV_CFG = 17,			// 设备配置
	MDL_ALARM_CFG = 18,			// 事件配置
	MDL_PERSON_MGR = 19,		// 人事管理
	MDL_COND_MONIIOR = 20,		// 状态监控
	MDL_USER_CFG = 21,			// 用户管理
	MDL_SYSTEMCONFIG = 22,		// 系统配置
	MDL_QUICKWIZARD = 23,		// 考勤快速向导

	//门禁
	MDL_ACS_MONIIOR = 24,		//门禁状态监控
	MDL_ACS_QUICKWIZARD = 25,	// 门禁快速向导
	MDL_ACS_EVENT_CONTROL = 26,	// 门禁事件配置

	MDL_VISITOR_MGR = 27,			// 访客管理
	MDL_VISITOR_REC = 28,			// 访客记录
	MDL_VISITOR_INSTRUCTION = 29,// 访客说明书
	
	//停车场
	MDL_PARKING_MONIIOR = 30,    //主控台
	MDL_PARKING_LICENSE = 31,    //停车场车牌管理
	MDL_PARKING_RECORD = 32,     //过车记录
	MDL_PARKING_SETTING =33,    //开闸设置

	//测速解决方案
	MDL_SPEED_MONIIOR = 34,		//测速监控
	MDL_SPEED_REC = 35,			//测速记录

	//监控解决方案
	MDL_MONITOR_INSTRUCTION = 36, 		//监控说明书
	// LED商业显示解决方案
	MDL_CONSTRUCTION_SITE = 37,   		//LED配置管理
	//测速解决方案
	MDL_SPEED_INSTRUCTION = 38,   		//测速说明书

	MDL_CONSTRUCTION_INSTRUCTION = 39, 	// 大屏说明书
	// 停车场解决方案
	MDL_PARKING_INSTRUCTION = 40, 		// 停车场说明书

	//周界解决方案
	MDL_PERIMETER_MANAGER = 41,		//周界管理
	MDL_PERIMETER_REC = 42,	        //周界记录					
	MDL_PERIMETER_INSTRUCTION = 43, //周界说明书

	//智能锁解决方案
	MDL_SMARTLOCK_MONITOR = 44, 	// 智能锁监控
	MDL_SMARTLOCK_MANAGER = 45, 	// 智能锁管理
	MDL_SMARTLOCK_INSTRUCTION = 46, // 智能锁说明书

	MDL_TOPOLOGY_MGR = 47,			//拓扑
	MDL_TOPOLOGY_INSTRUCTION = 48,	//拓扑说明书

	// 可视对讲解决方案
	MDL_VIDEOINTERCOM_MAINCONTROL = 49,// 可视对讲控制台
	MDL_VIDEOINTERCOM_REC = 50,        // 可视对讲历史记录
	MDL_VIDEOINTERCOM_INSTRUCTION = 51,// 可视对讲说明书
 
	//人体测温解决方案
	MDL_HUMANTHERMONETRY_MONITOR = 52,//人体测温主控台
    MDL_HUMANTHERMONETRY_HISTORY, //人体测温历史记录查询
	MDL_HUMANTHERMONETRY_INSTRUCTION, //人体测温说明书

	// 拓扑解决方案-记录查询
	MDL_TOPOLOGY_REC = 55,

	//客流统计解决方案
	MDL_PASSENGERFLOW_MONITOR = 56,//客流统计主控台
	MDL_PASSENGERFLOW_CONFIG,//客流统计配置
	MDL_PASSENGERFLOW_HISTORY, //客流统计历史记录查询
	MDL_PASSENGERFLOW_INSTRUCTION, //客流统计说明书

	//智慧用电
	MDL_SMART_ELECTRICITY_MANAGER = 60,	//用电管理
	MDL_SMART_ELECTRICITY_CONFIG, 		//用电配置
	MDL_SMART_ELECTRICITY_RECORD,		//用电记录
	MDL_SMART_ELECTRICITY_INSTRUCTION,	//说明书
	
	//周界柜台模块
	MDL_PERIMETER_COUNTER = 64,
	
	// 可视对讲解决方案
	MDL_VIDEOINTERCOM_CONFIG = 65,		//可视对讲配置

	// 考勤报表解决方案
	MDL_ATTENDANCE_REPORT = 66,			//考勤报表模块
	
	// 考勤记录解决方案
	MDL_ATTENDANCE_RECORD = 67,			//考勤记录模块
	
	MDL_ACS_INSTRUCTION = 68,		// 门禁说明书 
	MDL_ATTENDANCE_INSTRUCTION = 69,	// 考勤说明书 
	
	// 三方数据库对接配置
	MDL_THIRDPARTY_DBCONFIG = 70,		//三方数据库对接配置模块
	
	//权限组管理
	MDL_PERMISSION_MGR = 71,			//权限组管理模块
	
	//门禁事件记录
	MDL_ACS_EVENT_HISTORY = 72,			//门禁事件记录模块
!-->
<Plugins>
	<LogicalPlugin>
		<Plugin id="DeviceFunctionLogical" name="DeviceFunctionLogical.dll"> </Plugin>
	</LogicalPlugin>
	<UIPlugin>
		<Plugin id="AttendanceUI" type="1" name="AttendanceUI.dll" index="13" resolutionName="Attendance"> </Plugin>
		<Plugin id="ConditionMonitorUI" type="1" name="ConditionMonitorUI.dll" index="20" resolutionName="Attendance"> </Plugin>
		<Plugin id="PersonManagerUI" type="1" name="PersonManagerUI.dll" index="19" resolutionName="Attendance"> </Plugin>
		<Plugin id="QuickWizardUI" type="2" name="QuickWizardUI.dll" index="23" resolutionName="Attendance"> </Plugin>
		<Plugin id="AttendanceReportUI" type="1" name="AttendanceReportUI.dll" index="66" resolutionName="Attendance"> </Plugin>
		<Plugin id="AttendanceRecordUI" type="1" name="AttendanceRecordUI.dll" index="67" resolutionName="Attendance"> </Plugin>
		<Plugin id="PermissionManagerUI" type="1" name="PermissionManagerUI.dll" index="71" resolutionName="Attendance"> </Plugin>
		<Plugin id="PersonManagerUI" type="1" name="PersonManagerUI.dll" index="19" resolutionName="AccessControl"> </Plugin>
		<Plugin id="AcsMainControlUI" type="1" name="AcsMainControlUI.dll" index="24" resolutionName="AccessControl"> </Plugin>
		<Plugin id="ACSManagerUI" type="1" name="ACSManagerUI.dll" index="12" resolutionName="AccessControl"> </Plugin>
		<Plugin id="ACSRecordUI" type="1" name="ACSRecordUI.dll" index="72" resolutionName="AccessControl"> </Plugin>
		<Plugin id="ACSWizardUI" type="2" name="ACSWizardUI.dll" index="25" resolutionName="AccessControl"> </Plugin>
		<Plugin id="DeviceConfigUI" type="0" name="DeviceConfigUI.dll" index="17" resolutionName="MainFrame"> </Plugin>
		<Plugin id="SystemConfigUI" type="0" name="SystemConfigUI.dll" index="22" resolutionName="MainFrame"> </Plugin>
		<Plugin id="ThirdPartyDBConfigUI" type="0" name="ThirdPartyDBConfigUI.dll" index="70" resolutionName="MainFrame"> </Plugin>
		<Plugin id="UserManagerUI" type="0" name="UserManagerUI.dll"  index="21" resolutionName="MainFrame"> </Plugin>	
		<Plugin id="LogSearchUI" type="3" name="LogSearchUI.dll" index="15" resolutionName="MainFrame"> </Plugin>
		<Plugin id="DeviceManagerUI" type="3" name="DeviceManagerUI.dll" index="16" resolutionName="MainFrame"> </Plugin>	
		<Plugin id="RealMonitorUI" type="1" name="RealMonitorUI.dll" index="0" resolutionName="Monitor"> </Plugin>	
		<Plugin id="PlayBackUI" type="1" name="PlayBackUI.dll" index="6" resolutionName="Monitor"> </Plugin>
		<Plugin id="AlarmConfigUI" type="3" name="AlarmConfigUI.dll" index="18" resolutionName="MainFrame"> </Plugin>
		<Plugin id="AlarmCenterUI" type="0" name="AlarmCenterUI.dll" index="14" resolutionName="MainFrame"> </Plugin>
		<Plugin id="VIMainControlUI" type="1" name="VIMainControlUI.dll" index="49" resolutionName="VideoIntercom"> </Plugin>
		<Plugin id="VIRecUI" type="1" name="VIRecUI.dll" index="50" resolutionName="VideoIntercom"> </Plugin>
		<Plugin id="VIntercomConfigUI" type="1" name="VIntercomConfigUI.dll" index="65" resolutionName="VideoIntercom"> </Plugin>
		<Plugin id="PersonManagerUI" type="1" name="PersonManagerUI.dll" index="19" resolutionName="VideoIntercom"> </Plugin>
		<Plugin id="PermissionManagerUI" type="1" name="PermissionManagerUI.dll" index="71" resolutionName="VideoIntercom"> </Plugin>
	</UIPlugin> 
</Plugins>