applaunchservices/applaunchplugins/group/bld.inf
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2008-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 // Application architecture
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @test
       
    21 */
       
    22 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    23 
       
    24 // include test code
       
    25 #include "../test/tapstart/group/bld.inf"
       
    26 #include "../test/testapps/bld.inf"
       
    27 
       
    28 PRJ_PLATFORMS
       
    29 WINC DEFAULT
       
    30 
       
    31 PRJ_EXPORTS
       
    32 ../group/aplp.iby			/epoc32/rom/include/aplp.iby
       
    33 
       
    34 PRJ_MMPFILES
       
    35 
       
    36 ../group/apstart.mmp
       
    37 
       
    38 PRJ_TESTEXPORTS
       
    39 ../group/aplptest.iby /epoc32/rom/include/aplptest.iby
       
    40 
       
    41 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    42