view g23m/system/busyb/sourcesets/config_gprs.xml @ 3:513a68a7fc6e

unbusy_targetset.xml hack to rebuild comlib from the source (the source for comlib has been there all along, but the build system was set up to use a shipped comlib.lib instead)
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 06:22:18 +0000
parents 509db1a7b7b8
children
line wrap: on
line source

<?xml version="1.0" encoding="utf-8"?>
<sourceSet description="configuration" name="config">
  <settings>
    <options>
      <optionDef description="Imported global settings" name="">
        <condOption optRef="makcdg_opt" />
        <condOption optRef="global_opt" />
        <condOption optRef="str2ind_opt" />
        <condOption optRef="em_opt" />
        <condOption optRef="gprs_opt" />
        <condOption optRef="fd_opt" />
        <condOption optRef="psi_opt" />
        <condOption optRef="mmi_opt" />
        <condOption optRef="SSA_WCP_INCLUDES" />
      </optionDef>
      <optionDef description="linkage settings - from targetSet" name="">
        <condOption optRef="config_linkage_opt" />
      </optionDef>
      <optionDef description="CONFIG local settings" name="">
        <condOption name="include">
          <condValue pathRef="GPF_INC_NUC" />
          <condValue pathRef="GPF_INC_NUC_ARM7" />
          <condValue pathRef="G23_FRAME_CONFIG" />
        </condOption>
        <condOption name="define">
          <condValue value="CONFIG_MODULE" />
          <condValue value="NU_DEBUG" />
          <condValue value="PRIM_0_INT_RAM" />
          <condValue value="PRIM_1_INT_RAM" />
          <condValue value="PRIM_2_INT_RAM" />
          <condValue value="PRIM_3_INT_RAM" />
          <condValue value="PRIM_4_INT_RAM" />
          <condValue value="PRIM_5_INT_RAM" />
          <condValue value="BOARD=" valRef="BOARD" />
          <condValue value="NTRACE" require="NTRC==1" />
          <condValue value="NCONFIG" require="NTRC==1" />
          <condValue value="CTRACE" require="NTRC==4" />
          <condValue value="DATA_INT_RAM" require="config_int_ram==1" />
          <condValue value="DATA_EXT_RAM" require="config_int_ram==0" />
        </condOption>
      </optionDef>
    </options>
  </settings>
  <sourceDirs>
    <srcDir path="" pathRef="G23_FRAME_CONFIG" />
    <expDir path="" pathRef="G23_FRAME_CONFIG" />
  </sourceDirs>
  <sourceFiles>
    <source name="gprscomp" />
    <source name="custcomp" require="config_int_ram==0" />
    <source name="gprsinit" require="config_int_ram==0" />
    <source name="gprsdrv" require="config_int_ram==0" />
  </sourceFiles>
</sourceSet>