blob: c80aa36a3ecbd9bb5deb4b3089b57aa0e43c02fc [file] [log] [blame]
///////////////////////////////////////////////////////////////////////////////
// //
// Copyright (c) 2000-2019 Ericsson Telecom AB //
// //
// All rights reserved. This program and the accompanying materials //
// are made available under the terms of the Eclipse Public License v2.0 //
// which accompanies this distribution, and is available at //
// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html //
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
// Module: EPTF_WebGUI_Test_Definitions
//
// Purpose:
// This module contains data types for testing EPTF WebGUI.
//
// Module Parameters:
// -
// Module depends on:
//
//
// Current Owner:
// Daniel Gobor (ednigbo)
//
// Last Review Date:
// -
//
// Detailed Comments:
// -
///////////////////////////////////////////////////////////
module EPTF_WebGUI_Test_Definitions {
import from EPTF_CLL_Base_Definitions all;
type component WebGUI_Test_CT extends EPTF_Base_CT {
}
} //module