navienginebsp/naviengine_assp/pci/pci-test.mmp
changeset 0 5de814552237
equal deleted inserted replaced
-1:000000000000 0:5de814552237
       
     1 /*
       
     2 * Copyright (c) 2008-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 "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 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include			<variant.mmh>
       
    21 #include			"kernel/kern_ext.mmh"
       
    22 
       
    23 target				VariantTarget(pci-test,dll)
       
    24 targettype			kext
       
    25 linkas				pci-test.dll
       
    26 
       
    27 SYMBIAN_ASSP_SYSTEMINCLUDE(naviengine)
       
    28 
       
    29 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
       
    30 
       
    31 sourcepath			./
       
    32 source				test.cpp
       
    33 source				allocator.cpp
       
    34 source				mapman.cpp
       
    35 
       
    36 library				VariantTarget(kanaviengine,lib)
       
    37 library				VariantTarget(pci,lib)
       
    38 
       
    39 capability			all
       
    40 
       
    41 vendorid			0x70000001
       
    42 epocallowdlldata