<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<?codewarrior wizardversion="1.0" ideversion="5.2" ?>

<!DOCTYPE WIZARD SYSTEM "../wizard.dtd" [
    <!ENTITY % SHORTCUTS SYSTEM "../shortcuts.dtd">
    %SHORTCUTS;
]>

<WIZARD>
    <DIALOGLIST>
        <DIALOG id="ID_DLG_BUILD_OPTIONS_HC08"/>
        <DIALOG id="ID_DLG_BUILD_OPTIONS_RS08"/>
        <DIALOG id="ID_DLG_BUILD_OPTIONS_CFV1"/>
    </DIALOGLIST>
    <WIZARDELEMENTLIST>
        <WIZARDELEMENT name="" term="" id="ID_CHIP_LIST">
            <WIZARDELEMENTLIST>
                <WIZARDELEMENT name="" term="" id="ID_CHIP_FAMILY_cfv1">
                    <WIZARDELEMENTLIST>
                <WIZARDELEMENT name="" term="" id="ID_CHIP_cfv1_SUBFAMILY_AG">
                    <WIZARDELEMENTLIST>
                        <WIZARDELEMENT name="Chip" term="MCF51AG96" id="ID_CHIP_MCF51AG96">
                           <NEXTDIALOGSLIST>
                              <NEXTDIALOGS>
                                 <!-- we show build options dialog if C or C++ was chosen -->
                                 <DEPENDENCY kind="OR">
                                    <WIZARDELEMENTREF idref="ID_LANG_C"/>
                                    <WIZARDELEMENTREF idref="ID_LANG_CPP"/>
                                 </DEPENDENCY>
                                 <DIALOGREFLIST>
                                    <DIALOGREF idref="ID_DLG_BUILD_OPTIONS_CFV1"/>
                                 </DIALOGREFLIST>
                              </NEXTDIALOGS>
                           </NEXTDIALOGSLIST>
                           <REJECTIONLIST>
                           <REJECTION>
                                  <DEPENDENCY kind="NOR">
                                      <WIZARDELEMENTREF idref="ID_LANG_C"/>
                                      <WIZARDELEMENTREF idref="ID_LANG_CPP"/>
                                  </DEPENDENCY>
                                  <WIZARDELEMENTREF idref="ID_PRC_EXP">
                                     <RECURSION nameref="" idrefs="ID_PRC_EXP ID_PRC_EXP_INIT"></RECURSION>
                                  </WIZARDELEMENTREF>
                           </REJECTION>
                           </REJECTIONLIST>
                            <RESTRICTIONLIST>
                                <RESTRICTION>
                                <WIZARDELEMENTREF idref="ID_CONNECTION_LIST">
                                <RECURSION nameref="" idrefs="ID_CONNECTION_LIST ID_CONN_CFV1FCS"></RECURSION>
                                </WIZARDELEMENTREF>
                                </RESTRICTION>
                                <RESTRICTION>
                                <WIZARDELEMENTREF idref="ID_CONNECTION_LIST">
                                <RECURSION nameref="" idrefs="ID_CONNECTION_LIST ID_CONN_PECFV1BDMMULCYCICD"></RECURSION>
                                </WIZARDELEMENTREF>
                                </RESTRICTION>
                                <RESTRICTION>
                                <WIZARDELEMENTREF idref="ID_CONNECTION_LIST">
                                <RECURSION nameref="" idrefs="ID_CONNECTION_LIST ID_CONN_CFV1FSLOSBDM"></RECURSION>
                                </WIZARDELEMENTREF>
                                </RESTRICTION>
                                <RESTRICTION>
                                <WIZARDELEMENTREF idref="ID_OSEK">
                                <RECURSION nameref="" idrefs="ID_OSEK ID_OSEK_NO"></RECURSION>
                                </WIZARDELEMENTREF>
                                </RESTRICTION>
                                <RESTRICTION>
                                <WIZARDELEMENTREF idref="ID_LANG_LIST">
                                <RECURSION nameref="" idrefs="ID_LANG_LIST ID_LANG_C"></RECURSION>
                                </WIZARDELEMENTREF>
                                </RESTRICTION>
                                <RESTRICTION>
                                <WIZARDELEMENTREF idref="ID_LANG_LIST">
                                <RECURSION nameref="" idrefs="ID_LANG_LIST ID_LANG_CPP"></RECURSION>
                                </WIZARDELEMENTREF>
                                </RESTRICTION>
                                <RESTRICTION>
                                <WIZARDELEMENTREF idref="ID_PC_LINT">
                                <RECURSION nameref="" idrefs="ID_PC_LINT ID_PC_LINT_NO"></RECURSION>
                                </WIZARDELEMENTREF>
                                </RESTRICTION>
                            </RESTRICTIONLIST>
                            <SETTINGSLIST>
                                <SETTINGS>
                                    <OPTIONLIST>
                                        <OPTION pluginname="Panel for Compiler for HC08" fieldname="Panel for Compiler for HC08.Options" value="" insertmode="Add"/>
                                        <OPTION pluginname="Panel for Assembler for HC08" fieldname="Panel for Assembler for HC08.Options" value="" insertmode="Add"/>
                                    </OPTIONLIST>
                                    <MACROLIST>
																				<MACRO name="$$MCU_PROJECT_CDGID$$" kind="Set" replaceInOptionsValue="Yes">51QE</MACRO>                                     
                                        <MACRO name="$$LIB_FOLDER$$" kind="Set">ColdFire_Support\Derivatives</MACRO>
                                        <MACRO name="$$MCU_ID_TARGET_ENTRY$$" kind="Set">0x7011</MACRO>
                                        <MACRO name="$$MCU_PROJECT_PEID$$" kind="Set">MCF51AG96</MACRO>
                                        <MACRO name="$$MCU_PROJECT_STID$$" kind="Set">MCF51AG96</MACRO>
                                        <MACRO name="$$MCU_ASM_RAMROMDEF$$" kind="Set"></MACRO>
