Miikadeluxe (Talk | contribs) |
Miikadeluxe (Talk | contribs) (→References) |
||
| Line 27: | Line 27: | ||
| <nowiki>[SSOArch]</nowiki> | | <nowiki>[SSOArch]</nowiki> | ||
| SSO Architecture Study | | SSO Architecture Study | ||
| - | | [ | + | | [xxx] |
|} | |} | ||
| + | |||
== Glossary == | == Glossary == | ||
[[Category:]]
Contents |
| Tag | Document name | Repository (with hyperlinks) |
| [ArchGoals] | Architecture Goals | [xxx] |
| [SystemModel] | Maemo System Model | [xxx] |
| [SSOArch] | SSO Architecture Study | [xxx] |
| Acronym or term | Description |
| API | Application Programming Interface |
| UI | User Interface |
List the full set of dependencies.
No hardware dependencies.
Accounts subsystem is a newly developed Nokia software; no known OSS product provides the required functionality. libAccountsUI license is currently Nokia closed, while libaccounts-glib and libaccounts-qt have been released as open-source.
The performances of the Accounts subsystem heavily depend on SQLite performances, as this is the database being used for storing the account settings.
A typical account will consist of less than 5 records in the SQLite database, plus 1 record for each service enabled on the account; an experienced internet user will have a few dozens of installed accounts.
The records in the database are fairly simple, consisting mostly of a pair of key and value (with values being typically strings, integers and booleans); the size of the accounts database can be reasonably estimated to be below 100KB.
There are no real time requirements known.
| Explanation | Size [kB] | |
| Flash/OneNAND | Debian packages | 500 |
| Flash/eMMC | Account settings database | 100 |
| RAM/Idle | Memory footprint when account libraries are loaded | 200 |
| RAM/Peak | Memory footprint when libraries and plugins are loaded, account settings are loaded and accounts are being edited | 2000 |
The most frequent scenario of usage of the Accounts subsystem is application initializing its accounts’ data: Accounts libraries will be loaded along with the application, which will need to list the accounts enabled for the specific service(s) it uses, and load their settings. Once the accounts are loaded, the impact of the libraries on the system is negligible.
Disc access happens only when loading accounts (which typically happens on application startup) and when editing them.
Accounts settings are not sensitive data.
Below is a table depicting executables and their credentials.
| Executable | Credential |
|---|---|
| accounts-ui | nokiamessagingcds::ReadAccess |
| accounts-ui | nokiamessagingcds::WriteAccess |
No open items.