sl@0: // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // This file is part of the EPOC Emulator Variant Base Port sl@0: // Hardware Configuration Repository Published Setting IDs header. sl@0: // sl@0: sl@0: /** sl@0: @file hcrconfig.h sl@0: File provides const uint definitions for the published set of HCR settings sl@0: identifiers applicable to the EPOC Emulator base port. sl@0: The settings defined in the HCR are examples for "device configuration" for sl@0: the platform and not an exhustive list. The HCR is not intended to hold sl@0: "feature configuration" which if varied would required significant code sl@0: changes in the hardware consumer component. sl@0: sl@0: @publishedPartner sl@0: @prototype sl@0: */ sl@0: sl@0: #ifndef HCR_CONFIG_H sl@0: #define HCR_CONFIG_H sl@0: sl@0: sl@0: sl@0: // -- INCLUDES ---------------------------------------------------------------- sl@0: sl@0: #include <drivers/hcr.h> sl@0: sl@0: sl@0: // -- CATEGORY UIDs ----------------------------------------------------------- sl@0: sl@0: // No category UIDs defined yet sl@0: sl@0: sl@0: #endif // HCR_CONFIG_H