applicationmanagement/server/src/amstorage.cpp
branchRCL_3
changeset 25 5b858729772b
parent 24 6757f1e2efd2
equal deleted inserted replaced
24:6757f1e2efd2 25:5b858729772b
    13  *
    13  *
    14  * Description: Implementation of applicationmanagement components
    14  * Description: Implementation of applicationmanagement components
    15  *
    15  *
    16  */
    16  */
    17 
    17 
    18 
    18 #include "amstorage.h"
    19 #include <centralrepository.h>
    19 #include <centralrepository.h>
       
    20 #include "AMDeploymentComponent.h"
       
    21 #include "debug.h"
    20 #include <s32mem.h>
    22 #include <s32mem.h>
       
    23 #include "amprivateCRKeys.h"
    21 #include <s32file.h>
    24 #include <s32file.h>
    22 #include <e32des8.h>
    25 #include <e32des8.h>
    23 #ifndef __SERIES60_30__
    26 #ifndef __SERIES60_30__
    24 #include "AMAppHideUtil.h"
    27 #include "AMAppHideUtil.h"
    25 #endif
    28 #endif
    26 #include "debug.h"
       
    27 #include "amprivateCRKeys.h"
       
    28 #include "amstorage.h"
       
    29 #include "AMDeploymentComponent.h"
       
    30 
    29 
    31 using namespace NApplicationManagement;
    30 using namespace NApplicationManagement;
    32 
    31 
    33 // CONSTANTS
    32 // CONSTANTS
    34 
    33