0
|
1 |
// Copyright (c) 1998-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 the License "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 |
// template/template_variant/vtemplate.mmp
|
|
15 |
// ecust.dll Template variant library
|
|
16 |
//
|
|
17 |
//
|
|
18 |
|
|
19 |
/**
|
|
20 |
@file
|
|
21 |
*/
|
|
22 |
#define __USING_ASSP_REGISTER_API__
|
|
23 |
#define __USING_ASSP_INTERRUPT_API__
|
|
24 |
|
|
25 |
#include <variant.mmh>
|
|
26 |
#include "kernel/kern_ext.mmh"
|
|
27 |
|
|
28 |
target VariantTarget(ecust,dll)
|
|
29 |
targettype var
|
|
30 |
linkas ecust.dll
|
|
31 |
|
|
32 |
USERINCLUDE inc
|
|
33 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/template_assp)
|
|
34 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
35 |
USERINCLUDE specific
|
|
36 |
|
|
37 |
sourcepath specific
|
|
38 |
source variant.cpp
|
|
39 |
source variant.cia
|
|
40 |
|
|
41 |
library VariantTarget(power,lib)
|
|
42 |
|
|
43 |
deffile ./~/vtemplate.def
|
|
44 |
nostrictdef
|
|
45 |
|
|
46 |
epocallowdlldata
|
|
47 |
|
|
48 |
uid 0x1000008d 0x100039e8
|
|
49 |
|
|
50 |
VENDORID 0x70000001
|
|
51 |
|
|
52 |
capability all
|