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: |
|
15 * Ecom definitions file for Plugged Display ASY. |
|
16 * |
|
17 */ |
|
18 |
|
19 // SYSTEM INCLUDES |
|
20 #include <ecom/registryinfov2.rh> |
|
21 #include <AsyServiceUids.h> |
|
22 |
|
23 // USER INCLUDES |
|
24 #include "pdasyconst.hrh" |
|
25 |
|
26 // RESOURCE DEFINITIONS |
|
27 RESOURCE REGISTRY_INFO |
|
28 { |
|
29 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
30 dll_uid = PD_ASY_DLL_UID; |
|
31 interfaces = |
|
32 { |
|
33 INTERFACE_INFO |
|
34 { |
|
35 // UID of interface that is implemented |
|
36 interface_uid = KACCESSORYPLUGINAPIUID; |
|
37 implementations = |
|
38 { |
|
39 IMPLEMENTATION_INFO |
|
40 { |
|
41 implementation_uid = PD_ASY_MAIN_SERVICE_IMPL_UID; |
|
42 version_no = 1; |
|
43 display_name = PD_ASY_MAIN_SERVICE_IMPL_UID_TEXT; |
|
44 default_data = KACCESSORYPLUGINAPIMAINSERVICE; |
|
45 opaque_data = "Heap=0x7fff"; |
|
46 rom_only = 1; |
|
47 }, |
|
48 IMPLEMENTATION_INFO |
|
49 { |
|
50 implementation_uid = PD_ASY_CMD_HANDLER_IMPL_UID; |
|
51 version_no = 1; |
|
52 display_name = PD_ASY_MAIN_SERVICE_IMPL_UID_TEXT; |
|
53 default_data = KACCESSORYPLUGINAPIHANDLER; |
|
54 opaque_data = ""; |
|
55 rom_only = 1; |
|
56 } |
|
57 }; |
|
58 } |
|
59 }; |
|
60 } |
|
61 |
|
62 // End of File |