# context_constant.h ## 概述 声明上下文相关的枚举。 **库**:libability_runtime.so **系统能力**:SystemCapability.Ability.AbilityRuntime.Core **起始版本**:13 **相关模块**:[AbilityRuntime](_ability_runtime.md) ## 汇总 ### 文件 | 名称 | 描述 | | --------------------------------------------- | ------------------------------------------------------------ | | [context_constant.h](context__constant_8h.md) | 声明上下文相关的枚举。
**引用文件**:
**库**:libability_runtime.so | ### 枚举 | 名称 | 描述 | | ------------------------------------------------------------ | ------------------ | | [AbilityRuntime_AreaMode](_ability_runtime.md#abilityruntime_areamode) {
ABILITY_RUNTIME_AREA_MODE_EL1 = 0,
ABILITY_RUNTIME_AREA_MODE_EL2 = 1,
ABILITY_RUNTIME_AREA_MODE_EL3 = 2,
ABILITY_RUNTIME_AREA_MODE_EL4 = 3,
ABILITY_RUNTIME_AREA_MODE_EL5 = 4
} | 定义数据加密等级。 |