Changes between Version 8 and Version 9 of SHR_Architecture


Ignore:
Timestamp:
03/15/10 19:08:18 (3 years ago)
Author:
Heinervdm
Comment:

Update

Legend:

Unmodified
Added
Removed
Modified
  • SHR_Architecture

    v8 v9  
    11= How has SHR been built? = 
    2  
    3 '''NOTE: This page is outdated! ''' 
    42 
    53== Overview == 
    64Please refer to the attached picture explaining how we built this architecture. 
    75 
    8 There's a central daemon called '''ophonekitd''' which handles events. It's 
     6There's a central daemon called '''phonefsod''' which handles events. It's 
    97using '''libframeworkd-glib''' which is mainly a glib wrapper for dbus calls 
    108to frameworkd. 
    11 There's a '''libframeworkd-phonegui''' package which describes primitives of 
    12 what we consider "screens" having to be shown to the user. 
     9There's a '''libphone-ui''' package which describes primitives of 
     10what we consider "views" having to be shown to the user. 
    1311 
    14 These screens are called either by ophonekitd on events (e.g. incoming 
     12These screens are called either by phonefsod on events (e.g. incoming 
    1513calls) or by the user when he initiates things (e.g. dialer, 
    1614contacts...). 
    1715 
    18 There can be as many libraries implementing libframeworkd-phonegui as 
     16phoneuid caches those views to speed up those applications. 
     17 
     18There can be as many libraries implementing libphone-ui as 
    1919you can think about. The one SHR is based on right now is 
    20 libframeworkd-phonegui-efl. It's an implementation of the 
    21 libframeworkd-phonegui headers, and it uses 
     20libphone-ui-shr. It's an implementation of the 
     21libphone-ui headers, and it uses 
    2222libframeworkd-glib. 
    2323 
    24 [[Image(lf.png)]] 
     24[[Image(architecture.png)]]