blob: 2068143df36d265e98a7cf4267681fd0a28accb5 (
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
|
<!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; ] >
<appendix id='sdk-appendix-customizing'>
<title>Customizing the SDK</title>
<para role='writernotes'>
This chapter is going to cover the details on extending the SDK through
user customizations.
I am not sure if this is possible for both the standard and extensible
SDK or what.
</para>
<para role='writernotes'>
I do not have a feel for what sub-topics need to be covered here.
I need to get this information from Paul.
</para>
</appendix>
<!--
vim: expandtab tw=80 ts=4
-->
|