equal
deleted
inserted
replaced
28 |
28 |
29 typedef TInt TPolicyID; |
29 typedef TInt TPolicyID; |
30 typedef TInt TExecutableID; |
30 typedef TInt TExecutableID; |
31 typedef TUint32 TPermGrant; |
31 typedef TUint32 TPermGrant; |
32 typedef RArray<TCapability> RCapabilityArray; |
32 typedef RArray<TCapability> RCapabilityArray; |
|
33 typedef TUid TProviderUid; |
|
34 typedef RArray<TProviderUid> RProviderArray; |
33 |
35 |
34 typedef TUint32 TCapabilityBitSet; |
36 typedef TUint32 TCapabilityBitSet; |
35 |
37 |
36 //constant for default NULL capability bitset |
38 //constant for default NULL capability bitset |
37 const TCapabilityBitSet KDefaultNullBit = 0x0000; |
39 const TCapabilityBitSet KDefaultNullBit = 0x0000; |
84 }; |
86 }; |
85 |
87 |
86 enum TSecMgrPromptUIOption |
88 enum TSecMgrPromptUIOption |
87 { |
89 { |
88 RTPROMPTUI_DEFAULT = 0, |
90 RTPROMPTUI_DEFAULT = 0, |
89 RTPROMPTUI_ADVANCED |
91 RTPROMPTUI_ADVANCED, |
|
92 RTPROMPTUI_PROVIDER |
90 }; |
93 }; |
91 |
94 |
92 //error code used btn server and client |
95 //error code used btn server and client |
93 //error code starts with -101 as predefined symbian codes |
96 //error code starts with -101 as predefined symbian codes |
94 //range upto -48 |
97 //range upto -48 |