localconnectivityservice/headset/hidremconbearer/inc/hidremconbearerinternalpskeys.h
branchRCL_3
changeset 20 4a793f564d72
parent 19 0aa8cc770c8a
child 21 74aa6861c87d
equal deleted inserted replaced
19:0aa8cc770c8a 20:4a793f564d72
     1 /*
       
     2 * Copyright (c) 2005-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:  HidRemconBearer internal Publish & Subscribe keys.
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef HIDREMCONBEARERINTERNALPSKEYS_H
       
    20 #define HIDREMCONBEARERINTERNALPSKEYS_H
       
    21 
       
    22 const TUid KPSUidHidEventNotifier =
       
    23     {
       
    24     0x101f9067
       
    25     /*0x10282c19*/}; // hid event publisher uid
       
    26 
       
    27 // Media Keys Notification API
       
    28 
       
    29 const TUint32 KHidControlKeyEvent = 0x00000001;
       
    30 const TUint32 KHidAccessoryVolumeEvent = 0x00000002;
       
    31 const TUint32 KHidMuteKeyEvent = 0x00000003;
       
    32 const TUint32 KHidHookKeyEvent = 0x00000004;
       
    33 
       
    34 #endif      // __HIDREMCONBEARERINTERNALPSKEYS_H__