phonebookui/Phonebook2/ccapplication/ccadetailsviewplugin/data/ccappdetailsviewplugin.rss
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 "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 definitions for this plugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <registryinfo.rh> |
|
20 #include "ccappdetailsviewpluginuids.hrh" |
|
21 |
|
22 // --------------------------------------------------------------------------- |
|
23 // the Info |
|
24 // |
|
25 // ECom definitions for this plugin |
|
26 // --------------------------------------------------------------------------- |
|
27 // |
|
28 RESOURCE REGISTRY_INFO theInfo |
|
29 { |
|
30 // UID for the DLL. See mmp files |
|
31 dll_uid = KCCADetailsViewPluginDllUid; |
|
32 |
|
33 // Declare array of interface info |
|
34 interfaces = |
|
35 { |
|
36 INTERFACE_INFO |
|
37 { |
|
38 // UID of interface that is implemented |
|
39 interface_uid = KCCAppViewPluginBaseInterfaceUID; |
|
40 |
|
41 implementations = |
|
42 { |
|
43 IMPLEMENTATION_INFO |
|
44 { |
|
45 implementation_uid = 0x200159E7; //KCCADetailsViewPluginImplmentationUid; |
|
46 version_no = 1; |
|
47 display_name = "CCA details view plugin"; |
|
48 default_data = ""; |
|
49 opaque_data = "55"; |
|
50 } |
|
51 }; |
|
52 } |
|
53 }; |
|
54 } |
|
55 |
|
56 // End of File |