FreeCalypso > hg > tcs211-c139
comparison g23m/system/busyb/sourcesets/tcpip.xml @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <sourceSet description="Transport Control Protocol" name="TCPIP"> | |
3 <settings> | |
4 <options> | |
5 <optionDef description="Imported global settings" name=""> | |
6 <condOption optRef="makcdg_opt" /> | |
7 <condOption optRef="global_opt" /> | |
8 <condOption optRef="trace_opt" /> | |
9 <condOption optRef="str2ind_opt" /> | |
10 <condOption optRef="em_opt" /> | |
11 <condOption optRef="gprs_opt" require="PMODE==2" /> | |
12 <condOption optRef="dti_opt" /> | |
13 <condOption optRef="SSA_WCP_INCLUDES" /> | |
14 </optionDef> | |
15 <optionDef description="Local settings" name="tcpip_local_opt"> | |
16 <condOption name="include"> | |
17 <condValue pathRef="G23_SRC_TCPIP" /> | |
18 <condValue pathRef="G23_EXP_TCPIP" /> | |
19 <condValue pathRef="G23_INC_TCPIP" /> | |
20 <condValue pathRef="G23_TCPIP_RNETRT" /> | |
21 <condValue pathRef="G23_SRC_TCPIP" path="rnet/rnet_br" /> | |
22 <condValue pathRef="G23_SRC_TCPIP" path="rnet/rnet_ws" /> | |
23 <condValue pathRef="G23_SRC_ACI" /> | |
24 <condValue pathRef="NEXGEN_COREIP_INCLUDE" /> | |
25 <condValue pathRef="CFG_PLUS_HEADER" /> | |
26 </condOption> | |
27 <condOption name="define"> | |
28 <condValue value="RVM_RNET_RT_SWE" /> | |
29 <condValue value="RNET_RT_NGIP_DEBUG_ENABLE" /> | |
30 <condValue value="DEBUG_ENABLE" /> | |
31 </condOption> | |
32 </optionDef> | |
33 </options> | |
34 </settings> | |
35 <sourceDirs> | |
36 <srcDir path="" pathRef="G23_SRC_TCPIP" /> | |
37 </sourceDirs> | |
38 <sourceFiles> | |
39 <source name="tcpip_pei" /> | |
40 <source name="tcpip_dti" /> | |
41 <source name="rnet/rnet_rt/rnet_rt_dti" /> | |
42 <source name="rnet/rnet_rt/rnet_rt_env" /> | |
43 <source name="tcpip_api_layer" /> | |
44 <source name="tcpip_sim_utils" /> | |
45 <source name="rnet/rnet_api" /> | |
46 <source name="rnet/rnet_env" /> | |
47 <source name="rnet/rnet_trace" /> | |
48 <source name="rnet/rnet_rt/rnet_rt_api_bind" /> | |
49 <source name="rnet/rnet_rt/rnet_rt_api_close" /> | |
50 <source name="rnet/rnet_rt/rnet_rt_api_connect" /> | |
51 <source name="rnet/rnet_rt/rnet_rt_api_getbufsize" /> | |
52 <source name="rnet/rnet_rt/rnet_rt_api_gethostinfo" /> | |
53 <source name="rnet/rnet_rt/rnet_rt_api_getlocaladdr" /> | |
54 <source name="rnet/rnet_rt/rnet_rt_api_getmaxpacketsize" /> | |
55 <source name="rnet/rnet_rt/rnet_rt_api_getproto" /> | |
56 <source name="rnet/rnet_rt/rnet_rt_api_getuserdata" /> | |
57 <source name="rnet/rnet_rt/rnet_rt_api_listen" /> | |
58 <source name="rnet/rnet_rt/rnet_rt_api_new" /> | |
59 <source name="rnet/rnet_rt/rnet_rt_api_recv" /> | |
60 <source name="rnet/rnet_rt/rnet_rt_api_recvfrom" /> | |
61 <source name="rnet/rnet_rt/rnet_rt_api_send" /> | |
62 <source name="rnet/rnet_rt/rnet_rt_api_setuserdata" /> | |
63 <source name="rnet/rnet_rt/rnet_rt_api_shutdown" /> | |
64 <source name="rnet/rnet_rt/rnet_rt_atp" /> | |
65 <source name="rnet/rnet_rt/rnet_rt_handle_message" /> | |
66 <source name="rnet/rnet_rt/rnet_rt_handle_timer" /> | |
67 </sourceFiles> | |
68 </sourceSet> |