⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fwwebsample.rcp

📁 firewall PNE 3.3 source code, running at more than vxworks6.x version.
💻 RCP
📖 第 1 页 / 共 3 页
字号:
<?xml version="1.0"?><!--This Document Type Definition (DTD) describes the layout of the base Wind River Management 	project file.  This	project was originally generated by the GUI-based 	Wind River Management Integration Tool (WMIT), and can be used by either the WMIT or 	by any console tool that requires a project file.		The DTD is included below so that this project file is completely standalone. In	addition, the DTD provides guidance on how to modify the project file, should you 	want to	modify the file by hand. If you modify the file properly, you should be	able to open it with the WMIT, and you should be able to feed it into any console	tool.		To properly modify the file, be sure that any modifications you make follow	the element and attribute rules specified below.  For example, 	the element "mibway" has the attribute "enabled", and "enabled" must be either 	"true" or "false", as specified by the DTD.  Therefore, in the actual project 	listing below the DTD, in the "mibway" element, you must either have "true" or 	"false"	listed for the "enabled" attribute.  "TRUE", or "True", or "not true" or 	something to that effect, is invalid. Note that XML is case-sensitive.		As a general precaution, you should probably run any modifications you make through	an XML validator, before you try and load the file into one of our tools.  The 	validators provide you with good line-character information for any errors.  	A reasonably good free validator can be found on the Microsoft site, at the url:	 	"http://msdn.microsoft.com/downloads/samples/internet/xml/xml_validator/default.asp".		NOTE THAT YOU CANNOT MODIFY THE DTD.  The Wind River Management tool suite parsing code is	geared to follow this and only this DTD.  So if you modify the DTD, ugly things	might happen.	  	NOTE ALSO THAT THIS FILE IS GENERATED FROM SCRATCH EACH TIME YOU SAVE IT FROM	THE WMIT.  That means you "COMMENT OUT" THINGS AT YOUR OWN RISK.  You can put	XML comment delimiters around a given WindMark specification, and the WMIT	and the console tools won't read in a commented out WindMark when they open 	the project.  However, if you go to save the project file again from the WMIT,  	the commented out code will disappear and you will have lost the data. 		Lastly, we've tried to make the text below easy to modify for both novice and power	users.  The elements and attributes that are seldom modified, such as those in 	options_h, typically have long names, to make them easier to identify at first 	glance.  Elements and attributes that are heavily modified,	such as WindMark	characteristics, have shorter names so the attribute doesn't dominate your	text editor.	As a compromise though, the elements and attributes with short, non-intuitive names	have a comment above their DTD specification, so that you could refer back to	that comment if necessary.--><!DOCTYPE base_rc_project [	<!ELEMENT base_rc_project ( enabled_blades, workspace, options_h, function_templates, 								ignition_c )>		<!ATTLIST base_rc_project version_major CDATA #REQUIRED>		<!ATTLIST base_rc_project version_minor CDATA #REQUIRED>		<!ATTLIST base_rc_project output_location  CDATA #REQUIRED>		<!ATTLIST base_rc_project output_locationH CDATA #REQUIRED>		<!ATTLIST base_rc_project output_locationP CDATA #REQUIRED>	<!ELEMENT enabled_blades ( blade+ )>	<!ELEMENT blade EMPTY >		<!ATTLIST blade type ( RCW | RCA | RCCLI | RCM ) #REQUIRED>	<!ELEMENT workspace	(wmbcons_lst, subproj_lst, proj_lst)>		<!ATTLIST workspace	project_name CDATA #REQUIRED>		<!ATTLIST workspace	component_name CDATA #REQUIRED>		<!ATTLIST workspace	parent_name CDATA #REQUIRED>		<!ATTLIST workspace	dirC CDATA #REQUIRED>		<!ATTLIST workspace	dirH CDATA #REQUIRED>		<!ATTLIST workspace	dirP CDATA #REQUIRED>		<!ATTLIST workspace	main CDATA #REQUIRED>		<!ATTLIST workspace	inibld CDATA #REQUIRED>		<!ATTLIST workspace	iniunq CDATA #REQUIRED>		<!ATTLIST workspace	eol CDATA #REQUIRED>		<!ATTLIST workspace	warn_prm CDATA #REQUIRED>		<!ATTLIST workspace	warn_var CDATA #REQUIRED>		<!ATTLIST workspace	subproj CDATA #REQUIRED>	<!ELEMENT wmbcons_lst ( wmbcons* )>		<!ATTLIST workspace	project_name CDATA #REQUIRED>	<!ELEMENT wmbcons EMPTY>		<!ATTLIST wmbcons name CDATA #REQUIRED>		<!ATTLIST wmbcons agnt CDATA "">		<!ATTLIST wmbcons clnt CDATA "">		<!ATTLIST wmbcons dyn CDATA "">		<!ATTLIST wmbcons stc CDATA "">		<!ATTLIST wmbcons mode CDATA "">		<!ATTLIST wmbcons alone CDATA "">		<!ATTLIST wmbcons cgfile CDATA "">	<!ELEMENT subproj_lst (subproj*) >	<!ELEMENT subproj EMPTY >		<!ATTLIST subproj name CDATA #REQUIRED>	<!ELEMENT proj_lst (proj*) >	<!ELEMENT proj EMPTY>		<!ATTLIST proj name CDATA #REQUIRED>		<!ATTLIST proj view CDATA #REQUIRED>	<!ELEMENT options_h (system_specifications, general_configuration, 						 security_preferences, file_manager, dbg_list, future_extensions )>	<!ELEMENT system_specifications ( os, compiler, hardware )>	<!ELEMENT os EMPTY>		<!ATTLIST os type ( proprietary | vxworks | vxworks_ae |						    bsd_os | win32 | posix ) #REQUIRED>		<!ATTLIST os prop_os_flag CDATA "__CUSTOMER_SPECIFIC_OS__">	<!ELEMENT compiler EMPTY> 		<!ATTLIST compiler sbyte  ( char  | Byte | byte ) #REQUIRED>		<!ATTLIST compiler sbyte2 ( short | int ) #REQUIRED>		<!ATTLIST compiler sbyte4 ( long  | int ) #REQUIRED>		<!ATTLIST compiler ubyte  ( unsigned_char  | Byte | byte ) #REQUIRED>		<!ATTLIST compiler ubyte2 ( unsigned_short | unsigned_int ) #REQUIRED>		<!ATTLIST compiler ubyte4 ( unsigned_int   | unsigned_long ) #REQUIRED>	<!ELEMENT hardware EMPTY>		<!ATTLIST hardware endianness ( big | little ) #REQUIRED>		<!ATTLIST hardware hw_ticks CDATA #REQUIRED>	<!ELEMENT general_configuration ( rapidmark_options, server, memory_management, 		  lan_filtering, mibway, image_size, 		  backplane_config, component_config, producer_config, consumer_config, event_config, code_gen, ip_support )>		<!ATTLIST general_configuration dflt_hnd CDATA #REQUIRED>		<!ATTLIST general_configuration dflt_lck CDATA #REQUIRED>		<!ATTLIST general_configuration dflt_udo CDATA #REQUIRED>		<!ATTLIST general_configuration dflt_tim CDATA #REQUIRED>		<!ATTLIST general_configuration dflt_pri CDATA #REQUIRED>	<!ELEMENT rapidmark_options EMPTY>		<!ATTLIST rapidmark_options underlying_struct (array | hash_table | 														binary_tree) #REQUIRED>		<!ATTLIST rapidmark_options rapidmark_buffer_size CDATA #REQUIRED>		<!ATTLIST rapidmark_options delimiter ( default_delim | bracket_delim) #REQUIRED>		<!ELEMENT server EMPTY>		<!ATTLIST server threading (single | multi) #REQUIRED>		<!ATTLIST server enable_thread_pool (true | false) #REQUIRED>		<!ATTLIST server max_pool_threads CDATA #REQUIRED>		<!ATTLIST server enable_ssl (true | false) #REQUIRED>	<!ELEMENT memory_management EMPTY>		<!ATTLIST memory_management manager (RLI | host) #REQUIRED>		<!ATTLIST memory_management initial_size CDATA #REQUIRED>	<!ELEMENT lan_filtering EMPTY>		<!ATTLIST lan_filtering enabled (true | false) #REQUIRED>		<!ATTLIST lan_filtering callback_filter_enabled_handler CDATA #REQUIRED>		<!ATTLIST lan_filtering callback_filter_check_handler CDATA #REQUIRED>	<!ELEMENT mibway EMPTY>		<!ATTLIST mibway enabled (true | false) #REQUIRED> 		<!ATTLIST mibway snmp_agent ( envoy | envoy_m_sa | envoy_pdu ) #REQUIRED>	<!ELEMENT image_size EMPTY >		<!ATTLIST image_size disable_structures (true | false) #REQUIRED>		<!ATTLIST image_size use_local_libraries  (true | false) #REQUIRED>       <!ATTLIST image_size file_sys_enable (true | false) #REQUIRED>	<!ELEMENT backplane_config EMPTY >		<!ATTLIST backplane_config enable CDATA #REQUIRED>		<!ATTLIST backplane_config name CDATA #REQUIRED>		<!ATTLIST backplane_config componentmax CDATA #REQUIRED>		<!ATTLIST backplane_config resourcemax CDATA #REQUIRED>		<!ATTLIST backplane_config parentname CDATA #REQUIRED>		<!ATTLIST backplane_config pipe CDATA #REQUIRED>		<!ATTLIST backplane_config port CDATA #REQUIRED>		<!ATTLIST backplane_config portnumber CDATA #REQUIRED>		<!ATTLIST backplane_config timeout CDATA #REQUIRED>		<!ATTLIST backplane_config deregcookie CDATA #REQUIRED>		<!ATTLIST backplane_config dereghdlr CDATA #REQUIRED>	<!ELEMENT component_config EMPTY >		<!ATTLIST component_config name CDATA #REQUIRED>		<!ATTLIST component_config path CDATA #REQUIRED>		<!ATTLIST component_config reghdlr CDATA #REQUIRED>		<!ATTLIST component_config dereghdlr CDATA #REQUIRED>		<!ATTLIST component_config deregcookie CDATA #REQUIRED>		<!ATTLIST component_config regnaming CDATA #REQUIRED>	<!ELEMENT producer_config EMPTY >		<!ATTLIST producer_config hide CDATA #REQUIRED>		<!ATTLIST producer_config local CDATA #REQUIRED>		<!ATTLIST producer_config defhnd CDATA #REQUIRED>	<!ELEMENT consumer_config EMPTY >		<!ATTLIST consumer_config timeout CDATA #REQUIRED>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -