web_pub/settings_api/inc/BrowserUiSDKCRKeys.h
changeset 1 7c90e6132015
parent 0 dd21522fd290
child 10 a359256acfc6
equal deleted inserted replaced
0:dd21522fd290 1:7c90e6132015
   335 
   335 
   336 // Short cut keys for function: Zoom Mode
   336 // Short cut keys for function: Zoom Mode
   337 // Any String value
   337 // Any String value
   338 const TUint32 KBrowserNGShortCutFuncZoomMode =      0x00000076;
   338 const TUint32 KBrowserNGShortCutFuncZoomMode =      0x00000076;
   339 
   339 
       
   340 // KBrowserSearchIconPath path to mif file saving search icons
       
   341 // Given and updated by search application
       
   342 // like z:\\resource\\apps\\xxx.mif
       
   343 const TUint32 KBrowserSearchIconPath = 0x00000077;
       
   344 
       
   345 // KBrowserSearchIconId Current search iconId From search mif file
       
   346 // Given and updated by search application
       
   347 // Valid values: TInt
       
   348 const TUint32 KBrowserSearchIconId = 0x00000078;
       
   349 
       
   350 // KBrowserSearchIconMaskId Current search iconMaskId From search mif file
       
   351 // Given and updated by search application
       
   352 // Valid values: TInt
       
   353 const TUint32 KBrowserSearchIconMaskId = 0x00000079;
       
   354 
       
   355 // KBrowserSearchProviderTitle Title to current search provider
       
   356 // Given and updated by search application
       
   357 const TUint32 KBrowserSearchProviderTitle = 0x0000007A;
       
   358 
       
   359 // KBrowserServiceUrl Browser Service url
       
   360 // Used to lauch service application through scheme handler
       
   361 const TUint32 KBrowserServiceUrl = 0x0000007B;
       
   362 
       
   363 // KBrowserFirstBoot
       
   364 // Valid values: 1 if browser first boot is not done yet, other 0  
       
   365 const TUint32 KBrowserFirstBoot = 0x0000007C;
       
   366 
       
   367 // KBrowserSearch TInt if browser search is present 
       
   368 // Valid values: 0, 1
       
   369 const TUint32 KBrowserSearch = 0x0000007D;
       
   370 
       
   371 // KBrowserServices TInt if browser service is present
       
   372 // Valid values: 0,1 
       
   373 const TUint32 KBrowserServices = 0x0000007E;
       
   374 
       
   375 // KBrowserSearchAppUid - browser Search Application UID
       
   376 // Valid values:any positive 32-bit integer value
       
   377 const TUint32 KBrowserSearchAppUid= 0x0000007F;
       
   378 
       
   379 // Search Application View UID for selection of Default 
       
   380 // Search Provider.
       
   381 // Valid values:any positive 32-bit integer value.
       
   382 const TUint32 KBrowserSearchProviderSettingViewId = 0x00000080;
       
   383 
       
   384 // KBrowserSearchProviderUrl Browser Search url
       
   385 // Used by Search Scheme Handler.
       
   386 const TUint32 KBrowserSearchProviderUrl = 0x00000081;
       
   387 
   340 #endif      // BROWSERUISDKCRKEYS_H
   388 #endif      // BROWSERUISDKCRKEYS_H