Files
Ffu2Vhdx/ImageCommon/CodeSite.cs
T

20 lines
363 B
C#
Raw Normal View History

2023-08-26 22:11:08 +02:00
namespace Microsoft.WindowsPhone.Imaging
{
public enum CodeSite
2023-08-27 20:48:25 +02:00
{
Unknown = -1,
Security,
ImageCommon,
Imaging,
Packages,
FeatureManifests,
StorageService,
CommitImage,
UpdateAPI,
DeviceLayoutValidation,
CompDBCommon,
WcosImagePrep,
LCUPub
}
2023-08-26 22:11:08 +02:00
}