FreeCalypso > hg > tcs211-c139
comparison g23m/system/busyb/sourcesets/socket_lib.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="Socket API" name="SOCKET"> | |
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 </optionDef> | |
13 <optionDef description="Local settings" name="socket_local_opt"> | |
14 <condOption name="include"> | |
15 <condValue pathRef="G23_SRC_TCPIP" /> | |
16 <condValue pathRef="G23_INC_TCPIP" /> | |
17 <condValue pathRef="G23_SRC_ACI" /> | |
18 </condOption> | |
19 <condOption name="define"></condOption> | |
20 </optionDef> | |
21 </options> | |
22 </settings> | |
23 <sourceDirs> | |
24 <srcDir path="" pathRef="G23_SRC_TCPIP" /> | |
25 </sourceDirs> | |
26 <sourceFiles> | |
27 <source name="socket_api" /> | |
28 </sourceFiles> | |
29 </sourceSet> |