mirror of
https://github.com/MobileTooling/Ffu2Vhdx.git
synced 2026-07-27 12:48:20 -07:00
20 lines
363 B
C#
20 lines
363 B
C#
namespace Microsoft.WindowsPhone.Imaging
|
|
{
|
|
public enum CodeSite
|
|
{
|
|
Unknown = -1,
|
|
Security,
|
|
ImageCommon,
|
|
Imaging,
|
|
Packages,
|
|
FeatureManifests,
|
|
StorageService,
|
|
CommitImage,
|
|
UpdateAPI,
|
|
DeviceLayoutValidation,
|
|
CompDBCommon,
|
|
WcosImagePrep,
|
|
LCUPub
|
|
}
|
|
}
|