connectivitymodules/SeCon/services/pcd/inc/sconpcdutility.h
branchRCL_3
changeset 20 4a793f564d72
parent 0 d0791faffa3f
equal deleted inserted replaced
19:0aa8cc770c8a 20:4a793f564d72
       
     1 /*
       
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  SConPcdUtility header file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __CSCONPCDUTILITY_H__
       
    20 #define __CSCONPCDUTILITY_H__
       
    21 
       
    22 
       
    23 class CSConTask;
       
    24 class CSConInstApp;
       
    25 class CSConListInstApps;
       
    26 //============================================================
       
    27 // Class TSConPcdUtility declaration
       
    28 //============================================================  
       
    29 NONSHARABLE_CLASS ( SConPcdUtility )
       
    30     {
       
    31     public:     // Methods
       
    32         
       
    33 		static void ProcessListInstalledAppsL( CSConTask*& aTask );
       
    34         
       
    35     private:    // Methods
       
    36     	static void AppendInstalledSisL( CSConListInstApps& aListInstApps );
       
    37     	static void AppendInstalledJavaL( CSConListInstApps& aListInstApps );
       
    38     	static void AppendInstalledWidgetsL( CSConListInstApps& aListInstApps );
       
    39         
       
    40         /**
       
    41          * Checks if package is installed to selected drive
       
    42          * @param aSelectedDriveList selected drives
       
    43          * @param aInstalledDrives package drivemask
       
    44          * @return ETrue if package is installed to one of the drives on aDriveList
       
    45          */
       
    46         static TBool IsInstalledToSelectedDrive( const TDriveList& aSelectedDriveList, TUint aInstalledDrives );
       
    47         
       
    48     };
       
    49 
       
    50 #endif      //  __CSCONPCDUTILITY_H__