Some documentation changes for twain split.

This commit is contained in:
Marcus Meissner 2006-05-08 23:15:24 +02:00 committed by Alexandre Julliard
parent 922b2749cc
commit 81c2ef5419
2 changed files with 9 additions and 1 deletions

View File

@ -64,6 +64,7 @@ DLLs (under dlls/):
gdi/ - GDI (graphics)
glu32/ - OpenGL Utility library (graphics)
glut32/ - OpenGL Utility Toolkit
gphoto2.ds/ - Contains libgphoto2 based TWAIN datasource driver
hhctrl.ocx/ - HHCTRL OCX implementation
iccvid/ - Radius Cinepak Video Decoder
icmp/ - ICMP protocol (networking)
@ -128,6 +129,7 @@ DLLs (under dlls/):
rpcrt4/ - Remote Procedure Call runtime
rsabase/ - RSA encryption
rsaenh/ - Crypto API (DES, 3DES, RSA, etc.)
sane.ds/ - Contains sane based TWAIN datasource driver
secur32/ - Contains Windows Security functions
security/ - Security Support Provider Interface
sensapi/ - System Event Notification Service
@ -144,7 +146,7 @@ DLLs (under dlls/):
stdole32.tlb/ - Standard OLE typelib
sti/ - Still Image service
tapi32/ - Telephone interface
twain/ - TWAIN Imaging device communications
twain_32/ - TWAIN Imaging device communications
unicows/ - Unicows replacement (Unicode layer for Win9x)
url/ - Internet shortcut shell extension
urlmon/ - URL Moniker allows binding to a URL

View File

@ -137,6 +137,12 @@ they should appear as "Suggests" or "Recommends", as the case may be.
* capi4linux
Used to implement our capi2032.dll.
* libgphoto2
Used to implement our gphoto2.ds (TWAIN datasource)
* hal, dbus-1
Used to implement CD mount handling (via explorer.exe).
GOALS
~~~~~