• Use TZ_path on Tizen 3.x .
    
    btzplatform-config has TZ_path variable.
    
    Attach variable table below.
    
         variable       |     actual path
    ----------------------------------------
    %TZ_SYS_BIN         |    /usr/bin
    %TZ_SYS_RUN         |    /var/run
    %TZ_SYS_DATA        |    /opt/data
    %TZ_SYS_RW_APP      |    /opt/usr/apps
    %TZ_SYS_DB          |    /opt/dbspace
    %TZ_SYS_SHARE       |    /opt/share
    %TZ_SYS_ETC         |    /opt/etc
    %TZ_SYS_HOME        |    /home
    %TZ_SYS_ROOT        |    /root
    %TZ_SYS_RO_APP      |    /usr/apps
    %TZ_SYS_RO_ICONS    |    /usr/share/icons
    %TZ_SYS_RO_PACKAGES |    /usr/share/pakages
    %TZ_SYS_RO_UG       |    /usr/ug
    
    Change-Id: I09ea4314a76a9445e1dd3c91f3fd4bd8c63dc155
    minho.sun authored
     
    Browse Code »






















  • Scripts, examples and demo code should not use defines from other
    parts of DALi. DALI_IMAGE_DIR is defined in Dali toolkit to specify
    where the toolkit images are. This is used in the default toolkit
    style file to specify the locations of the toolkit images.
    
    It must not be overridden by applications.
    
    Updated the demo style file to utilize a configured variable to point
    at the installed demo style's images.
    
    Added an example of a demo-specific image (confirmation popup background)
    
    Updated dali-builder to load the demo theme (Scripting example within demo
    already loads it)
    
    Change-Id: Ie43a6611a8db3fc0afc6a1cd4d9d6e48afef75e7
    Signed-off-by: David Steele <david.steele@samsung.com>
    David Steele authored
     
    Browse Code »