satui/satapp/rom/satui.iby
branchRCL_3
changeset 20 987c9837762f
parent 0 ff3b6d0fd310
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/satui/satapp/rom/satui.iby	Wed Sep 01 12:15:03 2010 +0100
@@ -0,0 +1,38 @@
+/*
+* Copyright (c) 2003-2007 Nokia Corporation and/or its subsidiary(-ies). 
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  Sat UI iby file.
+*
+*/
+
+
+#ifndef __SATUI_IBY__
+#define __SATUI_IBY__
+
+#ifdef __SIMCARD
+S60_APP_EXE(SATUI)
+S60_APP_AIF_ICONS(Satui)
+S60_APP_BITMAP(Satui)
+
+// SAT SHELL CONTROLLER
+file=ABI_DIR\BUILD_DIR\SATSHELLCNTRL.DLL        SHARED_LIB_DIR\SATSHELLCNTRL.DLL
+
+// Application registration resource file
+data=ZPRIVATE\10003a3f\apps\Satui_reg.rsc       private\10003a3f\import\apps\Satui_reg.rsc
+
+// SAT Stub SIS
+data=ZSYSTEM\install\SatApp_stub.sis            System\Install\SatApp_stub.sis
+
+#endif
+
+#endif