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