configurationengine/source/plugins/symbian/ConeHCRPlugin/hcrplugin/hcrrepository.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #
    15 #
    16 
    16 
    17 import logging
       
    18 import __init__
       
    19 
    17 
    20 from cone.public import exceptions,plugin,utils,api
       
    21 
    18 
    22 class HcrRepository(object):
    19 class HcrRepository(object):
    23     FLAG_READ_ONLY    = 1
    20     FLAG_READ_ONLY    = 1
    24     FLAG_NON_VOLATILE = 2
    21     FLAG_NON_VOLATILE = 2
    25     FLAG_BOOT_ONLY    = 4
    22     FLAG_BOOT_ONLY    = 4