webengine/widgetinstaller/Src/WidgetConfigHandler.cpp
changeset 11 c8a366e56285
parent 0 dd21522fd290
child 25 0ed94ceaa377
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
    62 _LIT( KNokiaIdentifier,            "Identifier" );              // required
    62 _LIT( KNokiaIdentifier,            "Identifier" );              // required
    63 _LIT( KNokiaDisplayName,           "DisplayName" );             // required
    63 _LIT( KNokiaDisplayName,           "DisplayName" );             // required
    64 _LIT( KNokiaVersion,               "Version" );                 // optional
    64 _LIT( KNokiaVersion,               "Version" );                 // optional
    65 _LIT( KNokiaMiniViewEnabled,       "MiniViewEnabled" );         // optional
    65 _LIT( KNokiaMiniViewEnabled,       "MiniViewEnabled" );         // optional
    66 _LIT( KBlanketPermGranted,          "BlanketPermissionGranted" );// optional 
    66 _LIT( KBlanketPermGranted,          "BlanketPermissionGranted" );// optional 
       
    67 _LIT( KPreInstalled,               "PreInstalled" );            // optional
    67 
    68 
    68 // Apple/Nokia shared key names
    69 // Apple/Nokia shared key names
    69 _LIT( KMainHTML,                   "MainHTML" );                // required
    70 _LIT( KMainHTML,                   "MainHTML" );                // required
    70 _LIT( KAllowNetworkAccess,         "AllowNetworkAccess" );      // optional
    71 _LIT( KAllowNetworkAccess,         "AllowNetworkAccess" );      // optional
    71 _LIT( KHeight,                     "Height" );                  // optional
    72 _LIT( KHeight,                     "Height" );                  // optional
   213     //
   214     //
   214     iProperties[EPropertyDescriptionNokiaPromptNeeded].id = EBlanketPermGranted;
   215     iProperties[EPropertyDescriptionNokiaPromptNeeded].id = EBlanketPermGranted;
   215     iProperties[EPropertyDescriptionNokiaPromptNeeded].name.Set( KBlanketPermGranted );
   216     iProperties[EPropertyDescriptionNokiaPromptNeeded].name.Set( KBlanketPermGranted );
   216     iProperties[EPropertyDescriptionNokiaPromptNeeded].type = EWidgetPropTypeBool;
   217     iProperties[EPropertyDescriptionNokiaPromptNeeded].type = EWidgetPropTypeBool;
   217     iProperties[EPropertyDescriptionNokiaPromptNeeded].flags = CONFIG_NOKIA_MAY;
   218     iProperties[EPropertyDescriptionNokiaPromptNeeded].flags = CONFIG_NOKIA_MAY;
       
   219     //
       
   220     iProperties[EPropertyDescriptionNokiaPreInstalled].id = EPreInstalled;
       
   221     iProperties[EPropertyDescriptionNokiaPreInstalled].name.Set( KPreInstalled );
       
   222     iProperties[EPropertyDescriptionNokiaPreInstalled].type = EWidgetPropTypeBool;
       
   223     iProperties[EPropertyDescriptionNokiaPreInstalled].flags = CONFIG_NOKIA_MAY;
   218 
   224 
   219     }
   225     }
   220 
   226 
   221 // ============================================================================
   227 // ============================================================================
   222 // CWidgetConfigHandler::ConstructL()
   228 // CWidgetConfigHandler::ConstructL()