wlan_plat/wlan_busaccess_api/group/bld.inf
author hgs
Mon, 16 Aug 2010 17:58:10 +0300
changeset 41 8e0a221dc349
permissions -rw-r--r--
201033
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
41
hgs
parents:
diff changeset
     1
/*
hgs
parents:
diff changeset
     2
* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
hgs
parents:
diff changeset
     3
* All rights reserved.
hgs
parents:
diff changeset
     4
* This component and the accompanying materials are made available
hgs
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
hgs
parents:
diff changeset
     6
* which accompanies this distribution, and is available
hgs
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
hgs
parents:
diff changeset
     8
*
hgs
parents:
diff changeset
     9
* Initial Contributors:
hgs
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
hgs
parents:
diff changeset
    11
*
hgs
parents:
diff changeset
    12
* Contributors:
hgs
parents:
diff changeset
    13
*
hgs
parents:
diff changeset
    14
* Description:  File that exports the files belonging to 
hgs
parents:
diff changeset
    15
*                WLAN bus access API
hgs
parents:
diff changeset
    16
*
hgs
parents:
diff changeset
    17
*/
hgs
parents:
diff changeset
    18
hgs
parents:
diff changeset
    19
/*
hgs
parents:
diff changeset
    20
* %version: 6 %
hgs
parents:
diff changeset
    21
*/
hgs
parents:
diff changeset
    22
hgs
parents:
diff changeset
    23
#if defined(RD_WLAN_DDK)
hgs
parents:
diff changeset
    24
hgs
parents:
diff changeset
    25
#include <platform_paths.hrh>
hgs
parents:
diff changeset
    26
hgs
parents:
diff changeset
    27
PRJ_PLATFORMS
hgs
parents:
diff changeset
    28
DEFAULT
hgs
parents:
diff changeset
    29
hgs
parents:
diff changeset
    30
PRJ_EXPORTS
hgs
parents:
diff changeset
    31
hgs
parents:
diff changeset
    32
../inc/wlanhwbusaccesslayer.h  OS_LAYER_PLATFORM_EXPORT_PATH(wlanhwbusaccesslayer.h)
hgs
parents:
diff changeset
    33
../inc/wlanspia.h              OS_LAYER_PLATFORM_EXPORT_PATH(wlanspia.h)
hgs
parents:
diff changeset
    34
../inc/wlanspia.inl            OS_LAYER_PLATFORM_EXPORT_PATH(wlanspia.inl)
hgs
parents:
diff changeset
    35
../inc/wlanspiaclient.h        OS_LAYER_PLATFORM_EXPORT_PATH(wlanspiaclient.h)
hgs
parents:
diff changeset
    36
../inc/wlanspianamespace.h     OS_LAYER_PLATFORM_EXPORT_PATH(wlanspianamespace.h)
hgs
parents:
diff changeset
    37
../inc/wlanspiatypes.h         OS_LAYER_PLATFORM_EXPORT_PATH(wlanspiatypes.h)
hgs
parents:
diff changeset
    38
../inc/wlansdioa.h             OS_LAYER_PLATFORM_EXPORT_PATH(wlansdioa.h)
hgs
parents:
diff changeset
    39
../inc/wlansdioa.inl           OS_LAYER_PLATFORM_EXPORT_PATH(wlansdioa.inl)
hgs
parents:
diff changeset
    40
../inc/wlansdioaclient.h       OS_LAYER_PLATFORM_EXPORT_PATH(wlansdioaclient.h)
hgs
parents:
diff changeset
    41
../inc/wlansdioanamespace.h    OS_LAYER_PLATFORM_EXPORT_PATH(wlansdioanamespace.h)
hgs
parents:
diff changeset
    42
../inc/wlansdioatypes.h        OS_LAYER_PLATFORM_EXPORT_PATH(wlansdioatypes.h)
hgs
parents:
diff changeset
    43
hgs
parents:
diff changeset
    44
#endif