usbservices_plat/usb_watcher_info_api_header/inc/UsbWatcherInternalPSKeys.h
changeset 35 9d8b04ca6939
parent 0 1e05558e2206
equal deleted inserted replaced
34:7858bc6ead78 35:9d8b04ca6939
       
     1 /*
       
     2 * Copyright (c) 2006 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:  USB Watcher's internal Publish & Subscribe keys
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef USBWATCHERINTERNALPSKEYS_H
       
    20 #define USBWATCHERINTERNALPSKEYS_H
       
    21 
       
    22 // CONSTANTS
       
    23 const TUid KPSUidUsbWatcher = { 0x101F8801 };
       
    24 
       
    25 const TUint32 KUsbWatcherSelectedPersonality = 0x00000001;
       
    26 const TInt KUsbWatcherSelectedPersonalityNone = -1;
       
    27 
       
    28 // specifies whether peripheral is connected, and device perform as host. 
       
    29 const TUint32 KUsbWatcherIsPeripheralConnected = 0x00000002;  
       
    30     
       
    31 #endif      // USBWATCHERINTERNALPSKEYS_H
       
    32 
       
    33 // End of File