All bundle IDs are 2-digit hex-codes that are used to generate unique
error codes for all bundles. The IDs start with 0x10. The following
bundle-IDs are defined:

10 : API(com.openexchange.usm.api)
11 : Global support(com.openexchange.usm.util)
12 : Journal(com.openexchange.usm.journal)
13 : Configuration(com.openexchange.usm.configuration)

(14-17 reserved for future support bundles)

18 : OX JSON access
19 : OX Event

(1A-1F reserved for future OX connectivity bundles)

20 : Common Database access(com.openexchange.usm.database)
21 : Hsql Database access
22 : Direct MySQL Database access
23 : OX Database access
24-2F : reserved for other Database access

30 : Session management
31 : Sync system (in same bundle as session management)
33 : UUID generation and mapping
34 : DataObject access

(35-3F reserved for future USM bundles)

40 : ContentTypeSupport (default implementations for most ContentType methods)
41 : ContentTypeManager
42 : FolderContentType
43 : MailContentType
44 : ContactsContentType
45 : Common data and methods for Appointments & Tasks
46 : CalendarContentType (Appointments)
47 : TasksContentType

(48-5F reserved for custom ContentTypes)

60 : EAS protocol
61 : USM-JSON-API

(61-9F reserved for other protocols)

(A0-FF reserved for future uses)

