webengine/widgetinstaller/Src/WidgetBackupRegistryXml.cpp
changeset 11 c8a366e56285
parent 10 a359256acfc6
child 15 60c5402cb945
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
    41 _LIT( KFileSize,             "FileSize" );
    41 _LIT( KFileSize,             "FileSize" );
    42 _LIT( KUid,                  "Uid" );
    42 _LIT( KUid,                  "Uid" );
    43 _LIT( KNokiaWidget,          "NokiaWidget" );
    43 _LIT( KNokiaWidget,          "NokiaWidget" );
    44 _LIT( KMiniViewEnabled,      "MiniViewEnabled" );
    44 _LIT( KMiniViewEnabled,      "MiniViewEnabled" );
    45 _LIT( KBlanketPermGranted,   "BlanketPermissionGranted" );         // optional
    45 _LIT( KBlanketPermGranted,   "BlanketPermissionGranted" );         // optional
       
    46 _LIT( KPreInstalled,         "PreInstalled" );                     // optional
    46 
    47 
    47 // ============================================================================
    48 // ============================================================================
    48 // CWidgetBackupRegistryXml::NewL()
    49 // CWidgetBackupRegistryXml::NewL()
    49 // two-phase constructor
    50 // two-phase constructor
    50 //
    51 //
   177     property.type = EWidgetPropTypeInt;
   178     property.type = EWidgetPropTypeInt;
   178     iProperties.AppendL(property);
   179     iProperties.AppendL(property);
   179     //
   180     //
   180     property.id = EBlanketPermGranted;
   181     property.id = EBlanketPermGranted;
   181     property.name.Set( KBlanketPermGranted );
   182     property.name.Set( KBlanketPermGranted );
       
   183     property.type = EWidgetPropTypeInt;
       
   184     iProperties.AppendL(property);
       
   185     //
       
   186     property.id = EPreInstalled;
       
   187     property.name.Set( KPreInstalled );
   182     property.type = EWidgetPropTypeInt;
   188     property.type = EWidgetPropTypeInt;
   183     iProperties.AppendL(property);
   189     iProperties.AppendL(property);
   184     }
   190     }
   185 
   191 
   186 // ============================================================================
   192 // ============================================================================