<!-- not read                           <MACRO name="$$MCU_COP_FEED_ADDRESS$$" kind="Set">##COP_Feed_Address##</MACRO> -->
                                        <MACRO name="$$PRM_FILE_NAME$$" kind="Set" replaceInOptionsValue="Yes">mcf51ag96</MACRO>
                                        <MACRO name="$$FCS_ENTRY$$" kind="Set">FCS=ColdFire V1 SAMPLE</MACRO>
                                        <MACRO name="$$CHIP_OSEK_OIL_FILENAME$$" kind="Set" replaceInFilenames="Yes"></MACRO>
                                        <MACRO name="$$ASM_SRC_SUFFIX$$" kind="Set" replaceInFilenames="Yes">_cfv1</MACRO>
                                        <MACRO name="$$DerivativeVectorTable$$" kind="Set">/*
 *  MCF51AG96 vector table
 *  CF V1 has 114 vector + SP_INIT in the vector table (115 entries)
 */

__declspec(weak) vectorTableEntryType vector_0   @INITSP = (vectorTableEntryType)&amp;_SP_INIT;
__declspec(weak) vectorTableEntryType vector_1   @INITPC = (vectorTableEntryType)&amp;_startup;
__declspec(weak) vectorTableEntryType vector_2   @Vaccerr = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_3   @Vadderr = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_4   @Viinstr = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_5   @VReserved5 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_6   @VReserved6 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_7   @VReserved7 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_8   @Vprviol = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_9   @Vtrace = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_10  @Vunilaop = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_11  @Vunilfop = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_12  @Vdbgi = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_13  @VReserved13 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_14  @Vferror = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_15  @VReserved15 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_16  @VReserved16 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_17  @VReserved17 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_18  @VReserved18 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_19  @VReserved19 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_20  @VReserved20 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_21  @VReserved21 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_22  @VReserved22 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_23  @VReserved23 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_24  @Vspuri = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_25  @VReserved25 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_26  @VReserved26 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_27  @VReserved27 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_28  @VReserved28 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_29  @VReserved29 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_30  @VReserved30 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_31  @VReserved31 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_32  @Vtrap0 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_33  @Vtrap1 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_34  @Vtrap2 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_35  @Vtrap3 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_36  @Vtrap4 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_37  @Vtrap5 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_38  @Vtrap6 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_39  @Vtrap7 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_40  @Vtrap8 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_41  @Vtrap9 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_42  @Vtrap10 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_43  @Vtrap11 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_44  @Vtrap12 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_45  @Vtrap13 = asm_exception_handler;
#if CONSOLE_IO_SUPPORT == 0
__declspec(weak) vectorTableEntryType vector_46  @Vtrap14 = asm_exception_handler;
#endif
__declspec(weak) vectorTableEntryType vector_47  @Vtrap15 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_48  @VReserved48 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_49  @VReserved49 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_50  @VReserved50 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_51  @VReserved51 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_52  @VReserved52 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_53  @VReserved53 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_54  @VReserved54 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_55  @VReserved55 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_56  @VReserved56 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_57  @VReserved57 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_58  @VReserved58 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_59  @VReserved59 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_60  @VReserved60 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_61  @Vunsinstr = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_62  @VReserved62 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_63  @VReserved63 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_64  @Virq = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_65  @Vlvd = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_66  @VReserved66 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_67  @VReserved67 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_68  @Vdmach0 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_69  @Vdmach1 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_70  @Vdmach2 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_71  @Vdmach3 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_72  @Vieventch0 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_73  @Vftm1fault_ovf = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_74  @Vftm1ch0 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_75  @Vftm1ch1 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_76  @Vftm1ch2 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_77  @Vftm1ch3 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_78  @Vftm1ch4 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_79  @Vftm1ch5 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_80  @Vftm2fault_ovf = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_81  @Vftm2ch0 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_82  @Vftm2ch1 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_83  @Vftm2ch2 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_84  @Vftm2ch3 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_85  @Vftm2ch4 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_86  @Vftm2ch5 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_87  @Vtpm3ovf = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_88  @Vtpm3ch0 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_89  @Vtpm3ch1 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_90  @Vadc = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_91  @Vhscmp1 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_92  @Vhscmp2 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_93  @Vieventch1 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_94  @Vspi1 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_95  @Vspi2 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_96  @Vsci1err = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_97  @Vsci1rx = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_98  @Vsci1tx = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_99  @Viic = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_100 @Vieventch2 = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_101 @Vsci2err = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_102 @Vsci2rx = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_103 @VL7swi = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_104 @VL6swi = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_105 @VL5swi = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_106 @VL4swi = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_107 @VL3swi = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_108 @VL2swi = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_109 @VL1swi = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_110 @Vsci2tx = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_111 @Vportae = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_112 @Vportfj = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_113 @Vrtc_wdg = asm_exception_handler;
__declspec(weak) vectorTableEntryType vector_114 @Vieventch3 = asm_exception_handler;

