emulator/emulatorbsp/hcr/hcrconfig.h
changeset 0 cec860690d41
child 17 ce191d16bb9a
equal deleted inserted replaced
-1:000000000000 0:cec860690d41
       
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // This file is part of the EPOC Emulator Variant Base Port
       
    15 // Hardware Configuration Repository Published Setting IDs header. 
       
    16 //
       
    17 
       
    18 /** 
       
    19 @file hcrconfig.h
       
    20 File provides const uint definitions for the published set of HCR settings
       
    21 identifiers applicable to the EPOC Emulator base port.
       
    22 The settings defined in the HCR are examples for "device configuration" for
       
    23 the platform and not an exhustive list. The HCR is not intended to hold
       
    24 "feature configuration" which if varied would required significant code 
       
    25 changes in the hardware consumer component. 
       
    26 
       
    27 @publishedPartner
       
    28 @prototype
       
    29 */
       
    30 
       
    31 #ifndef HCR_CONFIG_H
       
    32 #define HCR_CONFIG_H
       
    33 
       
    34 
       
    35 
       
    36 // -- INCLUDES ----------------------------------------------------------------
       
    37 
       
    38 #include  <drivers/hcr.h>
       
    39 
       
    40 
       
    41 // -- CATEGORY UIDs -----------------------------------------------------------
       
    42 
       
    43 // No category UIDs defined yet
       
    44 
       
    45 
       
    46 #endif // HCR_CONFIG_H