sysstatemgmt/systemstatereferenceplugins/clayer/inc/starterdomaincrkeys.h
branchRCL_3
changeset 20 1ddbe54d0645
parent 5 1a73e8f1b64d
equal deleted inserted replaced
19:94cb00198351 20:1ddbe54d0645
    52     {
    52     {
    53     EStartupIsFirstBoot = 0,
    53     EStartupIsFirstBoot = 0,
    54     EStartupNotFirstBoot
    54     EStartupNotFirstBoot
    55     };
    55     };
    56 
    56 
       
    57 /**
       
    58 * Used by Starter to store the device lock status
       
    59 */
       
    60 const TUint32 KStartupDevLockStatus = 0x00000004;
       
    61 enum TStartupDevLockSuccess
       
    62     {
       
    63     EStartupDevLockNotSucess = 100,
       
    64     EStartupDevLockSucess
       
    65     };
       
    66 
    57 #endif // STARTERDOMAINCRKEYS_H
    67 #endif // STARTERDOMAINCRKEYS_H
    58 
    68 
    59 // End of File
    69 // End of File
    60 
    70