bluetoothengine/bthid/layouts/data/kbdlayout.rss
changeset 0 f63038272f30
equal deleted inserted replaced
-1:000000000000 0:f63038272f30
       
     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 plugin resource file for keyboard layouts.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <ecom/registryinfo.rh>
       
    19 #include "hiduids.h"
       
    20 
       
    21 RESOURCE REGISTRY_INFO theInfo
       
    22 	{
       
    23 	dll_uid     = LAYOUT_PLUGIN_UID; 
       
    24 	interfaces  = 
       
    25 		{
       
    26 		INTERFACE_INFO
       
    27 			{
       
    28 			interface_uid   = LAYOUT_PLUGIN_IF;  // HID driver interface UID
       
    29 			implementations = 
       
    30 				{
       
    31 				IMPLEMENTATION_INFO
       
    32 					{
       
    33 					implementation_uid  = BELGIAN_LAYOUT_IMP; 
       
    34 					version_no          = 1;
       
    35 					display_name        = "Belgian Keyboard Layout Plugin"; 
       
    36 					},
       
    37 				IMPLEMENTATION_INFO
       
    38 					{
       
    39 					implementation_uid  = DANISH_LAYOUT_IMP; 
       
    40 					version_no          = 1;
       
    41 					display_name        = "Danish Keyboard Layout Plugin"; 
       
    42 					},
       
    43 				IMPLEMENTATION_INFO
       
    44 					{
       
    45 					implementation_uid  = DUTCH_LAYOUT_IMP; 
       
    46 					version_no          = 1;
       
    47 					display_name        = "Dutch Keyboard Layout Plugin"; 
       
    48 					},
       
    49 				IMPLEMENTATION_INFO
       
    50 					{
       
    51 					implementation_uid  = FINSWE_LAYOUT_IMP; 
       
    52 					version_no          = 1;
       
    53 					display_name        = "FinnishSwedish Keyboard Layout Plugin"; 
       
    54 					},
       
    55 				IMPLEMENTATION_INFO
       
    56 					{
       
    57 					implementation_uid  = FRENCH_LAYOUT_IMP; 
       
    58 					version_no          = 1;
       
    59 					display_name        = "French Keyboard Layout Plugin"; 
       
    60 					},
       
    61 				IMPLEMENTATION_INFO
       
    62 					{
       
    63 					implementation_uid  = GERMAN_LAYOUT_IMP; 
       
    64 					version_no          = 1;
       
    65 					display_name        = "German Keyboard Layout Plugin"; 
       
    66 					},
       
    67 				IMPLEMENTATION_INFO
       
    68 					{
       
    69 					implementation_uid  = ITALIAN_LAYOUT_IMP; 
       
    70 					version_no          = 1;
       
    71 					display_name        = "Italian Keyboard Layout Plugin"; 
       
    72 					},
       
    73 				IMPLEMENTATION_INFO
       
    74 					{
       
    75 					implementation_uid  = NORWEGIAN_LAYOUT_IMP; 
       
    76 					version_no          = 1;
       
    77 					display_name        = "Norwegian Keyboard Layout Plugin"; 
       
    78 					},
       
    79 				IMPLEMENTATION_INFO
       
    80 					{
       
    81 					implementation_uid  = PORTUGUESE_LAYOUT_IMP; 
       
    82 					version_no          = 1;
       
    83 					display_name        = "Portuguese Keyboard Layout Plugin"; 
       
    84 					},
       
    85 				IMPLEMENTATION_INFO
       
    86 					{
       
    87 					implementation_uid  = SPANISH_LAYOUT_IMP; 
       
    88 					version_no          = 1;
       
    89 					display_name        = "Spanish Keyboard Layout Plugin"; 
       
    90 					},
       
    91 				IMPLEMENTATION_INFO
       
    92 					{
       
    93 					implementation_uid  = SU8DANNOR_LAYOUT_IMP; 
       
    94 					version_no          = 1;
       
    95 					display_name        = "SU-8 DanishNorwegian Keyboard Layout Plugin"; 
       
    96 					},
       
    97 				IMPLEMENTATION_INFO
       
    98 					{
       
    99 					implementation_uid  = SU8FINSWE_LAYOUT_IMP; 
       
   100 					version_no          = 1;
       
   101 					display_name        = "SU-8 FinnishSwedish Keyboard Layout Plugin"; 
       
   102 					},
       
   103 				IMPLEMENTATION_INFO
       
   104 					{
       
   105 					implementation_uid  = SU8GERMAN_LAYOUT_IMP; 
       
   106 					version_no          = 1;
       
   107 					display_name        = "SU-8 German Keyboard Layout Plugin"; 
       
   108 					},
       
   109 				IMPLEMENTATION_INFO
       
   110 					{
       
   111 					implementation_uid  = SU8INTUSENGLISH_LAYOUT_IMP; 
       
   112 					version_no          = 1;
       
   113 					display_name        = "SU-8 US International Keyboard Layout Plugin"; 
       
   114 					},
       
   115 				IMPLEMENTATION_INFO
       
   116 					{
       
   117 					implementation_uid  = SU8RUSSIANINT_LAYOUT_IMP; 
       
   118 					version_no          = 1;
       
   119 					display_name        = "SU-8 Russian International Keyboard Layout Plugin"; 
       
   120 					},
       
   121 				IMPLEMENTATION_INFO
       
   122 					{
       
   123 					implementation_uid  = UK_LAYOUT_IMP; 
       
   124 					version_no          = 1;
       
   125 					display_name        = "United Kingdom Keyboard Layout Plugin"; 
       
   126 					},
       
   127 				IMPLEMENTATION_INFO
       
   128 					{
       
   129 					implementation_uid  = US_LAYOUT_IMP; 
       
   130 					version_no          = 1;
       
   131 					display_name        = "United States Keyboard Layout Plugin"; 
       
   132 					},
       
   133 				IMPLEMENTATION_INFO
       
   134 					{
       
   135 					implementation_uid  = USDVORAK_LAYOUT_IMP; 
       
   136 					version_no          = 1;
       
   137 					display_name        = "Unoted States Dvorak Keyboard Layout Plugin"; 
       
   138 					},
       
   139 				IMPLEMENTATION_INFO
       
   140 					{
       
   141 					implementation_uid  = USINT_LAYOUT_IMP; 
       
   142 					version_no          = 1;
       
   143 					display_name        = "United States International Keyboard Layout Plugin"; 
       
   144 					}
       
   145 				};
       
   146 			}
       
   147 		};
       
   148 	}