/*
 * This function is called after reset by default to disable watchdog.
 * Due to robust watchdog mechanism the watchdog has to be unlocked
 * and configured within a period of 256 bus clock cycles after reset.
 *
 * Called by _startup
 *
 */
void __initialize_hardware(void) {
  WDOG_UNLOCK = 0xC520;                /* First part of the WDOG unlock sequence */
  WDOG_UNLOCK = 0xD928;                /* Second part of the WDOG unlock sequence */
  WDOG_ST_CTRL_H = 0xD2;               /* Disable watchdog */
}

</MACRO>
                                   </MACROLIST>
                                </SETTINGS>


        <!-- ***** Target specific settings *************************************** -->
                                <SETTINGS>
                                    <WIZARDELEMENTLINKS>
                                        <WIZARDELEMENTREF idref="ID_LINKER_LIST">
                                            <RECURSION nameref="" idrefs="ID_LINKER_LIST ID_LINKER_CFV1"/>
                                        </WIZARDELEMENTREF>
                                    </WIZARDELEMENTLINKS>
                                </SETTINGS>



        <!-- ***** Misc settings ************************************************** -->

                                
                                
                                
                                
                                
                                
                                

        <!-- ***** Language specific settings ************************************* -->
                                <!-- assembly was chosen -->
                                <SETTINGS>
                                    <DEPENDENCY kind="OR">
                                        <WIZARDELEMENTREF idref="ID_LANG_ASM"/>
                                        <WIZARDELEMENTREF idref="ID_LANG_ABS_ASM"/>
                                    </DEPENDENCY>
                                    <FILELIST>
                                        <REFERENCEFILE>
                                            <FILE name="..\..\..\..\..\ColdFire_Support\Derivatives\device\asm_include\mcf51ag96.inc" group="Includes" priority="501"/>
                                        </REFERENCEFILE>
                                        <GENERATEFILE>
                                            <FILE name="Sources\derivative.inc" group="Includes" priority="503" reconfigAction="ReplaceNoBackup"/>
                                            <INPUT>; Note: This file is recreated by the project wizard whenever the MCU is
