frametable_stub/group/frametable_stub.mmp
changeset 34 31d6e1ae5283
equal deleted inserted replaced
33:0267baa9dea9 34:31d6e1ae5283
       
     1 /*
       
     2 * Copyright (c) 2005-2008 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 "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: FrameTable Stubs -  Project definition file for project FrameTable_Stub
       
    15 * 
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          frametable_stub.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x20031603
       
    24 
       
    25 CAPABILITY CAP_GENERAL_DLL
       
    26 
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 DEFFILE frametable_stubu.def
       
    30 NOSTRICTDEF
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          frametable_stub.cpp
       
    34 
       
    35 OS_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 
       
    38 LIBRARY         euser.lib
       
    39 
       
    40 // Users link against the non-stub name, so that rebuild is not necessary
       
    41 EXPORTLIBRARY	frametable.lib
       
    42 
       
    43 LINKAS          frametable.dll
       
    44 
       
    45 // End of file