equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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: Build information for the Security UI |
|
15 * |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 PRJ_PLATFORMS |
|
22 default |
|
23 |
|
24 |
|
25 PRJ_EXPORTS |
|
26 //SecUi iby files |
|
27 ../rom/SecUi.iby CORE_MW_LAYER_IBY_EXPORT_PATH(secui.iby) |
|
28 ../rom/SecUiResources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(secuiresources.iby) |
|
29 //Sim Sec Plugin iby files |
|
30 ../rom/GSSimSecPlugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(gssimsecplugin.iby) |
|
31 ../rom/GSSimSecPluginResources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(gssimsecpluginresources.iby) |
|
32 //localisation files |
|
33 ../loc/SecUi.loc MW_LAYER_LOC_EXPORT_PATH(secui.loc) |
|
34 ../GSSimSecPlugin/loc/gssecurity.loc MW_LAYER_LOC_EXPORT_PATH(gssecurity.loc) |
|
35 //ADO internal APIs |
|
36 ../Inc/SecUiSystemLock.h MW_LAYER_PLATFORM_EXPORT_PATH(secuisystemlock.h) |
|
37 |
|
38 PRJ_MMPFILES |
|
39 |
|
40 ../group/SecUi.mmp |
|
41 //SIM security plugin for General Settings |
|
42 ../GSSimSecPlugin/GSSimSecPlugin.mmp |
|
43 |