summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/sdk-manual/sdk-using.xml69
1 files changed, 50 insertions, 19 deletions
diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml
index b06058ffad..eb024f917c 100644
--- a/documentation/sdk-manual/sdk-using.xml
+++ b/documentation/sdk-manual/sdk-using.xml
@@ -2,39 +2,70 @@
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" 2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > 3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
4 4
5<chapter id='sdk-using'> 5<chapter id='sdk-using-the-standard-sdk'>
6 6
7<title>Developing with an SDK</title> 7<title>Using the Standard SDK</title>
8 8
9<para> 9<para>
10 This chapter is going to cover all the SDK stuff that is common 10 This chapter is going to cover all the SDK stuff that is common
11 to both the SDK and the extensible SDK. 11 to both the SDK and the extensible SDK.
12 We need to figure out what from the existing YP manual set can
13 go into this chapter.
14</para> 12</para>
15 13
16<section id='chap-two-section-one'> 14<section id='sdk-setting-up-to-use-the-standard-sdk'>
17 <title>Section One</title> 15 <title>Setting Up to Use the Standard SDK</title>
18 16
19 <para> 17 <para>
20 Some section of stuff here. 18 What do you need to use the SDK?
19 What does your system have to have on it?
20 What are the recommendations?
21 What conditions in your development scenario warrant use of just the
22 standard SDK as compared to the extensible SDK?
23 Show any specific procedures needed to get set up to use the SDK.
21 </para> 24 </para>
25</section>
26
27<section id='sdk-using-the-sdk-to-task-1'>
28 <title>Using the SDK to <replaceable>item 1</replaceable></title>
29
30 <para>
31 Describe the specific task you are going to accomplish with the SDK.
32 Provide a diagram showing the rough flow of the task.
33 Provide specific steps using a real example that works through the
34 task.
35 </para>
36</section>
37
38<section id='sdk-using-the-sdk-to-task-2'>
39 <title>Using the SDK to <replaceable>item-2</replaceable></title>
40
41 <para>
42 Describe the specific task you are going to accomplish with the SDK.
43 Provide a diagram showing the rough flow of the task.
44 Provide specific steps using a real example that works through the
45 task.
46 </para>
47</section>
22 48
23 <section id='chap-two-section-one-one'> 49<section id='sdk-using-the-sdk-to-task-3'>
24 <title>Section One One</title> 50 <title>Using the SDK to <replaceable>item-3</replaceable></title>
25 51
26 <para> 52 <para>
27 Some section of stuff here. 53 Describe the specific task you are going to accomplish with the SDK.
28 </para> 54 Provide a diagram showing the rough flow of the task.
29 </section> 55 Provide specific steps using a real example that works through the
56 task.
57 </para>
58</section>
30 59
31 <section id='chap-two-section-one-two'> 60<section id='sdk-using-the-sdk-to-task-x'>
32 <title>Section One Two</title> 61 <title>Using the SDK to <replaceable>item-x</replaceable></title>
33 62
34 <para> 63 <para>
35 Some section of stuff here. 64 Describe the specific task you are going to accomplish with the SDK.
36 </para> 65 Provide a diagram showing the rough flow of the task.
37 </section> 66 Provide specific steps using a real example that works through the
67 task.
68 </para>
38</section> 69</section>
39 70
40</chapter> 71</chapter>