navienginebsp/ne1_tb/hcr/hcr_psl_config_mha_inc.inl
changeset 0 5de814552237
equal deleted inserted replaced
-1:000000000000 0:5de814552237
       
     1 /*
       
     2 * Copyright (c) 2008-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: 
       
    15 * This file is part of the NE1_TB Variant Base Port
       
    16 * Hardware Configuration Respoitory compiled repository in-line cpp.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 /** 
       
    22 @file hcr_psl_config_mha_inc.inl
       
    23 File includes the headers needed to compile the MHA settings and their values 
       
    24 as held in the two other INL files: hcr_psl_config_assp.inl
       
    25 and hcr_psl_config_assp_lsd.inl. These three files must compile cleanly
       
    26 in the main hcr_psl_config.cpp file which includes the.
       
    27 
       
    28 @internalTechnology
       
    29 */
       
    30 
       
    31 
       
    32 #ifndef HCR_PSL_CONFIG_MHA_INC_INL
       
    33 #define HCR_PSL_CONFIG_MHA_INC_INL
       
    34 
       
    35 
       
    36 #include <assp/naviengine/naviengine_priv.h>
       
    37 
       
    38 #include <ne1_tb/hcrconfig_mha.h>
       
    39 
       
    40 
       
    41 #endif // HCR_PSL_CONFIG_MHA_INC_INL
       
    42