os/ossrv/genericservices/s60compatibilityheaders/group/common.inf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2007-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 //
    15 
    16 #ifndef OS_LAYER_PLATFORM_EXPORT_PATH
    17 #define OS_LAYER_PLATFORM_EXPORT_PATH(XXX) /epoc32/include/platform/##XXX
    18 #endif
    19 
    20 #ifndef OS_LAYER_PUBLIC_EXPORT_PATH
    21 #define OS_LAYER_PUBLIC_EXPORT_PATH(XXX) /epoc32/include/##XXX
    22 #endif
    23 
    24 #ifndef MW_LAYER_PUBLIC_EXPORT_PATH
    25 #define MW_LAYER_PUBLIC_EXPORT_PATH(exported) /epoc32/include/mw/##exported
    26 #endif
    27 
    28 #ifndef MW_LAYER_PLATFORM_EXPORT_PATH
    29 #define MW_LAYER_PLATFORM_EXPORT_PATH(exported) /epoc32/include/platform/mw/##exported
    30 #endif
    31 
    32 //Iby path
    33 #ifndef S60_CORE_OSEXT_LAYER_IBY_EXPORT_PATH
    34 #define S60_CORE_OSEXT_LAYER_IBY_EXPORT_PATH(XXX) /epoc32/rom/include/core/osext/##XXX
    35 #endif
    36 
    37 //Loc path
    38 #ifndef OS_LAYER_LOC_EXPORT_PATH
    39 #define OS_LAYER_LOC_EXPORT_PATH(exported) /epoc32/include/platform/loc/sc/##exported
    40 #endif
    41 
    42 #ifndef CORE_OS_LAYER_IBY_EXPORT_PATH
    43 #define CORE_OS_LAYER_IBY_EXPORT_PATH(XXX) /epoc32/rom/include/core/os/##XXX
    44 #endif
    45 
    46