widgettools/wrtwidgetpreinstaller/src/installwidgets.pl
branchRCL_3
changeset 28 78ea955b5d24
parent 25 a8ece8c8fac1
child 30 0891752adab8
equal deleted inserted replaced
25:a8ece8c8fac1 28:78ea955b5d24
  1325    }
  1325    }
  1326 
  1326 
  1327     if($attributeMap)
  1327     if($attributeMap)
  1328     {      
  1328     {      
  1329         $plisthash->{'AttributeList'} = $attributeMap;
  1329         $plisthash->{'AttributeList'} = $attributeMap;
  1330         print "\n AttributeList::$plisthash->{'AttributeList'}\n"
  1330         print "\nAttributeList::$plisthash->{'AttributeList'}\n"
  1331     }
  1331     }
  1332 
  1332 
  1333   # Return result
  1333   # Return result
  1334   return $plisthash;
  1334   return $plisthash;
  1335 
  1335 
  1445         }
  1445         }
  1446         elsif ($el eq "NOKIA:sharedlibrary")
  1446         elsif ($el eq "NOKIA:sharedlibrary")
  1447         {
  1447         {
  1448             print " \n\n ^^^^^^^^^^^^^^^^^^^^^^^NOKIA:sharedlibrary ^^^^^^^^^^^^^^^^^^^^ \n\n";
  1448             print " \n\n ^^^^^^^^^^^^^^^^^^^^^^^NOKIA:sharedlibrary ^^^^^^^^^^^^^^^^^^^^ \n\n";
  1449             $isSharedLibrary = 1;
  1449             $isSharedLibrary = 1;
       
  1450             $plisthash->{'WidgetPackagingFormat'} = "shared-library";
  1450             $attributeMap = $attributeMap.WIDGET_NOKIA_SHAREDLIB.KEY_VALUE_SEPERATOR.KEY_VALUE_PAIR_SEPERATOR;
  1451             $attributeMap = $attributeMap.WIDGET_NOKIA_SHAREDLIB.KEY_VALUE_SEPERATOR.KEY_VALUE_PAIR_SEPERATOR;
  1451         }
  1452         }
  1452      $val = '';    
  1453      $val = '';    
  1453      }
  1454      }
  1454     
  1455