equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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: HTI service plugin for playing audio. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // RESOURCE IDENTIFIER |
|
21 |
|
22 // INCLUDES |
|
23 #include <ecom/registryinfo.rh> |
|
24 |
|
25 // CONSTANTS |
|
26 |
|
27 // MACROS |
|
28 |
|
29 |
|
30 // RESOURCE DEFINITIONS |
|
31 // ----------------------------------------------------------------------------- |
|
32 // |
|
33 // theInfo |
|
34 // ECom registry info resource. |
|
35 // |
|
36 // ----------------------------------------------------------------------------- |
|
37 // |
|
38 |
|
39 RESOURCE REGISTRY_INFO theInfo |
|
40 { |
|
41 // UID for the DLL |
|
42 dll_uid = 0x2002EA9D; |
|
43 // Declare array of interface info |
|
44 interfaces = |
|
45 { |
|
46 INTERFACE_INFO |
|
47 { |
|
48 // UID of interface that is implemented |
|
49 interface_uid = 0x1020DEB7; |
|
50 implementations = |
|
51 { |
|
52 IMPLEMENTATION_INFO |
|
53 { |
|
54 implementation_uid = 0x2002EA9E; |
|
55 version_no = 1; |
|
56 display_name = "Camera Service"; |
|
57 default_data = "Camera"; |
|
58 opaque_data = ""; |
|
59 } |
|
60 }; |
|
61 } |
|
62 }; |
|
63 } |
|
64 |
|
65 |
|
66 // End of File |