systemsettings/GSAccessoryPlugin/inc/acclocalviewids.h
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2005-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:  View ID's for all Accessory Plug-in views.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef  ACCLOCALVIEWIDS_H
       
    20 #define  ACCLOCALVIEWIDS_H
       
    21 
       
    22 #include <e32base.h> // For TUid
       
    23 
       
    24 const TUid KAccHeadsetViewId = {65};
       
    25 const TUid KAccLoopsetViewId = {66};
       
    26 const TUid KAccHandsfreeViewId = {67};
       
    27 const TUid KAccTextPhoneViewId = {68};
       
    28 const TUid KAccMusicStandViewId = {69};
       
    29 const TUid KAccWiredCarkitViewId = {70};
       
    30 const TUid KAccWirelessCarkitViewId = {71};
       
    31 const TUid KAccHeadphonesViewId = {72};
       
    32 const TUid KAccTvoutViewId = {73};
       
    33 const TUid KAccHACViewId = {74};
       
    34 
       
    35 #endif // ACCLOCALVIEWIDS_H