bluetoothengine/bthid/inc/hiduids.h
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:  UID definitions.
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef HIDUIDS_H
       
    20 #define HIDUIDS_H
       
    21 
       
    22 #define ECOM_UID 0x10009d8d
       
    23 #define REMCON_PLUGIN_IF 0x10204546
       
    24 //----- original HID uids, reserved from Symbian
       
    25 #define BTHID_SRV_UID 0x2001E301
       
    26 #define LAYOUTMGR_UID 0x2001E302
       
    27 #define DRIVER_PLUGIN_IF 0x10201d26
       
    28 #define LAYOUT_PLUGIN_IF 0x10201d27
       
    29 //----- reserved from NSS list
       
    30 #define HIDCLIENT_UID            0x2001E307
       
    31 #define KBD_ENGPLUGIN_UID        0x2001E308
       
    32 #define KBD_ENGPLUGIN_IMP        0x2001E309
       
    33 #define KBDSETTINGS_UIPLUGIN_UID 0x2001E30B
       
    34 #define KBDSETTINGS_UIPLUGIN_IMP 0x2001E30C
       
    35 #define CR_SETTINGS_UID          0x2001E320
       
    36 #define KBDCLIENT_UID            0x2001E30A
       
    37 //#define DRIVER_PLUGIN_IF         0x2001E2FF
       
    38 
       
    39 #define KEYBOARD_UID 0x2001E304
       
    40 #define KEYBOARD_DRIVER_IMP 0x2001E305
       
    41 
       
    42 #define MOUSE_UID 0x2001E303
       
    43 #define MOUSE_DRIVER_IMP 0x2001E306
       
    44 
       
    45 #define LAYOUT_PLUGIN_UID 0x2001E2FE
       
    46 //#define LAYOUT_PLUGIN_IF 0x2001E300
       
    47 
       
    48 #define BELGIAN_LAYOUT_IMP 0x2001E30D
       
    49 #define DANISH_LAYOUT_IMP 0x2001E30E
       
    50 #define DUTCH_LAYOUT_IMP 0x2001E30F
       
    51 #define FINSWE_LAYOUT_IMP 0x2001E310
       
    52 #define FRENCH_LAYOUT_IMP 0x2001E311
       
    53 #define GERMAN_LAYOUT_IMP 0x2001E312
       
    54 #define ITALIAN_LAYOUT_IMP 0x2001E313
       
    55 #define NORWEGIAN_LAYOUT_IMP 0x2001E314
       
    56 #define PORTUGUESE_LAYOUT_IMP 0x2001E315
       
    57 #define SPANISH_LAYOUT_IMP 0x2001E316
       
    58 #define UK_LAYOUT_IMP 0x2001E317
       
    59 #define US_LAYOUT_IMP 0x2001E318
       
    60 #define USDVORAK_LAYOUT_IMP 0x2001E319
       
    61 #define USINT_LAYOUT_IMP 0x2001E31A
       
    62 
       
    63 #define SU8GERMAN_LAYOUT_IMP 0x2001E31B
       
    64 #define SU8RUSSIANINT_LAYOUT_IMP 0x2001E31C
       
    65 #define SU8FINSWE_LAYOUT_IMP 0x2001E31D
       
    66 #define SU8DANNOR_LAYOUT_IMP 0x2001E31E
       
    67 #define SU8INTUSENGLISH_LAYOUT_IMP 0x2001E31F
       
    68 
       
    69 #define HEADSET_UID 0x10282c15
       
    70 #define HEADSET_DRIVER_IMP 0x10282c16
       
    71 #define HIDREMCON_UID 0x10282c17
       
    72 #define HIDREMCON_IMP 0x10282c18
       
    73 #define HIDEVENTPUBLISHER_UID 0x10282c19
       
    74 
       
    75 #endif // __HIDUIDS_H__