localconnectivityservice/generichid/inc/hiduids.h
branchRCL_3
changeset 39 4096754ee773
parent 38 3dcb815346df
child 40 52a167391590
equal deleted inserted replaced
38:3dcb815346df 39:4096754ee773
     1 /*
       
     2 * Copyright (c) 2007 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 LAYOUT_PLUGIN_UID 0x10201d25
       
    26 #define DRIVER_PLUGIN_IF 0x10201d26
       
    27 #define LAYOUT_PLUGIN_IF 0x10201d27
       
    28 #define BTHID_SRV_UID 0x10201d28
       
    29 #define LAYOUTMGR_UID 0x10201d29
       
    30 #define BTKEYBOARD_APP_UID 0x10201d2a
       
    31 #define STARTER_UID 0x10201d2b
       
    32 #define BTHID_PLUGIN_UID 0x10201d2c
       
    33 //----- reserved from NSS list
       
    34 #define MOUSE_UID 0x10281cfc
       
    35 #define BTHID_CLIENT_UID 0x10281cfd
       
    36 #define GENERICHID_UID 0x10281cfe
       
    37 #define GSPLUGIN_IMP 0x10281cff
       
    38 #define BTHID_MAIN_IMP 0x10281d00
       
    39 #define BTHID_SETTINGS_IMP 0x10281d01
       
    40 #define BTHID_PLUGIN_IF 0x10281d02
       
    41 #define INSTALLER_UID 0x10281d03
       
    42 #define KEYBOARD_UID 0x10281d04
       
    43 #define KEYBOARD_DRIVER_IMP 0x10282bfd
       
    44 #define MOUSE_DRIVER_IMP 0x10282bfe
       
    45 #define BELGIAN_LAYOUT_IMP 0x10282bff
       
    46 #define DANISH_LAYOUT_IMP 0x10282c00
       
    47 #define DUTCH_LAYOUT_IMP 0x10282c01
       
    48 #define FINSWE_LAYOUT_IMP 0x10282c02
       
    49 #define FRENCH_LAYOUT_IMP 0x10282c03
       
    50 #define GERMAN_LAYOUT_IMP 0x10282c04
       
    51 #define ITALIAN_LAYOUT_IMP 0x10282c05
       
    52 #define NORWEGIAN_LAYOUT_IMP 0x10282c06
       
    53 #define PORTUGUESE_LAYOUT_IMP 0x10282c07
       
    54 #define SPANISH_LAYOUT_IMP 0x10282c08
       
    55 #define SU8GERMAN_LAYOUT_IMP 0x10282c09
       
    56 #define SU8RUSSIAN_LAYOUT_IMP 0x10282c0a
       
    57 #define SU8RUSSIANINT_LAYOUT_IMP 0x10282c0b
       
    58 #define SU8FINSWE_LAYOUT_IMP 0x10282c0c
       
    59 #define SU8DANNOR_LAYOUT_IMP 0x10282c0d
       
    60 #define SU8USENGLISH_LAYOUT_IMP 0x10282c0e
       
    61 #define SU8INTUSENGLISH_LAYOUT_IMP 0x10282c0f
       
    62 #define UK_LAYOUT_IMP 0x10282c10
       
    63 #define US_LAYOUT_IMP 0x10282c11
       
    64 #define USDVORAK_LAYOUT_IMP 0x10282c12
       
    65 #define USINT_LAYOUT_IMP 0x10282c13
       
    66 #define KBDCLIENT_UID 0x10282c14
       
    67 #define HEADSET_UID 0x10282c15
       
    68 #define HEADSET_DRIVER_IMP 0x10282c16
       
    69 #define HIDREMCON_UID 0x10282c17
       
    70 #define HIDREMCON_IMP 0x10282c18
       
    71 #define HIDEVENTPUBLISHER_UID 0x10282c19
       
    72 // Last reserved UID 0x10282c3c
       
    73 
       
    74 #endif // __HIDUIDS_H__