diff options
author | Yang Gu <yang.gu@intel.com> | 2010-04-02 14:20:40 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-04-02 11:05:42 -0500 |
commit | 46f5f652144eeee2e802926bc1534f33550ef6da (patch) | |
tree | 74821f9b6e1dbfebb27413705f5ea8d12bd3a74b /src/stkutil.h | |
parent | f5c0041240a292d9ae2cca6eb74b3be4bb0ea7ec (diff) | |
download | ofono-46f5f652144eeee2e802926bc1534f33550ef6da.tar.bz2 |
Add parser for browser identity objects
Diffstat (limited to 'src/stkutil.h')
-rw-r--r-- | src/stkutil.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h index 0d22bea9..3f961598 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -301,6 +301,14 @@ enum stk_icon_qualifier { STK_ICON_QUALIFIER_TYPE_NON_SELF_EXPLANATORY = 0x01 }; +enum stk_browser_id { + STK_BROWSER_ID_DEFAULT = 0x00, + STK_BROWSER_ID_WML = 0x01, + STK_BROWSER_ID_HTML = 0x02, + STK_BROWSER_ID_XHTML = 0x03, + STK_BROWSER_ID_CHTML = 0x04 +}; + /* For data object that only has a byte array with undetermined length */ struct stk_common_byte_array { unsigned char *array; |