camerauis/cameraxui/cxengine/inc/cxesettingsmappersymbian.h
branchRCL_3
changeset 24 bac7acad7cb3
parent 23 61bc0f252b2b
child 25 2c87b2808fd7
--- a/camerauis/cameraxui/cxengine/inc/cxesettingsmappersymbian.h	Tue Aug 31 15:03:46 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,52 +0,0 @@
-/*
-* Copyright (c) 2009-2010 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:
-*
-*/
-#ifndef CXESETTINGSMAPPERSYMBIAN_H
-#define CXESETTINGSMAPPERSYMBIAN_H
-
-#include <ecam.h>
-#include <ecamadvsettings.h>
-#include <ECamOrientationCustomInterface2.h>
-#include <ecamusecasehintcustomapi.h>
-#include "cxeautofocuscontrol.h"
-#include "cxenamespace.h"
-#include "cxequalitydetails.h"
-
-/*!
-    Map CameraX specific enums to ECam equivalents
-*/
-class CxeSettingsMapperSymbian
-{
-public:
-    static CCamera::TWhiteBalance Map2CameraWb(Cxe::Whitebalance whiteBalance);
-    static CCamera::TFlash Map2CameraFlash(Cxe::FlashMode flashMode);
-    static CCamera::TExposure Map2CameraExposureMode(
-            Cxe::ExposureMode exposureMode);
-    static CCamera::CCameraImageProcessing::TEffect Map2CameraEffect(
-            Cxe::Colortone colorTone);
-    static CCamera::CCameraAdvancedSettings::TFocusRange Map2CameraAutofocus(
-            CxeAutoFocusControl::Mode afMode);
-    static MCameraOrientation::TOrientation Map2CameraOrientation(
-            Cxe::DeviceOrientation orientation);
-    static void Map2UseCaseHintVideoParameters(
-            const CxeVideoDetails &videoDetails,
-            MCameraUseCaseHint::TVideoCodec &codec,
-            MCameraUseCaseHint::TVideoProfile &profile);
-};
-
-#endif /*CXESETTINGSMAPPERSYMBIAN_H*/
-
-// end  of file