|
1 /* |
|
2 * Copyright (c) 2007-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: Orientation SSYs ECom declaration |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <sensrvresource.hrh> |
|
20 #include <ecom/registryinfov2.rh> |
|
21 |
|
22 RESOURCE REGISTRY_INFO OrientationSsy |
|
23 { |
|
24 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
25 dll_uid = 0x10282F0F; |
|
26 |
|
27 interfaces = |
|
28 { |
|
29 INTERFACE_INFO |
|
30 { |
|
31 interface_uid = KSsyControlInterfaceUid; |
|
32 implementations = |
|
33 { |
|
34 BINARY_IMPLEMENTATION_INFO |
|
35 { |
|
36 implementation_uid = 0x10282F0E; |
|
37 version_no = 1; |
|
38 display_name = "ORIENTATIONSSY"; |
|
39 default_data = { |
|
40 // Orientation channel |
|
41 0x1, // ChannelInfoVersion |
|
42 0x27, // ChannelInfoLength |
|
43 0x3E, // Flags |
|
44 0x88, 0x50, 0x20, 0x10, // ChannelType |
|
45 0x03, 0x00, 0x00, 0x00, // ContextType: ESensrvContextTypeUser |
|
46 0x0C, 0x00, 0x00, 0x00, // Quantity: ESensrvQuantityOrientation |
|
47 0x05, 0x4e, 0x6f, 0x4c, 0x6f, 0x63, // Location: NoLoc |
|
48 0x05, 0x4e, 0x6f, 0x6b, 0x69, 0x61, // VendorId: Nokia |
|
49 0x88, 0x50, 0x20, 0x10, // ChannelDataTypeId |
|
50 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, // ChannelSecurityPolicy |
|
51 |
|
52 // Rotation channel |
|
53 0x1, // ChannelInfoVersion |
|
54 0x27, // ChannelInfoLength |
|
55 0x1E, // Flags |
|
56 0x89, 0x50, 0x20, 0x10, // ChannelType: ESensrvContextTypeUser |
|
57 0x03, 0x00, 0x00, 0x00, // ContextType: ESensrvContextTypeUser |
|
58 0x0D, 0x00, 0x00, 0x00, // Quantity: ESensrvQuantityRotation |
|
59 0x05, 0x4e, 0x6f, 0x4c, 0x6f, 0x63, // Location: NoLoc |
|
60 0x05, 0x4e, 0x6f, 0x6b, 0x69, 0x61, // VendorId: Nokia |
|
61 0x89, 0x50, 0x20, 0x10, // ChannelDataTypeId |
|
62 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF |
|
63 // ChannelSecurityPolicy |
|
64 }; |
|
65 opaque_data = {}; |
|
66 rom_only = 0; |
|
67 } |
|
68 }; |
|
69 } |
|
70 }; |
|
71 } |
|
72 |
|
73 // End of File |