FreeCalypso > hg > leo2moko-debug
comparison g23m/system/busyb/sourcesets/abb.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="Analog Base Band driver" name="abb"> | |
3 <settings> | |
4 <options> | |
5 <optionDef description="Common include path" name=""> | |
6 <condOption optRef="TI_INCLUDES" /> | |
7 <condOption optRef="L1_INCLUDES" /> | |
8 </optionDef> | |
9 <optionDef description="ABB Specific flags" name=""> | |
10 <condOption optRef="abb_flags" /> | |
11 <condOption require="RVTOOL==0" name="define"> | |
12 <condValue require="SRVC==0" value="IDS=0" /> | |
13 <condValue require="SRVC!=0" value="IDS=1" /> | |
14 </condOption> | |
15 </optionDef> | |
16 </options> | |
17 </settings> | |
18 <sourceDirs> | |
19 <srcDir path="" pathRef="ABB_APP_DIR" /> | |
20 </sourceDirs> | |
21 <sourceFiles> | |
22 <source require="RVTOOL==0" name="board/abb_inth.c" /> | |
23 <source require="RVTOOL==1" name="pc/abb.c" /> | |
24 <source require="RVTOOL==1" name="pc/abb_inth.c" /> | |
25 </sourceFiles> | |
26 </sourceSet> |