;       changed and should not be edited by hand

; include derivative specific macros
            INCLUDE 'mcf51ag96.inc'


; RAM/ROM definitions


; Watchdog feed macro
feed_watchdog: MACRO
            MOV    #HIGH_6_13(SRS),PAGESEL
            STA    MAP_ADDR_6(SRS)  ; feed the watchdog
          ENDM
</INPUT>
                                        </GENERATEFILE>
                                    </FILELIST>
                                    <WIZARDELEMENTLINKS>
                                        <WIZARDELEMENTREF idref="ID_TOOL_LIST">
                                            <RECURSION nameref="" idrefs="ID_TOOL_LIST ID_ASM_BASE"/>
                                        </WIZARDELEMENTREF>
                                    </WIZARDELEMENTLINKS>
                                </SETTINGS>

                                <!-- If only assembly is chosen, then stop here -->
                                <SETTINGS flow="IgnoreFollowing">
                                    <DEPENDENCY kind="NOR">
                                        <WIZARDELEMENTREF idref="ID_LANG_C"/>
                                        <WIZARDELEMENTREF idref="ID_LANG_CPP"/>
                                    </DEPENDENCY>
                                </SETTINGS>

                                <!-- if C/C++ support, add the libraries and do basic settings -->
                                <SETTINGS>
                                    <DEPENDENCY kind="OR">
                                        <WIZARDELEMENTREF idref="ID_LANG_C"/>
                                        <WIZARDELEMENTREF idref="ID_LANG_CPP"/>
                                    </DEPENDENCY>
                                    <WIZARDELEMENTLINKS>
                                        <WIZARDELEMENTREF idref="ID_TOOL_LIST">
                                            <RECURSION nameref="" idrefs="ID_TOOL_LIST ID_LIB_CFV1"/>
                                        </WIZARDELEMENTREF>
                                        <WIZARDELEMENTREF idref="ID_TOOL_LIST">
                                            <RECURSION nameref="" idrefs="ID_TOOL_LIST ID_C_CPP_BASE"/>
                                        </WIZARDELEMENTREF>
                                    </WIZARDELEMENTLINKS>
                                </SETTINGS>

                                <!-- Copy .pe file if using processor expert -->
                                <SETTINGS>
                                    <DEPENDENCY kind="NOT">
                                        <WIZARDELEMENTREF idref="ID_PRC_EXP_NO"/>
                                    </DEPENDENCY>
                                    <FILELIST>
                                        <COPYFILE>
                                            <SOURCE>
                                                <FILE name="pe\_CW08_PrjWiz.pe"/>
                                            </SOURCE>
                                            <DESTINATION>
                                                <FILE name="default.pe" reconfigAction="Skip"/>
                                            </DESTINATION>
                                        </COPYFILE>
                                    </FILELIST>
                                </SETTINGS>

                                <!-- processor expert is supported so break here -->
                                <SETTINGS flow="IgnoreFollowing">
                                    <DEPENDENCY>
                                        <WIZARDELEMENTREF idref="ID_PRC_EXP_RAD"/>
                                    </DEPENDENCY>
                                </SETTINGS>

                                <!-- at this point there must be a C or C++ language support -->
                                <!-- assembly was chosen but is not the only supported language
                                     and there is no processor expert support -->

                                <!-- add the C/C++ header files -->
                                <SETTINGS>
                                    <FILELIST>
                                        <REFERENCEFILE>
                                            <FILE name="..\..\..\..\..\ColdFire_Support\Derivatives\device\include\MCF51AG96.h" group="Includes" priority="502"/>
                                        </REFERENCEFILE>
                                        <REFERENCEFILE>
                                            <FILE name="..\..\..\..\..\ColdFire_Support\Derivatives\device\src\MCF51AG96.C" group="Libs" priority="400"/>
                                        </REFERENCEFILE>
                                        <GENERATEFILE>
                                            <FILE name="Sources\derivative.h" group="Includes" priority="504" reconfigAction="ReplaceNoBackup"/>
                                            <INPUT>/*
 * Note: This file is recreated by the project wizard whenever the MCU is
 *       changed and should not be edited by hand
 */

