adaptationlayer/devicemodecontroller/internal/boot_reason_api_dummy/group/boot_reason_api_dummy.mmp
changeset 3 1972d8c2e329
parent 2 a0210f210a3b
child 4 510c70acdbf6
equal deleted inserted replaced
2:a0210f210a3b 3:1972d8c2e329
     1 /*
       
     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 the License "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 provides the information required for building
       
    16 *     Boot Reason API dummy implemantion. This implementation
       
    17 *     will be replaced by the vendor implementation.
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 // Remove library warning
       
    25 #define          NO_EKERN_LIB
       
    26 #include        "kernel/kern_ext.mmh"
       
    27 #include        <non_foundation_paths.hrh>
       
    28 #include        <platform_paths.hrh>
       
    29 #include        <../../../boot_reason_plat/group/boot_reason_api.mmh>
       
    30 #include        "../../../config/dmc.cfg"
       
    31 
       
    32 TARGET          boot_reason_api.dll
       
    33 TARGETTYPE      kext
       
    34 
       
    35 OS_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 USERINCLUDE     ../../../boot_reason_plat/inc
       
    38 USERINCLUDE     ../../../dmc_ext/inc
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          boot_reason_api_dummy.cpp
       
    42 
       
    43 LIBRARY         ekern.lib
       
    44 
       
    45 // End of File