upnp/upnpstack/upnputils/inc/upnpcompvariant.hrh
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 /** @file
       
     2 * Copyright (c) 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:  Here are the flags that allows to compile code
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef upnpcompvariant_HRH
       
    19 #define upnpcompvariant_HRH
       
    20 #include <platform_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 
       
    23 //#define RD_UPNP_REMOTE_ACCESS
       
    24 
       
    25 #if defined (__SERIES60_31__)
       
    26 
       
    27 //Flag for 3.1 HN
       
    28 #ifndef __HN_31__
       
    29     #define __HN_31__
       
    30 #endif
       
    31 
       
    32 //#elif defined (__SERIES60_32__)
       
    33 
       
    34 //Flag for 3.2 HN
       
    35 //    #define __HN_32__
       
    36 //#endif
       
    37 
       
    38 //#else // no __HN_31__, no __HN_32__
       
    39 
       
    40 #endif // __HN_31__
       
    41 
       
    42 #endif // upnpcompvariant_HRH