equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Implementation of fotaserver component |
|
15 * This is part of fotaapplication. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 // RESOURCE IDENTIFIER |
|
22 |
|
23 // INCLUDES |
|
24 #include "registryinfo.rh" |
|
25 |
|
26 // CONSTANTS |
|
27 |
|
28 // MACROS |
|
29 |
|
30 // RESOURCE DEFINITIONS |
|
31 // ----------------------------------------------------------------------------- |
|
32 // |
|
33 // theInfo |
|
34 // ICL codec registeration file for codec selection using ECom and ICL resolver. |
|
35 // |
|
36 // ----------------------------------------------------------------------------- |
|
37 // |
|
38 RESOURCE REGISTRY_INFO theInfo |
|
39 { |
|
40 dll_uid = 0x102072C6; |
|
41 interfaces = |
|
42 { |
|
43 INTERFACE_INFO |
|
44 { |
|
45 interface_uid = 0x10207384; |
|
46 implementations = |
|
47 { |
|
48 IMPLEMENTATION_INFO |
|
49 { |
|
50 implementation_uid = 0x10207385; |
|
51 version_no = 1; |
|
52 display_name = "Fota storage"; |
|
53 default_data = ""; |
|
54 opaque_data = ""; |
|
55 } |
|
56 }; |
|
57 } |
|
58 }; |
|
59 } |
|
60 // End of File |
|