summaryrefslogtreecommitdiff
path: root/sal/test/unloading/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sal/test/unloading/readme.txt')
-rw-r--r--sal/test/unloading/readme.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/sal/test/unloading/readme.txt b/sal/test/unloading/readme.txt
new file mode 100644
index 000000000000..7fae8850c1be
--- /dev/null
+++ b/sal/test/unloading/readme.txt
@@ -0,0 +1,14 @@
+The test program test the unloading API, and the default factories from cppuhelper
+for their new XUnloadingPreference interface.
+
+The makefile produces the executable unloading.exe as wells as two
+libraries, samplelib1 and samplelib2, which contain services.
+
+
+Usage:
+ Copy unloading, samplelib1, samplelib2 into the program directory
+of an office.
+
+Register samplelib1 and samplelib2 with regcomp
+
+Run unloading. \ No newline at end of file