summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2002-05-12 12:16:05 +0000
committerDave Chapman <dave@dchapman.com>2002-05-12 12:16:05 +0000
commitac845a022698e3ba6cf2e089c89216b8a8544aef (patch)
tree9245daa269ee4a20ac024eeacc972742645c24cf
parentebb57e83ba2c786a93d3f318028e1f9412e32229 (diff)
downloadrockbox-ac845a022698e3ba6cf2e089c89216b8a8544aef.tar.gz
rockbox-ac845a022698e3ba6cf2e089c89216b8a8544aef.zip
describe purpose of common directory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@552 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/common/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/uisimulator/common/README b/uisimulator/common/README
new file mode 100644
index 0000000000..6f920cf43e
--- /dev/null
+++ b/uisimulator/common/README
@@ -0,0 +1,13 @@
1 __________ __ ___.
2 Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 \/ \/ \/ \/ \/
7
8This directory is for code that is shared between all versions of the
9simulator, but is not needed for the target device.
10
11The first code is for the software mpeg audio decoder. The actual
12mpeg decoding code is here and the O/S specific sound drivers should
13be located in the x11 and win32 directories as appropriate.