Mobile Application Link Source Distribution
-------------------------------------------
Version 0.3                January 13, 1999

ActiveSync Device DLL
---------------------
This project contains the device side of the Windows CE ActiveSync Module.
The desktop side of the ActiveSync Module is located in
mal/client/wince/activesync/desktop.

The MAL Windows CE ActiveSync Module supports device side plugins to allow
each database that is synchronized through MAL to be stored differently.
A sample device side plugin is located in mal/test/activesynctest.


Building
--------
Microsoft Visual C++ 6.0 with the appropriate Windows CE Platform SDK is
required for building the ActiveSync DLLs.  The ActiveSync Device DLL
(AGSyncCE.dll) must be copied to the Windows directory on the device.


Configuration
-------------
To configure the MAL ActiveSync Device DLL, load the registry setting
contained in the file mal/client/wince/activesync/desktop/AGSyncCEDeviceKeys.reg
into the registry on the device.  Reset the device to ensure that these
registry settings are properly loaded.


To Do
-----
- Client dll should be determined dynamically based on the database being
  synchronized.
- Server settings on device should be stored.
Last Updated: January 13, 1999
Owner: Jason Beaver (jason@avantgo.com)
