/** @file
User Profile Manager formset.
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#include "UserProfileManagerData.h"
class = USER_MANAGER_CLASS,
// User manager form
flags = INTERACTIVE,
// Modify user profile form
// Delete user profile form
//
// User profile information form
//
flags = INTERACTIVE,
//
// Identify policy modify form
//
flags = INTERACTIVE,
flags = INTERACTIVE,
key = KEY_IP_RETURN;
//
// Access policy modify form
//
goto FORMID_LOAD_DP,
flags = INTERACTIVE,
key = KEY_LOAD_DP;
goto FORMID_CONNECT_DP,
flags = INTERACTIVE,
key = KEY_CONN_DP;
flags = INTERACTIVE,
key = KEY_AP_RETURN;
//
// Load device path form
//
goto FORMID_PERMIT_LOAD_DP,
flags = INTERACTIVE,
goto FORMID_FORBID_LOAD_DP,
flags = INTERACTIVE,
//
// Permit load device path form
//
//
// Forbid load device path form
//
//
// Connect device path form
//
goto FORMID_PERMIT_CONNECT_DP,
flags = INTERACTIVE,
goto FORMID_FORBID_CONNECT_DP,
flags = INTERACTIVE,
//
// Permit connect device path form
//
//
// Forbid connect device path form
//