equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-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: Ringing Tone plugin for playing 3D ringing tones. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // INCLUDES |
|
21 #include "registryinfo.rh" |
|
22 |
|
23 // RESOURCE DEFINITIONS |
|
24 // ----------------------------------------------------------------------------- |
|
25 // |
|
26 // Registry information for Ringing Tone plugin for Profiles application. |
|
27 // |
|
28 // ----------------------------------------------------------------------------- |
|
29 // |
|
30 RESOURCE REGISTRY_INFO theInfo |
|
31 { |
|
32 // UID for the DLL |
|
33 dll_uid = 0x10208ADF; |
|
34 // Declare array of interface info |
|
35 interfaces = |
|
36 { |
|
37 INTERFACE_INFO |
|
38 { |
|
39 // UID of interface that is implemented |
|
40 interface_uid = 0x1020299A; |
|
41 implementations = |
|
42 { |
|
43 IMPLEMENTATION_INFO |
|
44 { |
|
45 implementation_uid = 0x10208ADF; |
|
46 version_no = 1; |
|
47 display_name = "3D Ringing Tone Plugin"; |
|
48 default_data = "default"; |
|
49 opaque_data = ""; |
|
50 } |
|
51 }; |
|
52 } |
|
53 }; |
|
54 } |
|
55 |
|
56 // End of File |