sl@0
|
1 |
// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
// This file contains the constants used in ECOM RSS resource files
|
sl@0
|
15 |
// The UID identifying client provided custom resolver plug-ins implementing
|
sl@0
|
16 |
// the CResolver interface.
|
sl@0
|
17 |
//
|
sl@0
|
18 |
//
|
sl@0
|
19 |
|
sl@0
|
20 |
/**
|
sl@0
|
21 |
@file
|
sl@0
|
22 |
@publishedAll
|
sl@0
|
23 |
@released
|
sl@0
|
24 |
@publishedPartner
|
sl@0
|
25 |
@released
|
sl@0
|
26 |
*/
|
sl@0
|
27 |
#define CUSTOM_RESOLVER_INTERFACE_UID 0x10009D90
|
sl@0
|
28 |
|
sl@0
|
29 |
/**
|
sl@0
|
30 |
The UID identifying as Resource Files ECOM Interface Implementation .
|
sl@0
|
31 |
*/
|
sl@0
|
32 |
#define ECOM_RESOURCE_FILE 0x101F747D
|
sl@0
|
33 |
|
sl@0
|
34 |
/**
|
sl@0
|
35 |
The UID identifiying an ECom plug-in resource file as having version 2 format
|
sl@0
|
36 |
*/
|
sl@0
|
37 |
#define RESOURCE_FORMAT_VERSION_2 0x101FB0B9
|
sl@0
|
38 |
|
sl@0
|
39 |
/**
|
sl@0
|
40 |
The UID identifiying an ECom plug-in resource file as having version 3 format
|
sl@0
|
41 |
@publishedPartner
|
sl@0
|
42 |
@released
|
sl@0
|
43 |
*/
|
sl@0
|
44 |
#define RESOURCE_FORMAT_VERSION_3 0x10009E47
|
sl@0
|
45 |
|
sl@0
|
46 |
/**
|
sl@0
|
47 |
Constant used with the IMPLEMENTATION_INFO & BINARY_IMPLEMENTATION_INFO
|
sl@0
|
48 |
structs in registryinfov3.rh. The integer identifying Implementation
|
sl@0
|
49 |
Information record type 1. Type 1 is for string/text data.
|
sl@0
|
50 |
@publishedPartner
|
sl@0
|
51 |
@released
|
sl@0
|
52 |
*/
|
sl@0
|
53 |
#define IMPLEMENTATION_INFO_RECORD_TYPE1 0x01
|
sl@0
|
54 |
|
sl@0
|
55 |
/**
|
sl@0
|
56 |
Constant used with the IMPLEMENTATION_INFO & BINARY_IMPLEMENTATION_INFO
|
sl@0
|
57 |
structs in registryinfov3.rh. The integer identifying Implementation
|
sl@0
|
58 |
Information record type 2. Type 2 is for binary data.
|
sl@0
|
59 |
@publishedPartner
|
sl@0
|
60 |
@released
|
sl@0
|
61 |
*/
|
sl@0
|
62 |
#define IMPLEMENTATION_INFO_RECORD_TYPE2 0x02
|
sl@0
|
63 |
|
sl@0
|
64 |
/**
|
sl@0
|
65 |
Constant defined for use with the 'flags' member of IMPLEMENTATION_INFO &
|
sl@0
|
66 |
BINARY_IMPLEMENTATION_INFO structs in registryinfov3.rh.
|
sl@0
|
67 |
The bit flags marking features.
|
sl@0
|
68 |
@publishedPartner
|
sl@0
|
69 |
@released
|
sl@0
|
70 |
*/
|
sl@0
|
71 |
#define IMPLEMENTATION_INFO_FLAG_ROM_ONLY 0x01
|
sl@0
|
72 |
|