/* Include the derivative-specific header file */
#include &lt;MCF51AG96.h&gt;

#define _Stop asm ( mov3q #4,d0; bclr.b d0,SOPT1; stop #0x2000; )
  /*!&lt; Macro to enter stop modes, STOPE bit in SOPT1 register must be set prior to executing this macro */

#define _Wait asm ( mov3q #4,d0; bset.b d0,SOPT1; nop; stop #0x2000; )
  /*!&lt; Macro to enter wait mode */


</INPUT>
                                        </GENERATEFILE>
                                    </FILELIST>
                                </SETTINGS>
                            </SETTINGSLIST>
                        </WIZARDELEMENT>
                    </WIZARDELEMENTLIST>
                        </WIZARDELEMENT>
                    </WIZARDELEMENTLIST>
                </WIZARDELEMENT>
            </WIZARDELEMENTLIST>
        </WIZARDELEMENT>

        <WIZARDELEMENT name="" term="" id="ID_LANG_LIST">
            <WIZARDELEMENTLIST>
                <WIZARDELEMENT name="" term="" id="ID_LANG_ABS_ASM"/>
                <WIZARDELEMENT name="" term="" id="ID_LANG_ASM"/>
                <WIZARDELEMENT name="" term="" id="ID_LANG_C"/>
                <WIZARDELEMENT name="" term="" id="ID_LANG_CPP"/>
            </WIZARDELEMENTLIST>
        </WIZARDELEMENT>
        <WIZARDELEMENT name="" term="" id="ID_CONNECTION_LIST">
            <WIZARDELEMENTLIST>
                <WIZARDELEMENT name="" term="" id="ID_CONN_PEHC08FCS"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_PEMON08INTERF"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_PEMON08MULCYC"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_MMDS"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_SOFTECHC08"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_FSICE"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_PEHCS08FCS"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_HCS08SERIALMON"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_PEBDMMULCYCICD"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_SOFTECHCS08"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_CFV1FSLOSBDM"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_CFV1OSBDM"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_HCS08OSBDM"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_HCS08FSLOSBDM"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_RS08OSBDM"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_PERS08FCS"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_PERS08BDMMULCYCICD"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_SOFTECRS08"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_CFV1FCS"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_PECFV1BDMMULCYCICD"/>
                <WIZARDELEMENT name="" term="" id="ID_CONN_SOFTECCFV1"/>
            </WIZARDELEMENTLIST>
        </WIZARDELEMENT>
        <WIZARDELEMENT name="" term="" id="ID_PRC_EXP">
            <WIZARDELEMENTLIST>
                <WIZARDELEMENT name="" term="" id="ID_PRC_EXP_NO"/>
                <WIZARDELEMENT name="" term="" id="ID_PRC_EXP_INIT"/>
                <WIZARDELEMENT name="" term="" id="ID_PRC_EXP_RAD"/>
            </WIZARDELEMENTLIST>
        </WIZARDELEMENT>
        <WIZARDELEMENT name="" term="" id="ID_OSEK">
            <WIZARDELEMENTLIST>
                <WIZARDELEMENT name="" term="" id="ID_OSEK_YES"/>
                <WIZARDELEMENT name="" term="" id="ID_OSEK_NO"/>
            </WIZARDELEMENTLIST>
        </WIZARDELEMENT>
        <WIZARDELEMENT name="" term="" id="ID_LINKER_LIST">
            <WIZARDELEMENTLIST>
                <WIZARDELEMENT name="" term="" id="ID_LINKER_CFV1"/>
                <WIZARDELEMENT name="" term="" id="ID_LINKER_HC08"/>
                <WIZARDELEMENT name="" term="" id="ID_LINKER_RS08"/>
            </WIZARDELEMENTLIST>
        </WIZARDELEMENT>
        <WIZARDELEMENT name="" term="" id="ID_TOOL_LIST">
            <WIZARDELEMENTLIST>
                <WIZARDELEMENT name="" term="" id="ID_LIB_08"/>
                <WIZARDELEMENT name="" term="" id="ID_LIB_S08"/>
                <WIZARDELEMENT name="" term="" id="ID_LIB_RS08"/>
                <WIZARDELEMENT name="" term="" id="ID_LIB_CFV1"/>
                <WIZARDELEMENT name="" term="" id="ID_ASM_BASE"/>
                <WIZARDELEMENT name="" term="" id="ID_C_CPP_BASE"/>
            </WIZARDELEMENTLIST>
        </WIZARDELEMENT>
       <WIZARDELEMENT name="" term="" id="ID_PC_LINT">
         <WIZARDELEMENTLIST>
            <WIZARDELEMENT name="" term="" id="ID_PC_LINT_YES"></WIZARDELEMENT>
            <WIZARDELEMENT name="" term="" id="ID_PC_LINT_NO"></WIZARDELEMENT>
         </WIZARDELEMENTLIST>
      </WIZARDELEMENT>
      <WIZARDELEMENT name="" term="" id="ID_FL_POINT">
         <WIZARDELEMENTLIST>
            <WIZARDELEMENT name="" term="" id="ID_FL_POINT_NONE"></WIZARDELEMENT>
            <WIZARDELEMENT name="" term="" id="ID_FL_POINT_32"></WIZARDELEMENT>
            <WIZARDELEMENT name="" term="" id="ID_FL_POINT_64"></WIZARDELEMENT>
         </WIZARDELEMENTLIST>
      </WIZARDELEMENT>
      <WIZARDELEMENT name="" term="" id="ID_MEM_MDL">
         <WIZARDELEMENTLIST>
            <WIZARDELEMENT name="" term="" id="ID_MEM_MDL_T"></WIZARDELEMENT>
            <WIZARDELEMENT name="" term="" id="ID_MEM_MDL_S"></WIZARDELEMENT>
            <WIZARDELEMENT name="" term="" id="ID_MEM_MDL_B"></WIZARDELEMENT>
         </WIZARDELEMENTLIST>
      </WIZARDELEMENT>
      <WIZARDELEMENT name="" term="" id="ID_STARTUP_CODE">
         <WIZARDELEMENTLIST>
            <WIZARDELEMENT name="" term="" id="ID_STARTUP_CODE_MINIMAL"></WIZARDELEMENT>
            <WIZARDELEMENT name="" term="" id="ID_STARTUP_CODE_ANSI"></WIZARDELEMENT>
         </WIZARDELEMENTLIST>
      </WIZARDELEMENT>
    </WIZARDELEMENTLIST>
</WIZARD>
