eaacplusutil_stub/group/eaacplusutil_stub.mmp
changeset 34 31d6e1ae5283
equal deleted inserted replaced
33:0267baa9dea9 34:31d6e1ae5283
       
     1 /*
       
     2 
       
     3 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
       
     4 
       
     5 * All rights reserved.
       
     6 
       
     7 * This component and the accompanying materials are made available
       
     8 
       
     9 * under the terms of "Eclipse Public License v1.0"
       
    10 
       
    11 * which accompanies this distribution, and is available
       
    12 
       
    13 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    14 
       
    15 *
       
    16 
       
    17 * Initial Contributors:
       
    18 
       
    19 * Nokia Corporation - initial contribution.
       
    20 
       
    21 *
       
    22 
       
    23 * Contributors:
       
    24 
       
    25 *
       
    26 
       
    27 * Description:  Class definition for the frame table functions.
       
    28 
       
    29  *
       
    30 
       
    31 */
       
    32 #include <platform_paths.hrh>
       
    33 
       
    34 TARGET          eaacplusutil_stub.dll
       
    35 TARGETTYPE      DLL
       
    36 UID             0x1000008D 0x2003161D
       
    37 
       
    38 CAPABILITY CAP_GENERAL_DLL
       
    39 
       
    40 VENDORID        VID_DEFAULT
       
    41 
       
    42 DEFFILE eaacplusutil_stubu.def
       
    43 NOSTRICTDEF
       
    44 
       
    45 USERINCLUDE ../inc
       
    46 SOURCEPATH      ../src
       
    47 SOURCE          eaacplusutil_stub.cpp
       
    48 
       
    49 OS_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 
       
    54 // Users link against the non-stub name, so that rebuild is not necessary
       
    55 EXPORTLIBRARY	eaacplusutil.lib
       
    56 
       
    57 LINKAS          eaacplusutil.dll
       
    58 
       
    59 // End of file