- Getting list of F27 packages#

Data Provider#

Package definition file#

How packages are defined?#

F27 login credential - two scenarios#

A per-repository login prompt#

A preference page to save login username and password#

Package dependencies#

 <!-- Dependencies -->
    <requires>
        <part build="false" location="lib/elf"/>
        <part build="true"  location="lib/c"/>
        <part build="false" location="hardware/startup/lib"/>
        <part build="false" location="utils/m/mkasmoff"/>
    </requires>

- Presenting packages#

The model#

Refactor existing model#

The remote package model#

The U.I.#

- TBD

- Action#

The action is invoke at the end of the wizard when user click "Finish", not from any context menu or toolbar icon

Checking out packages#

Creating projects#