equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008 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 the License "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: ECOM registration for content harvesting plugin* |
|
15 */ |
|
16 |
|
17 |
|
18 |
|
19 // INCLUDES |
|
20 |
|
21 #include <ecom/registryinfo.rh> |
|
22 #include <contentharvesterpluginuids.hrh> |
|
23 #include "videocontentharvesterplugin.hrh" |
|
24 |
|
25 |
|
26 // RESOURCE DEFINITIONS |
|
27 // ----------------------------------------------------------------------------- |
|
28 // |
|
29 // REGISTRY_INFO theInfo |
|
30 // |
|
31 // ----------------------------------------------------------------------------- |
|
32 // |
|
33 RESOURCE REGISTRY_INFO theInfo |
|
34 { |
|
35 // UID for the DLL |
|
36 dll_uid = KVcxNsContentHarvesterPluginUid; |
|
37 // Declare array of interface info |
|
38 interfaces = |
|
39 { |
|
40 INTERFACE_INFO |
|
41 { |
|
42 // UID of interface that is implemented |
|
43 interface_uid = KContentHarvesterPluginUid; |
|
44 implementations = |
|
45 { |
|
46 IMPLEMENTATION_INFO |
|
47 { |
|
48 implementation_uid = KVcxNsContentHarvesterPluginUid; |
|
49 version_no = 1; |
|
50 display_name = "vcnschplugin"; |
|
51 default_data = "vcnschplugin"; |
|
52 opaque_data = "vcnschplugin"; |
|
53 } |
|
54 }; |
|
55 } |
|
56 }; |
|
57 } |