<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.10" authoringToolBuild="732" minSpecVersion="1.0">
    <options customize="never" hostArchitectures="x86_64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
        <line choice="installer_choice_2"/>
        <line choice="installer_choice_3"/>
        <line choice="installer_choice_4"/>
        <line choice="installer_choice_5"/>
    </choices-outline>
    <choice id="installer_choice_1" title="HBGDRCCManager" description="">
        <pkg-ref id="com.mygreatcompany.pkg.HBGDRCCManager"/>
    </choice>
    <choice id="installer_choice_2" title="pkcs11" description="">
        <pkg-ref id="com.mygreatcompany.pkg.pcks11"/>
    </choice>
    <choice id="installer_choice_3" title="TSPBotService" description="">
        <pkg-ref id="com.mygreatcompany.pkg.TSPBotService"/>
    </choice>
    <choice id="installer_choice_4" title="UI" description="">
        <pkg-ref id="com.mygreatcompany.pkg.UI"/>
    </choice>
    <choice id="installer_choice_5" title="servicePlist" description="">
        <pkg-ref id="com.mygreatcompany.pkg.servicePlist"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.mygreatcompany.pkg.pcks11" version="1.0" auth="Root" installKBytes="1425">#pkcs11.pkg</pkg-ref>
    <pkg-ref id="com.mygreatcompany.pkg.TSPBotService" version="1.0" auth="Root" installKBytes="99">#TSPBotService.pkg</pkg-ref>
    <pkg-ref id="com.mygreatcompany.pkg.servicePlist" version="1.0" auth="Root" installKBytes="0">#servicePlist.pkg</pkg-ref>
    <pkg-ref id="com.mygreatcompany.pkg.UI" version="1.0" auth="Root" installKBytes="783">#UI.pkg</pkg-ref>
    <pkg-ref id="com.mygreatcompany.pkg.HBGDRCCManager" version="1.0" auth="Root" installKBytes="3154">#HBGDRCCManager.pkg</pkg-ref>
</installer-gui-script>