sbsv2/raptor/test/smoke_suite/test_resources/simple_paging/paged_unpaged.mmp
changeset 13 c327db0664bb
child 28 b8fa7dfeeaa1
equal deleted inserted replaced
12:5e7562f67577 13:c327db0664bb
       
     1 /*
       
     2 * Copyright (c) 2000-2010 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 * In this example "bytepaircompresstarget" should not by implied as 
       
    16 * keyword "unpaged" cancels "paged". 
       
    17 */
       
    18 
       
    19 
       
    20 TARGET          paged_unpaged.dll
       
    21 TARGETTYPE      dll
       
    22 
       
    23 UID             0xE800004C
       
    24 CAPABILITY      All -TCB
       
    25 
       
    26 VENDORID        0x70000001
       
    27 
       
    28 SOURCE          a.cpp
       
    29 
       
    30 LIBRARY         euser.lib
       
    31 
       
    32 PAGED
       
    33 UNPAGED
       
    34