aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-extensible.xml
blob: 4236b165b5094efb24df7a05d5c71c05859bee94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >

<chapter id='sdk-extensible'>

<title>Using the Extensible SDK</title>

<para>
    This chapter is going to cover all the SDK stuff that is unique
    to the extensible SDK.
</para>

<section id='sdk-setting-up-to-use-the-extensible-sdk'>
    <title>Setting Up to Use the Extensible SDK</title>

    <para>
        What do you need to use the extensible SDK that is different from
        the standard SDK?
        What does your system have to have on it?
        What are the recommendations?
        What conditions in your development scenario warrant use of just the
        extensible SDK?
        Show any specific procedures needed to get set up to use the
        extensible SDK.
    </para>
</section>

<section id='sdk-using-the-extensible-sdk-to-task-1'>
    <title>Using the Extensible SDK to <replaceable>item 1</replaceable></title>

    <para>
        Describe the specific task you are going to accomplish with the
        extensible SDK.
        Provide a diagram showing the rough flow of the task.
        Provide specific steps using a real example that works through the
        task.
    </para>
</section>

<section id='sdk-using-the-extensible-sdk-to-task-2'>
    <title>Using the Extensible SDK to <replaceable>item-2</replaceable></title>

    <para>
        Describe the specific task you are going to accomplish with the
        extensible SDK.
        Provide a diagram showing the rough flow of the task.
        Provide specific steps using a real example that works through the
        task.
    </para>
</section>

<section id='sdk-using-the-extensible-sdk-to-task-3'>
    <title>Using the Extensible SDK to <replaceable>item-3</replaceable></title>

    <para>
        Describe the specific task you are going to accomplish with the
        extensible SDK.
        Provide a diagram showing the rough flow of the task.
        Provide specific steps using a real example that works through the
        task.
    </para>
</section>

<section id='sdk-using-the-extensible-sdk-to-task-x'>
    <title>Using the Extensible SDK to <replaceable>item-x</replaceable></title>

    <para>
        Describe the specific task you are going to accomplish with the
        extensible SDK.
        Provide a diagram showing the rough flow of the task.
        Provide specific steps using a real example that works through the
        task.
    </para>
</section>

</chapter>
<!--
vim: expandtab tw=80 ts=4
-->